html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

section.content p,
section.content h2,
section.content h3 {
  margin-bottom: 20px;
}
.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.share-portfolio-icons {
  margin-top: 2em;
  text-align: right;
  margin-bottom: 1em;
}
.a2a_svg {
  background-color: rgb(24, 119, 242);
  height: 32px;
  width: 32px;
  border-radius: 5px;
  display: table-caption !important;
}
.a2a_svg:hover {
  cursor: pointer;
  color: black;
}
.node-1 .addtoany_list {
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opened,
.remodal-bg.remodal-is-opening {
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-closing,
.remodal-overlay.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px 10px 0;
}

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  transform: translateZ(0);
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-closing,
.remodal.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:focus,
.remodal-close:hover {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, Helvetica CY, Nimbus Sans L, sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\D7";
  text-align: center;
}

.remodal-cancel,
.remodal-confirm {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:focus,
.remodal-confirm:hover {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:focus,
.remodal-cancel:hover {
  background: #ef5350;
}

.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner,
.remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.steps-content .step-element:first-child img {
  width: 65px;
  height: 155px !important;
}

@keyframes remodal-opening-keyframes {
  0% {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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 {
  padding: 0.35em 0.75em 0.625em;
}

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

.all-expand .all-expend-header {
  cursor: pointer;
}

.all-expand .all-expand-container {
  display: none;
}

.all-expand .all-expand-container.opened {
  display: block;
}

*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  content: " ";
  display: block;
  clear: both;
}

body,
html {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

body > .site > footer,
body > header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ajax-progress-throbber {
  display: none;
}

main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block;
}

input,
input:focus,
textarea,
textarea:focus {
  outline: none;
}

input {
  border-radius: 0;
  background-clip: padding-box;
}

textarea {
  resize: none;
}

.alpha {
  clear: left;
}

.omega {
  clear: right;
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.core-popup {
  min-height: 250px;
  background-color: #fff;
  border-radius: 10px;
  background-clip: padding-box;
  box-shadow: 0 0 25px 5px #999;
  color: #111;
  display: none;
  min-width: 450px;
  padding: 25px;
  position: relative;
}

.core-popup .button.b-close {
  cursor: pointer;
  color: #000;
  border-radius: 7px;
  background-clip: padding-box;
  background: #fff;
  box-shadow: none;
  font: 20px RobotoCondensedRegular;
  padding: 0 6px;
  position: absolute;
  right: -7px;
  top: -7px;
}

.core-popup .popup-text-container {
  font: 30px RobotoCondensedRegular;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.button-standard a,
.button-standard input[type="submit"] {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-size: contain;
  cursor: pointer;
  font: 30px Fred;
  padding: 20px 70px;

  border: 0;
  background: url(../images/button-2.png) no-repeat 0;
}
.portfolio-button-wrapper .button-standard a {
  margin: 1em;
}

.button-standard a:hover,
.button-standard input[type="submit"]:hover {
  background: url(../images/button-2.png) no-repeat 100%;
}

.button-standard.button-blick a {
  position: relative;
  background: none;
}

.button-standard.button-blick a:after,
.button-standard.button-blick a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 285px;
  height: 65px;
  transition: opacity 0.15s linear;
}

.button-standard.button-blick a:after {
  opacity: 1;
  background: url(../images/button-1-blick-effect.png) no-repeat 50%;
}

.button-standard.button-blick a:before {
  opacity: 0;
  background: url(../images/button-1-blick-effect.png) no-repeat 50%;
}

.button-standard.button-blick a:hover:after {
  opacity: 0;
}

.button-standard.button-blick a:hover:before {
  opacity: 1;
}

.button-standard.button-other-blick a {
  position: relative;
  background: none;
}

.button-standard.button-other-blick a:after,
.button-standard.button-other-blick a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 285px;
  height: 65px;
  transition: opacity 0.15s linear;
}

.button-standard.button-other-blick a:after {
  opacity: 1;
  background: url(../images/button-1.png) no-repeat 0;
}

.button-standard.button-other-blick a:before {
  opacity: 0;
  background: url(../images/button-1.png) no-repeat 100%;
}

.button-standard.button-other-blick a:hover:after {
  opacity: 0;
}

.button-standard.button-other-blick a:hover:before {
  opacity: 1;
}

.button-standard.button-small-blick a,
.button-standard.button-small-blick input[type="submit"] {
  padding: 10px 55px;
}

.button-standard.button-small-blick a {
  position: relative;
  background: none;
}

.button-standard.button-small-blick a:after,
.button-standard.button-small-blick a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 204px;
  height: 45px;
  transition: opacity 0.15s linear;
}

.button-standard.button-small-blick a:after {
  opacity: 1;
  background: url(../images/button-2.png) no-repeat 0;
}

.button-standard.button-small-blick a:before {
  opacity: 0;
  background: url(../images/button-2.png) no-repeat 100%;
}

.button-standard.button-small-blick a:hover:after {
  opacity: 0;
}

.button-standard.button-small-blick a:hover:before {
  opacity: 1;
}

.button-standard.button-small-blick input[type="submit"] {
  background: url(../images/button-2.png) no-repeat 0;
}

.button-standard.button-small-blick input[type="submit"]:hover {
  background: url(../images/button-2.png) no-repeat 100%;
}

.simple-button a {
  display: inline-block;
  font: 24px Fred;
  color: #e81b28;
  border: 2px solid #e81b28;
  cursor: pointer;
  background: transparent;
  border-radius: 30px;
  padding: 8px 20px 3px;
  transition: background 0.15s linear, color 0.15s linear;
}

.simple-button-red a,
.simple-button a:hover {
  color: #fff;
  background: #e81b28;
}

.simple-button-red a {
  display: inline-block;
  font: 24px Fred;
  border: 2px solid #e81b28;
  cursor: pointer;
  border-radius: 30px;
  padding: 8px 20px 3px;
}

.button-get-price input[type="submit"] {
  padding: 10px 30px !important;
}

.form-ajax-wrap {
  text-align: center;
}

.form-ajax-wrap .form-item input[type="text"] {
  font: 18px RobotoLight;
  color: #8b8b8b;
  border: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 5px 15px;
}

.form-ajax-wrap .form-item input[type="text"]::-webkit-input-placeholder {
  color: #8b8b8b;
}

.form-ajax-wrap .form-item input[type="text"]:-moz-placeholder,
.form-ajax-wrap .form-item input[type="text"]::-moz-placeholder {
  color: #8b8b8b;
}

.form-ajax-wrap .form-item input[type="text"]:-ms-input-placeholder {
  color: #8b8b8b;
}

.form-ajax-wrap .personal-data {
  font: 16px RobotoLight;
  color: #8b8b8b;
}

.form-ajax-wrap .personal-data a {
  margin-left: 5px;
  border-bottom: 1px solid #8b8b8b;
  transition: border-bottom-color 0.15s linear;
}

.form-ajax-wrap .personal-data a:hover {
  border-bottom-color: transparent;
}

.form-ajax-wrap .form-item label {
  cursor: pointer;
  display: inline-block;
  font: 18px RobotoLight;
  vertical-align: middle;
}

.form-ajax-wrap .form-item .jq-radio {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px;
  border-radius: 25px;
  border: 2px solid #e81b28;
  position: relative;
  margin-right: 5px;
}

.form-ajax-wrap .form-item .jq-radio .jq-radio__div {
  border-radius: 20px;
  width: 18px;
  height: 18px;
  background: #e81b28;
  opacity: 0;
  transition: opacity 0.15s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-ajax-wrap .form-item .jq-radio.checked .jq-radio__div {
  opacity: 1;
}

.form-ajax-wrap .form-item .jq-file .jq-file__name {
  display: none;
}

.form-ajax-wrap .form-item .jq-file .jq-file__browse {
  text-transform: uppercase;
  color: #fff;
  background: #e81b28 url(../images/attach-file.png) no-repeat 15px;
  display: inline-block;
  border-radius: 30px;
  padding: 10px 15px 7px 40px;
  transition: background-color 0.15s linear;
}

.form-ajax-wrap .form-item .jq-file input[type="file"] {
  cursor: pointer;
}

.form-ajax-wrap .form-item .jq-file:hover .jq-file__browse {
  background: #a21414 url(../images/attach-file.png) no-repeat 15px;
}

.form-ajax-wrap .form-item .jq-file.disabled .jq-file__browse {
  background: #d0d0d0 url(../images/attach-file.png) no-repeat 15px;
}

.form-ajax-wrap .form-item.form-item-error input[type="text"] {
  border-bottom-color: #e81b28;
}

.form-ajax-wrap .form-item.form-item-error .errors {
  text-align: right !important;
  font: 14px RobotoLight;
  color: #e81b28;
}

.form-border {
  border: 3px solid #e81b28;
  background: #fff;
}

.form-ajax-wrap {
  position: relative;
}

.form-ajax-wrap .buttons-wrapper a,
.form-ajax-wrap .buttons-wrapper input[type="submit"],
.form-ajax-wrap .submit-button a,
.form-ajax-wrap .submit-button input[type="submit"] {
  font: 24px Fred;
  color: #e81b28;
  border: 2px solid #e81b28;
  cursor: pointer;
  background: transparent;
  border-radius: 30px;
  padding: 8px 20px 3px;
  transition: background 0.15s linear, color 0.15s linear;
}

.form-ajax-wrap .buttons-wrapper a:hover,
.form-ajax-wrap .buttons-wrapper input[type="submit"]:hover,
.form-ajax-wrap .submit-button a:hover,
.form-ajax-wrap .submit-button input[type="submit"]:hover {
  color: #fff;
  background: #e81b28;
}

.form-ajax-wrap .buttons-wrapper a,
.form-ajax-wrap .submit-button a {
  position: relative;
  display: inline-block;
}

.form-ajax-wrap .buttons-wrapper a:after,
.form-ajax-wrap .buttons-wrapper a:before,
.form-ajax-wrap .submit-button a:after,
.form-ajax-wrap .submit-button a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  transition: opacity 0.15s linear;
}

.form-ajax-wrap .buttons-wrapper a.next,
.form-ajax-wrap .submit-button a.next {
  padding-right: 30px;
}

.form-ajax-wrap .buttons-wrapper a.next:after,
.form-ajax-wrap .buttons-wrapper a.next:before,
.form-ajax-wrap .submit-button a.next:after,
.form-ajax-wrap .submit-button a.next:before {
  right: 12px;
}

.form-ajax-wrap .buttons-wrapper a.next:after,
.form-ajax-wrap .submit-button a.next:after {
  background: url(../images/next.png) no-repeat 0;
  opacity: 1;
}

.form-ajax-wrap .buttons-wrapper a.next:before,
.form-ajax-wrap .submit-button a.next:before {
  background: url(../images/next.png) no-repeat 100%;
  opacity: 0;
}

.form-ajax-wrap .buttons-wrapper a.next:hover:after,
.form-ajax-wrap .submit-button a.next:hover:after {
  opacity: 0;
}

.form-ajax-wrap .buttons-wrapper a.next:hover:before,
.form-ajax-wrap .submit-button a.next:hover:before {
  opacity: 1;
}

.form-ajax-wrap .buttons-wrapper a.previous,
.form-ajax-wrap .submit-button a.previous {
  padding-left: 30px;
  margin-right: 15px;
}

.form-ajax-wrap .buttons-wrapper a.previous:after,
.form-ajax-wrap .buttons-wrapper a.previous:before,
.form-ajax-wrap .submit-button a.previous:after,
.form-ajax-wrap .submit-button a.previous:before {
  left: 12px;
}

.form-ajax-wrap .buttons-wrapper a.previous:after,
.form-ajax-wrap .submit-button a.previous:after {
  background: url(../images/previous.png) no-repeat 100%;
  opacity: 1;
}

.form-ajax-wrap .buttons-wrapper a.previous:before,
.form-ajax-wrap .submit-button a.previous:before {
  background: url(../images/previous.png) no-repeat 0;
  opacity: 0;
}

.form-ajax-wrap .buttons-wrapper a.previous:hover:after,
.form-ajax-wrap .submit-button a.previous:hover:after {
  opacity: 0;
}

.form-ajax-wrap .buttons-wrapper a.previous:hover:before,
.form-ajax-wrap .submit-button a.previous:hover:before {
  opacity: 1;
}

.form-ajax-wrap .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 100%, 0.7) url(../images/animation-download.gif)
    no-repeat 50%;
  left: 0;
  top: 0;
  z-index: 100;
}

.form-ajax-wrap.form-success {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-ajax-wrap.form-success .form-title {
  margin-top: 50px;
  text-transform: uppercase;
  font: 36px Fred;
  margin-bottom: 20px;
}

.form-ajax-wrap.form-success .form-description {
  font: 18px RobotoRegular;
  margin-bottom: 20px;
}

.form-ajax-wrap.form-success .button-wrapper-ok {
  margin-bottom: 50px;
}

.form-ajax-wrap.form-success .button-wrapper-ok a {
  text-transform: uppercase;
  font: 24px Fred;
  color: #fff;
  background: #e81b28;
  padding: 7px 25px 3px;
  display: inline-block;
  border-radius: 30px;
}

.form-popup .form-ajax-wrap {
  padding: 0 !important;
}

.form-popup .form-ajax-wrap .form-item input[type="text"],
.form-popup .form-ajax-wrap .form-item textarea {
  width: 100%;
  border: 1px solid #000;
  font: 18px RobotoLight;
}

.form-popup
  .form-ajax-wrap
  .form-item
  input[type="text"]::-webkit-input-placeholder,
.form-popup .form-ajax-wrap .form-item textarea::-webkit-input-placeholder {
  color: #8b8b8b;
}

.form-popup .form-ajax-wrap .form-item input[type="text"]:-moz-placeholder,
.form-popup .form-ajax-wrap .form-item input[type="text"]::-moz-placeholder,
.form-popup .form-ajax-wrap .form-item textarea:-moz-placeholder,
.form-popup .form-ajax-wrap .form-item textarea::-moz-placeholder {
  color: #8b8b8b;
}

.form-popup .form-ajax-wrap .form-item input[type="text"]:-ms-input-placeholder,
.form-popup .form-ajax-wrap .form-item textarea:-ms-input-placeholder {
  color: #8b8b8b;
}

.form-popup .form-ajax-wrap .form-item textarea {
  padding: 5px 15px;
  height: 140px;
}

.form-popup .form-ajax-wrap .form-item.error input[type="text"],
.form-popup .form-ajax-wrap .form-item.error textarea {
  border: 1px solid #e81b28;
}

.form-popup .form-ajax-wrap .form-item.error .errors {
  text-align: right;
}

.form-popup .form-ajax-wrap .form-item.error .errors p {
  font: 14px RobotoLight;
  color: #e81b28;
}

ul li {
  list-style: none;
}

.block-background-up-down {
  position: relative;
  background: #fff;
}

.block-background-up-down > div {
  position: relative;
  z-index: 3;
}

.block-background-up-down:after,
.block-background-up-down:before {
  content: "";
  position: absolute;
  width: 100%;
}

.block-background-up-down:after {
  z-index: 1;
  height: 110%;
  width: 90%;
  background: #eaeaea;
}

.block-background-up-down:after,
.block-background-up-down:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block-background-up-down:before {
  height: 105%;
  width: 95%;
  z-index: 2;
  background: #c6c6c9;
}

.block-background-bottom-left {
  position: relative;
  background: #fff;
}

.block-background-bottom-left > div {
  position: relative;
  z-index: 3;
}

.block-background-bottom-left:after,
.block-background-bottom-left:before {
  content: "";
  width: 100%;
  height: 99%;
  position: absolute;
}

.block-background-bottom-left:after {
  z-index: 1;
  background: #eaeaea;
  top: 20px;
  left: 20px;
}

.block-background-bottom-left:before {
  z-index: 2;
  background: #c6c6c9;
  top: 10px;
  left: 10px;
}

.block-background-top-right {
  position: relative;
  background: #fff;
}

.block-background-top-right > div {
  position: relative;
  z-index: 3;
}

.block-background-top-right:after,
.block-background-top-right:before {
  content: "";
  width: 100%;
  height: 99%;
  position: absolute;
}

.block-background-top-right:after {
  z-index: 1;
  background: #eaeaea;
  top: -20px;
  right: -20px;
}

.block-background-top-right:before {
  z-index: 2;
  background: #c6c6c9;
  top: -10px;
  right: -10px;
}

.block-background-top-left {
  position: relative;
  background: #fff;
}

.block-background-top-left > div {
  position: relative;
  z-index: 3;
}

.block-background-top-left:after,
.block-background-top-left:before {
  content: "";
  width: 100%;
  height: 99%;
  position: absolute;
}

.block-background-top-left:after {
  z-index: 1;
  background: #eaeaea;
  top: -20px;
  left: -20px;
}

.block-background-top-left:before {
  z-index: 2;
  background: #c6c6c9;
  top: -10px;
  left: -10px;
}

body > .site > footer > div {
  position: relative;
  z-index: 3;
}

body > .site > footer:after,
body > .site > footer:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

body > .site > footer:after {
  z-index: 1;
  background: #eaeaea;
  width: 98%;
  top: -10px;
}

body > .site > footer:before {
  z-index: 2;
  background: #c6c6c9;
  width: 99%;
  top: -5px;
}

.block-background-one-block {
  position: relative;
}

.block-background-one-block > div {
  z-index: 3;
}

.block-background-one-block:after {
  content: "";
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #d0d0d0;
}

.slider-actions > div {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
  height: 40px;
  cursor: pointer;
  background: red;
  position: relative;
}

.slider-actions > div:after {
  content: "";
  background: #eaeaea;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  transition: background-color 0.15s linear;
  z-index: -1;
}

.slider-actions > div:hover:after {
  background: #c6c6c9;
}

.slider-actions .go-prev {
  background: url(../images/slider-prev.png) no-repeat 25px;
  margin-left: 10px;
}

.slider-actions .go-prev:after {
  left: 5px;
}

.slider-actions .go-next {
  background: url(../images/slider-next.png) no-repeat 5px;
}

.slider-actions .go-next:after {
  right: 5px;
}

.wysiwyg-content p {
  margin-bottom: 20px;
}

.wysiwyg-content ol,
.wysiwyg-content ul {
  margin-left: 30px;
  margin-bottom: 20px;
}

.wysiwyg-content ol li,
.wysiwyg-content ul li {
  margin-bottom: 15px;
}

.wysiwyg-content ol li:last-child,
.wysiwyg-content ul li:last-child {
  margin-bottom: 0;
}

body .wysiwyg-content li,
body .wysiwyg-content ol,
body .wysiwyg-content p,
body .wysiwyg-content ul {
  font: 18px RobotoRegular;
}

body .wysiwyg-content ul {
  margin-left: 0;
}

body .wysiwyg-content ul li {
  position: relative;
  padding-left: 13px;
}

body .wysiwyg-content ul li:before {
  content: "";
  width: 7px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url(../images/next.png) no-repeat 0;
}

body .wysiwyg-content img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin-bottom: 20px;
}

body .wysiwyg-content h2 {
  font: 24px RobotoBold;
  margin: 0 0 20px;
}

body,
html {
  font: 16px Arial;
}

.remodal-overlay {
  background: hsla(0, 0%, 100%, 0.9);
}

.simplebar-track {
  background: #eaeaea;
  border-radius: 40px;
}

.simplebar-track .simplebar-scrollbar {
  right: 0;
  width: 10px;
}

.simplebar-track .simplebar-scrollbar:before {
  top: 0 !important;
  background: #d0d0d0;
}

.page-own-content {
  margin: 70px 0;
}

.page-own-content .page-header-wrapper h1 {
  margin: 0;
  color: #000;
}

.page-own-content .breadcrumbs {
  color: #d0d0d0;
  font: 18px RobotoRegular;
}

.page-own-content .breadcrumbs .breadcrumb-separator {
  margin: 0 5px;
}

.remodal .remodal-close {
  transition: transform 0.5s linear;
}

.remodal .remodal-close:hover {
  transform: rotate(1turn);
}

body .button-wrapper {
  z-index: 11;
}

body .button-wrapper .menu-mobile-button {
  background: url(../images/mobile-menu-image.png) no-repeat 50%;
}

body > header {
  z-index: 5;
  position: relative;
}

body > header .menu-standart-wrapper ul li {
  list-style: none;
  display: inline-block;
}

body > main {
  z-index: 4;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

body > main > .page-background {
  min-height: 350px;
  width: 100%;
}

body > .site > footer {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 1200px) {
  .form-border {
    padding: 20px 50px;
  }

  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24,
  .col-lg-25,
  .col-lg-26,
  .col-lg-27,
  .col-lg-28,
  .col-lg-29,
  .col-lg-30,
  .col-lg-31,
  .col-lg-32,
  .col-lg-33,
  .col-lg-34,
  .col-lg-35,
  .col-lg-36,
  .col-lg-37,
  .col-lg-38,
  .col-lg-39,
  .col-lg-40,
  .col-lg-41,
  .col-lg-42,
  .col-lg-43,
  .col-lg-44,
  .col-lg-45,
  .col-lg-46,
  .col-lg-47,
  .col-lg-48,
  .col-lg-49,
  .col-lg-50,
  .col-lg-51,
  .col-lg-52,
  .col-lg-53,
  .col-lg-54,
  .col-lg-55,
  .col-lg-56,
  .col-lg-57,
  .col-lg-58,
  .col-lg-59,
  .col-lg-60,
  .col-lg-61,
  .col-lg-62,
  .col-lg-63,
  .col-lg-64,
  .col-lg-65,
  .col-lg-66,
  .col-lg-67,
  .col-lg-68,
  .col-lg-69,
  .col-lg-70,
  .col-lg-71,
  .col-lg-72,
  .col-lg-73,
  .col-lg-74,
  .col-lg-75,
  .col-lg-76,
  .col-lg-77,
  .col-lg-78,
  .col-lg-79,
  .col-lg-80,
  .col-lg-81,
  .col-lg-82,
  .col-lg-83,
  .col-lg-84,
  .col-lg-85,
  .col-lg-86,
  .col-lg-87,
  .col-lg-88,
  .col-lg-89,
  .col-lg-90,
  .col-lg-91,
  .col-lg-92,
  .col-lg-93,
  .col-lg-94,
  .col-lg-95,
  .col-lg-96,
  .col-lg-97,
  .col-lg-98,
  .col-lg-99,
  .col-lg-100,
  .col-lg-101,
  .col-lg-102,
  .col-lg-103,
  .col-lg-104,
  .col-lg-105,
  .col-lg-106,
  .col-lg-107,
  .col-lg-108,
  .col-lg-109,
  .col-lg-110,
  .col-lg-111,
  .col-lg-112,
  .col-lg-113,
  .col-lg-114,
  .col-lg-115,
  .col-lg-116,
  .col-lg-117,
  .col-lg-118,
  .col-lg-119,
  .col-lg-120,
  .col-lg-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 0.83333%;
    flex: 0 0 0.83333%;
    max-width: 0.83333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 1.66667%;
    flex: 0 0 1.66667%;
    max-width: 1.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 3.33333%;
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 5.83333%;
    flex: 0 0 5.83333%;
    max-width: 5.83333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 6.66667%;
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 9.16667%;
    flex: 0 0 9.16667%;
    max-width: 9.16667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-lg-13 {
    -ms-flex: 0 0 10.83333%;
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
  }

  .col-lg-14 {
    -ms-flex: 0 0 11.66667%;
    flex: 0 0 11.66667%;
    max-width: 11.66667%;
  }

  .col-lg-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-lg-16 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }

  .col-lg-17 {
    -ms-flex: 0 0 14.16667%;
    flex: 0 0 14.16667%;
    max-width: 14.16667%;
  }

  .col-lg-18 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-lg-19 {
    -ms-flex: 0 0 15.83333%;
    flex: 0 0 15.83333%;
    max-width: 15.83333%;
  }

  .col-lg-20 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-21 {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  .col-lg-22 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }

  .col-lg-23 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }

  .col-lg-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-lg-25 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-lg-26 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }

  .col-lg-27 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .col-lg-28 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }

  .col-lg-29 {
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
  }

  .col-lg-30 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-31 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }

  .col-lg-32 {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }

  .col-lg-33 {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }

  .col-lg-34 {
    -ms-flex: 0 0 28.33333%;
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }

  .col-lg-35 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-lg-36 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-lg-37 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }

  .col-lg-38 {
    -ms-flex: 0 0 31.66667%;
    flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }

  .col-lg-39 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .col-lg-40 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-41 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }

  .col-lg-42 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-lg-43 {
    -ms-flex: 0 0 35.83333%;
    flex: 0 0 35.83333%;
    max-width: 35.83333%;
  }

  .col-lg-44 {
    -ms-flex: 0 0 36.66667%;
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
  }

  .col-lg-45 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-lg-46 {
    -ms-flex: 0 0 38.33333%;
    flex: 0 0 38.33333%;
    max-width: 38.33333%;
  }

  .col-lg-47 {
    -ms-flex: 0 0 39.16667%;
    flex: 0 0 39.16667%;
    max-width: 39.16667%;
  }

  .col-lg-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-lg-49 {
    -ms-flex: 0 0 40.83333%;
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
  }

  .col-lg-50 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-51 {
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }

  .col-lg-52 {
    -ms-flex: 0 0 43.33333%;
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
  }

  .col-lg-53 {
    -ms-flex: 0 0 44.16667%;
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
  }

  .col-lg-54 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-lg-55 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-lg-56 {
    -ms-flex: 0 0 46.66667%;
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }

  .col-lg-57 {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .col-lg-58 {
    -ms-flex: 0 0 48.33333%;
    flex: 0 0 48.33333%;
    max-width: 48.33333%;
  }

  .col-lg-59 {
    -ms-flex: 0 0 49.16667%;
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
  }

  .col-lg-60 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-61 {
    -ms-flex: 0 0 50.83333%;
    flex: 0 0 50.83333%;
    max-width: 50.83333%;
  }

  .col-lg-62 {
    -ms-flex: 0 0 51.66667%;
    flex: 0 0 51.66667%;
    max-width: 51.66667%;
  }

  .col-lg-63 {
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
  }

  .col-lg-64 {
    -ms-flex: 0 0 53.33333%;
    flex: 0 0 53.33333%;
    max-width: 53.33333%;
  }

  .col-lg-65 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-lg-66 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-lg-67 {
    -ms-flex: 0 0 55.83333%;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
  }

  .col-lg-68 {
    -ms-flex: 0 0 56.66667%;
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
  }

  .col-lg-69 {
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }

  .col-lg-70 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-71 {
    -ms-flex: 0 0 59.16667%;
    flex: 0 0 59.16667%;
    max-width: 59.16667%;
  }

  .col-lg-72 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-lg-73 {
    -ms-flex: 0 0 60.83333%;
    flex: 0 0 60.83333%;
    max-width: 60.83333%;
  }

  .col-lg-74 {
    -ms-flex: 0 0 61.66667%;
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
  }

  .col-lg-75 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-lg-76 {
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }

  .col-lg-77 {
    -ms-flex: 0 0 64.16667%;
    flex: 0 0 64.16667%;
    max-width: 64.16667%;
  }

  .col-lg-78 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-lg-79 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }

  .col-lg-80 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-81 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }

  .col-lg-82 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }

  .col-lg-83 {
    -ms-flex: 0 0 69.16667%;
    flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }

  .col-lg-84 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-lg-85 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-lg-86 {
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }

  .col-lg-87 {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }

  .col-lg-88 {
    -ms-flex: 0 0 73.33333%;
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }

  .col-lg-89 {
    -ms-flex: 0 0 74.16667%;
    flex: 0 0 74.16667%;
    max-width: 74.16667%;
  }

  .col-lg-90 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-91 {
    -ms-flex: 0 0 75.83333%;
    flex: 0 0 75.83333%;
    max-width: 75.83333%;
  }

  .col-lg-92 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }

  .col-lg-93 {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .col-lg-94 {
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
  }

  .col-lg-95 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-lg-96 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-lg-97 {
    -ms-flex: 0 0 80.83333%;
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
  }

  .col-lg-98 {
    -ms-flex: 0 0 81.66667%;
    flex: 0 0 81.66667%;
    max-width: 81.66667%;
  }

  .col-lg-99 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }

  .col-lg-100 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-101 {
    -ms-flex: 0 0 84.16667%;
    flex: 0 0 84.16667%;
    max-width: 84.16667%;
  }

  .col-lg-102 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-lg-103 {
    -ms-flex: 0 0 85.83333%;
    flex: 0 0 85.83333%;
    max-width: 85.83333%;
  }

  .col-lg-104 {
    -ms-flex: 0 0 86.66667%;
    flex: 0 0 86.66667%;
    max-width: 86.66667%;
  }

  .col-lg-105 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-lg-106 {
    -ms-flex: 0 0 88.33333%;
    flex: 0 0 88.33333%;
    max-width: 88.33333%;
  }

  .col-lg-107 {
    -ms-flex: 0 0 89.16667%;
    flex: 0 0 89.16667%;
    max-width: 89.16667%;
  }

  .col-lg-108 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-lg-109 {
    -ms-flex: 0 0 90.83333%;
    flex: 0 0 90.83333%;
    max-width: 90.83333%;
  }

  .col-lg-110 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-111 {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .col-lg-112 {
    -ms-flex: 0 0 93.33333%;
    flex: 0 0 93.33333%;
    max-width: 93.33333%;
  }

  .col-lg-113 {
    -ms-flex: 0 0 94.16667%;
    flex: 0 0 94.16667%;
    max-width: 94.16667%;
  }

  .col-lg-114 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-lg-115 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-lg-116 {
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
  }

  .col-lg-117 {
    -ms-flex: 0 0 97.5%;
    flex: 0 0 97.5%;
    max-width: 97.5%;
  }

  .col-lg-118 {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
  }

  .col-lg-119 {
    -ms-flex: 0 0 99.16667%;
    flex: 0 0 99.16667%;
    max-width: 99.16667%;
  }

  .col-lg-120 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-lg-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-lg-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-lg-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-lg-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-lg-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-lg-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-lg-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-lg-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-lg-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-lg-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-lg-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .order-lg-25 {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-lg-26 {
    -ms-flex-order: 26;
    order: 26;
  }

  .order-lg-27 {
    -ms-flex-order: 27;
    order: 27;
  }

  .order-lg-28 {
    -ms-flex-order: 28;
    order: 28;
  }

  .order-lg-29 {
    -ms-flex-order: 29;
    order: 29;
  }

  .order-lg-30 {
    -ms-flex-order: 30;
    order: 30;
  }

  .order-lg-31 {
    -ms-flex-order: 31;
    order: 31;
  }

  .order-lg-32 {
    -ms-flex-order: 32;
    order: 32;
  }

  .order-lg-33 {
    -ms-flex-order: 33;
    order: 33;
  }

  .order-lg-34 {
    -ms-flex-order: 34;
    order: 34;
  }

  .order-lg-35 {
    -ms-flex-order: 35;
    order: 35;
  }

  .order-lg-36 {
    -ms-flex-order: 36;
    order: 36;
  }

  .order-lg-37 {
    -ms-flex-order: 37;
    order: 37;
  }

  .order-lg-38 {
    -ms-flex-order: 38;
    order: 38;
  }

  .order-lg-39 {
    -ms-flex-order: 39;
    order: 39;
  }

  .order-lg-40 {
    -ms-flex-order: 40;
    order: 40;
  }

  .order-lg-41 {
    -ms-flex-order: 41;
    order: 41;
  }

  .order-lg-42 {
    -ms-flex-order: 42;
    order: 42;
  }

  .order-lg-43 {
    -ms-flex-order: 43;
    order: 43;
  }

  .order-lg-44 {
    -ms-flex-order: 44;
    order: 44;
  }

  .order-lg-45 {
    -ms-flex-order: 45;
    order: 45;
  }

  .order-lg-46 {
    -ms-flex-order: 46;
    order: 46;
  }

  .order-lg-47 {
    -ms-flex-order: 47;
    order: 47;
  }

  .order-lg-48 {
    -ms-flex-order: 48;
    order: 48;
  }

  .order-lg-49 {
    -ms-flex-order: 49;
    order: 49;
  }

  .order-lg-50 {
    -ms-flex-order: 50;
    order: 50;
  }

  .order-lg-51 {
    -ms-flex-order: 51;
    order: 51;
  }

  .order-lg-52 {
    -ms-flex-order: 52;
    order: 52;
  }

  .order-lg-53 {
    -ms-flex-order: 53;
    order: 53;
  }

  .order-lg-54 {
    -ms-flex-order: 54;
    order: 54;
  }

  .order-lg-55 {
    -ms-flex-order: 55;
    order: 55;
  }

  .order-lg-56 {
    -ms-flex-order: 56;
    order: 56;
  }

  .order-lg-57 {
    -ms-flex-order: 57;
    order: 57;
  }

  .order-lg-58 {
    -ms-flex-order: 58;
    order: 58;
  }

  .order-lg-59 {
    -ms-flex-order: 59;
    order: 59;
  }

  .order-lg-60 {
    -ms-flex-order: 60;
    order: 60;
  }

  .order-lg-61 {
    -ms-flex-order: 61;
    order: 61;
  }

  .order-lg-62 {
    -ms-flex-order: 62;
    order: 62;
  }

  .order-lg-63 {
    -ms-flex-order: 63;
    order: 63;
  }

  .order-lg-64 {
    -ms-flex-order: 64;
    order: 64;
  }

  .order-lg-65 {
    -ms-flex-order: 65;
    order: 65;
  }

  .order-lg-66 {
    -ms-flex-order: 66;
    order: 66;
  }

  .order-lg-67 {
    -ms-flex-order: 67;
    order: 67;
  }

  .order-lg-68 {
    -ms-flex-order: 68;
    order: 68;
  }

  .order-lg-69 {
    -ms-flex-order: 69;
    order: 69;
  }

  .order-lg-70 {
    -ms-flex-order: 70;
    order: 70;
  }

  .order-lg-71 {
    -ms-flex-order: 71;
    order: 71;
  }

  .order-lg-72 {
    -ms-flex-order: 72;
    order: 72;
  }

  .order-lg-73 {
    -ms-flex-order: 73;
    order: 73;
  }

  .order-lg-74 {
    -ms-flex-order: 74;
    order: 74;
  }

  .order-lg-75 {
    -ms-flex-order: 75;
    order: 75;
  }

  .order-lg-76 {
    -ms-flex-order: 76;
    order: 76;
  }

  .order-lg-77 {
    -ms-flex-order: 77;
    order: 77;
  }

  .order-lg-78 {
    -ms-flex-order: 78;
    order: 78;
  }

  .order-lg-79 {
    -ms-flex-order: 79;
    order: 79;
  }

  .order-lg-80 {
    -ms-flex-order: 80;
    order: 80;
  }

  .order-lg-81 {
    -ms-flex-order: 81;
    order: 81;
  }

  .order-lg-82 {
    -ms-flex-order: 82;
    order: 82;
  }

  .order-lg-83 {
    -ms-flex-order: 83;
    order: 83;
  }

  .order-lg-84 {
    -ms-flex-order: 84;
    order: 84;
  }

  .order-lg-85 {
    -ms-flex-order: 85;
    order: 85;
  }

  .order-lg-86 {
    -ms-flex-order: 86;
    order: 86;
  }

  .order-lg-87 {
    -ms-flex-order: 87;
    order: 87;
  }

  .order-lg-88 {
    -ms-flex-order: 88;
    order: 88;
  }

  .order-lg-89 {
    -ms-flex-order: 89;
    order: 89;
  }

  .order-lg-90 {
    -ms-flex-order: 90;
    order: 90;
  }

  .order-lg-91 {
    -ms-flex-order: 91;
    order: 91;
  }

  .order-lg-92 {
    -ms-flex-order: 92;
    order: 92;
  }

  .order-lg-93 {
    -ms-flex-order: 93;
    order: 93;
  }

  .order-lg-94 {
    -ms-flex-order: 94;
    order: 94;
  }

  .order-lg-95 {
    -ms-flex-order: 95;
    order: 95;
  }

  .order-lg-96 {
    -ms-flex-order: 96;
    order: 96;
  }

  .order-lg-97 {
    -ms-flex-order: 97;
    order: 97;
  }

  .order-lg-98 {
    -ms-flex-order: 98;
    order: 98;
  }

  .order-lg-99 {
    -ms-flex-order: 99;
    order: 99;
  }

  .order-lg-100 {
    -ms-flex-order: 100;
    order: 100;
  }

  .order-lg-101 {
    -ms-flex-order: 101;
    order: 101;
  }

  .order-lg-102 {
    -ms-flex-order: 102;
    order: 102;
  }

  .order-lg-103 {
    -ms-flex-order: 103;
    order: 103;
  }

  .order-lg-104 {
    -ms-flex-order: 104;
    order: 104;
  }

  .order-lg-105 {
    -ms-flex-order: 105;
    order: 105;
  }

  .order-lg-106 {
    -ms-flex-order: 106;
    order: 106;
  }

  .order-lg-107 {
    -ms-flex-order: 107;
    order: 107;
  }

  .order-lg-108 {
    -ms-flex-order: 108;
    order: 108;
  }

  .order-lg-109 {
    -ms-flex-order: 109;
    order: 109;
  }

  .order-lg-110 {
    -ms-flex-order: 110;
    order: 110;
  }

  .order-lg-111 {
    -ms-flex-order: 111;
    order: 111;
  }

  .order-lg-112 {
    -ms-flex-order: 112;
    order: 112;
  }

  .order-lg-113 {
    -ms-flex-order: 113;
    order: 113;
  }

  .order-lg-114 {
    -ms-flex-order: 114;
    order: 114;
  }

  .order-lg-115 {
    -ms-flex-order: 115;
    order: 115;
  }

  .order-lg-116 {
    -ms-flex-order: 116;
    order: 116;
  }

  .order-lg-117 {
    -ms-flex-order: 117;
    order: 117;
  }

  .order-lg-118 {
    -ms-flex-order: 118;
    order: 118;
  }

  .order-lg-119 {
    -ms-flex-order: 119;
    order: 119;
  }

  .order-lg-120 {
    -ms-flex-order: 120;
    order: 120;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 0.83333%;
  }

  .offset-lg-2 {
    margin-left: 1.66667%;
  }

  .offset-lg-3 {
    margin-left: 2.5%;
  }

  .offset-lg-4 {
    margin-left: 3.33333%;
  }

  .offset-lg-5 {
    margin-left: 4.16667%;
  }

  .offset-lg-6 {
    margin-left: 5%;
  }

  .offset-lg-7 {
    margin-left: 5.83333%;
  }

  .offset-lg-8 {
    margin-left: 6.66667%;
  }

  .offset-lg-9 {
    margin-left: 7.5%;
  }

  .offset-lg-10 {
    margin-left: 8.33333%;
  }

  .offset-lg-11 {
    margin-left: 9.16667%;
  }

  .offset-lg-12 {
    margin-left: 10%;
  }

  .offset-lg-13 {
    margin-left: 10.83333%;
  }

  .offset-lg-14 {
    margin-left: 11.66667%;
  }

  .offset-lg-15 {
    margin-left: 12.5%;
  }

  .offset-lg-16 {
    margin-left: 13.33333%;
  }

  .offset-lg-17 {
    margin-left: 14.16667%;
  }

  .offset-lg-18 {
    margin-left: 15%;
  }

  .offset-lg-19 {
    margin-left: 15.83333%;
  }

  .offset-lg-20 {
    margin-left: 16.66667%;
  }

  .offset-lg-21 {
    margin-left: 17.5%;
  }

  .offset-lg-22 {
    margin-left: 18.33333%;
  }

  .offset-lg-23 {
    margin-left: 19.16667%;
  }

  .offset-lg-24 {
    margin-left: 20%;
  }

  .offset-lg-25 {
    margin-left: 20.83333%;
  }

  .offset-lg-26 {
    margin-left: 21.66667%;
  }

  .offset-lg-27 {
    margin-left: 22.5%;
  }

  .offset-lg-28 {
    margin-left: 23.33333%;
  }

  .offset-lg-29 {
    margin-left: 24.16667%;
  }

  .offset-lg-30 {
    margin-left: 25%;
  }

  .offset-lg-31 {
    margin-left: 25.83333%;
  }

  .offset-lg-32 {
    margin-left: 26.66667%;
  }

  .offset-lg-33 {
    margin-left: 27.5%;
  }

  .offset-lg-34 {
    margin-left: 28.33333%;
  }

  .offset-lg-35 {
    margin-left: 29.16667%;
  }

  .offset-lg-36 {
    margin-left: 30%;
  }

  .offset-lg-37 {
    margin-left: 30.83333%;
  }

  .offset-lg-38 {
    margin-left: 31.66667%;
  }

  .offset-lg-39 {
    margin-left: 32.5%;
  }

  .offset-lg-40 {
    margin-left: 33.33333%;
  }

  .offset-lg-41 {
    margin-left: 34.16667%;
  }

  .offset-lg-42 {
    margin-left: 35%;
  }

  .offset-lg-43 {
    margin-left: 35.83333%;
  }

  .offset-lg-44 {
    margin-left: 36.66667%;
  }

  .offset-lg-45 {
    margin-left: 37.5%;
  }

  .offset-lg-46 {
    margin-left: 38.33333%;
  }

  .offset-lg-47 {
    margin-left: 39.16667%;
  }

  .offset-lg-48 {
    margin-left: 40%;
  }

  .offset-lg-49 {
    margin-left: 40.83333%;
  }

  .offset-lg-50 {
    margin-left: 41.66667%;
  }

  .offset-lg-51 {
    margin-left: 42.5%;
  }

  .offset-lg-52 {
    margin-left: 43.33333%;
  }

  .offset-lg-53 {
    margin-left: 44.16667%;
  }

  .offset-lg-54 {
    margin-left: 45%;
  }

  .offset-lg-55 {
    margin-left: 45.83333%;
  }

  .offset-lg-56 {
    margin-left: 46.66667%;
  }

  .offset-lg-57 {
    margin-left: 47.5%;
  }

  .offset-lg-58 {
    margin-left: 48.33333%;
  }

  .offset-lg-59 {
    margin-left: 49.16667%;
  }

  .offset-lg-60 {
    margin-left: 50%;
  }

  .offset-lg-61 {
    margin-left: 50.83333%;
  }

  .offset-lg-62 {
    margin-left: 51.66667%;
  }

  .offset-lg-63 {
    margin-left: 52.5%;
  }

  .offset-lg-64 {
    margin-left: 53.33333%;
  }

  .offset-lg-65 {
    margin-left: 54.16667%;
  }

  .offset-lg-66 {
    margin-left: 55%;
  }

  .offset-lg-67 {
    margin-left: 55.83333%;
  }

  .offset-lg-68 {
    margin-left: 56.66667%;
  }

  .offset-lg-69 {
    margin-left: 57.5%;
  }

  .offset-lg-70 {
    margin-left: 58.33333%;
  }

  .offset-lg-71 {
    margin-left: 59.16667%;
  }

  .offset-lg-72 {
    margin-left: 60%;
  }

  .offset-lg-73 {
    margin-left: 60.83333%;
  }

  .offset-lg-74 {
    margin-left: 61.66667%;
  }

  .offset-lg-75 {
    margin-left: 62.5%;
  }

  .offset-lg-76 {
    margin-left: 63.33333%;
  }

  .offset-lg-77 {
    margin-left: 64.16667%;
  }

  .offset-lg-78 {
    margin-left: 65%;
  }

  .offset-lg-79 {
    margin-left: 65.83333%;
  }

  .offset-lg-80 {
    margin-left: 66.66667%;
  }

  .offset-lg-81 {
    margin-left: 67.5%;
  }

  .offset-lg-82 {
    margin-left: 68.33333%;
  }

  .offset-lg-83 {
    margin-left: 69.16667%;
  }

  .offset-lg-84 {
    margin-left: 70%;
  }

  .offset-lg-85 {
    margin-left: 70.83333%;
  }

  .offset-lg-86 {
    margin-left: 71.66667%;
  }

  .offset-lg-87 {
    margin-left: 72.5%;
  }

  .offset-lg-88 {
    margin-left: 73.33333%;
  }

  .offset-lg-89 {
    margin-left: 74.16667%;
  }

  .offset-lg-90 {
    margin-left: 75%;
  }

  .offset-lg-91 {
    margin-left: 75.83333%;
  }

  .offset-lg-92 {
    margin-left: 76.66667%;
  }

  .offset-lg-93 {
    margin-left: 77.5%;
  }

  .offset-lg-94 {
    margin-left: 78.33333%;
  }

  .offset-lg-95 {
    margin-left: 79.16667%;
  }

  .offset-lg-96 {
    margin-left: 80%;
  }

  .offset-lg-97 {
    margin-left: 80.83333%;
  }

  .offset-lg-98 {
    margin-left: 81.66667%;
  }

  .offset-lg-99 {
    margin-left: 82.5%;
  }

  .offset-lg-100 {
    margin-left: 83.33333%;
  }

  .offset-lg-101 {
    margin-left: 84.16667%;
  }

  .offset-lg-102 {
    margin-left: 85%;
  }

  .offset-lg-103 {
    margin-left: 85.83333%;
  }

  .offset-lg-104 {
    margin-left: 86.66667%;
  }

  .offset-lg-105 {
    margin-left: 87.5%;
  }

  .offset-lg-106 {
    margin-left: 88.33333%;
  }

  .offset-lg-107 {
    margin-left: 89.16667%;
  }

  .offset-lg-108 {
    margin-left: 90%;
  }

  .offset-lg-109 {
    margin-left: 90.83333%;
  }

  .offset-lg-110 {
    margin-left: 91.66667%;
  }

  .offset-lg-111 {
    margin-left: 92.5%;
  }

  .offset-lg-112 {
    margin-left: 93.33333%;
  }

  .offset-lg-113 {
    margin-left: 94.16667%;
  }

  .offset-lg-114 {
    margin-left: 95%;
  }

  .offset-lg-115 {
    margin-left: 95.83333%;
  }

  .offset-lg-116 {
    margin-left: 96.66667%;
  }

  .offset-lg-117 {
    margin-left: 97.5%;
  }

  .offset-lg-118 {
    margin-left: 98.33333%;
  }

  .offset-lg-119 {
    margin-left: 99.16667%;
  }

  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .lg-expand .expend-header {
    cursor: pointer;
  }

  .lg-expand .expand-container {
    display: none;
  }

  .lg-expand .expand-container.opened {
    display: block;
  }

  .container {
    width: 1185px;
  }

  .lg-hidden,
  .md-visible,
  .sm-visible,
  .xs-visible,
  .xxs-visible {
    display: none !important;
  }

  .lg-visible {
    display: block !important;
  }

  .page-own-content .page-header-wrapper {
    margin-bottom: 50px;
  }

  .page-own-content .page-header-wrapper h1 {
    font: 90px Fred;
    line-height: 80px;
  }

  .page-own-content .breadcrumbs {
    margin-bottom: 30px;
  }

  .page-own-content .page-content > .row {
    margin: 0 -15px;
  }

  .page-own-content .page-content > .row > div {
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .core-popup {
    height: 200px;
    width: 250px;
  }
  .portfolio-button-wrapper .button-standard a {
    margin: 0em;
  }
  .form-border {
    padding: 20px 40px;
  }

  body > .site > footer:after,
  body > .site > footer:before {
    width: 100%;
  }

  * {
    -webkit-backface-visibility: hidden;
  }

  body.active .wparrep_bl,
  body.hiddenbd {
    overflow: hidden;
  }

  body.hiddenbd {
    position: static;
  }

  header ul.menu li {
    list-style: none;
    position: relative;
    border-top: 1px solid #363636;
  }

  .menu-item-has-children .submenu-arrow {
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 10;
    top: 0;
    padding-left: 0;
    border-left: 1px solid #363636;
  }

  .menu-item-has-children > a {
    margin-right: 60px;
  }

  .menu-item-has-children .submenu-arrow:after,
  .menu-item-has-children .submenu-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s linear;
  }

  .menu-item-has-children .submenu-arrow:before {
    opacity: 1;
    background: url(../images/menu-arrow-down.png) no-repeat 50%;
  }

  .menu-item-has-children .submenu-arrow:after {
    opacity: 0;
    background: url(../images/menu-arrow-up.png) no-repeat 50%;
  }

  .menu-mobile .bg_scroll ul li.dropdown > ul {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    transition: max-height 0.1s linear;
    max-height: 0;
    overflow: hidden;
  }

  .menu-item-has-children.opened > a {
    position: relative;
  }

  .menu-item-has-children.opened > a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, 0.3);
    width: 100%;
    height: 100%;
  }

  .menu-item-has-children.opened > .submenu-arrow:before {
    opacity: 0;
  }

  .menu-item-has-children.opened > .submenu-arrow:after {
    opacity: 1;
    background-color: hsla(0, 0%, 100%, 0.3);
  }

  header ul.menu li a,
  header ul.menu li span {
    color: #fff;
    font: 20px MyriadRegular;
    text-decoration: none;
    display: block;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    z-index: 50;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header ul.menu li a > span,
  header ul.menu li span > span {
    padding: 10px 5px 10px 0;
    position: relative;
    z-index: 50;
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  header ul.menu li a:before,
  header ul.menu li span:before {
    transition: all 0.3s linear;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 500;
    width: 100%;
    height: 100%;
  }

  header ul.menu > li > a,
  header ul.menu > li > span {
    padding-left: 15px;
  }

  header ul.menu > li > ul > li > a,
  header ul.menu > li > ul > li > span {
    padding-left: 30px;
  }

  header ul.menu > li > ul > li > ul > li > a,
  header ul.menu > li > ul > li > ul > li > span {
    padding-left: 45px;
    padding-right: 15px;
  }

  header ul.menu > li > ul > li > ul > li > ul > li > a,
  header ul.menu > li > ul > li > ul > li > ul > li > span {
    padding-left: 60px;
    padding-right: 15px;
  }

  .button-wrapper {
    position: absolute;
    right: 20px;
    top: 109px;
    z-index: 10;
  }

  .page-own-content .page-header-wrapper {
    margin-bottom: 20px;
  }

  .page-own-content .page-header-wrapper h1 {
    font: 48px Fred;
    line-height: 40px;
  }

  .page-own-content .breadcrumbs {
    margin-bottom: 20px;
  }

  .page-own-content .page-content > .row > div {
    margin-bottom: 30px;
  }

  .button-standard.button-blick {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 460px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-xxs,
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12,
  .col-xxs-13,
  .col-xxs-14,
  .col-xxs-15,
  .col-xxs-16,
  .col-xxs-17,
  .col-xxs-18,
  .col-xxs-19,
  .col-xxs-20,
  .col-xxs-21,
  .col-xxs-22,
  .col-xxs-23,
  .col-xxs-24,
  .col-xxs-25,
  .col-xxs-26,
  .col-xxs-27,
  .col-xxs-28,
  .col-xxs-29,
  .col-xxs-30,
  .col-xxs-31,
  .col-xxs-32,
  .col-xxs-33,
  .col-xxs-34,
  .col-xxs-35,
  .col-xxs-36,
  .col-xxs-37,
  .col-xxs-38,
  .col-xxs-39,
  .col-xxs-40,
  .col-xxs-41,
  .col-xxs-42,
  .col-xxs-43,
  .col-xxs-44,
  .col-xxs-45,
  .col-xxs-46,
  .col-xxs-47,
  .col-xxs-48,
  .col-xxs-49,
  .col-xxs-50,
  .col-xxs-51,
  .col-xxs-52,
  .col-xxs-53,
  .col-xxs-54,
  .col-xxs-55,
  .col-xxs-56,
  .col-xxs-57,
  .col-xxs-58,
  .col-xxs-59,
  .col-xxs-60,
  .col-xxs-61,
  .col-xxs-62,
  .col-xxs-63,
  .col-xxs-64,
  .col-xxs-65,
  .col-xxs-66,
  .col-xxs-67,
  .col-xxs-68,
  .col-xxs-69,
  .col-xxs-70,
  .col-xxs-71,
  .col-xxs-72,
  .col-xxs-73,
  .col-xxs-74,
  .col-xxs-75,
  .col-xxs-76,
  .col-xxs-77,
  .col-xxs-78,
  .col-xxs-79,
  .col-xxs-80,
  .col-xxs-81,
  .col-xxs-82,
  .col-xxs-83,
  .col-xxs-84,
  .col-xxs-85,
  .col-xxs-86,
  .col-xxs-87,
  .col-xxs-88,
  .col-xxs-89,
  .col-xxs-90,
  .col-xxs-91,
  .col-xxs-92,
  .col-xxs-93,
  .col-xxs-94,
  .col-xxs-95,
  .col-xxs-96,
  .col-xxs-97,
  .col-xxs-98,
  .col-xxs-99,
  .col-xxs-100,
  .col-xxs-101,
  .col-xxs-102,
  .col-xxs-103,
  .col-xxs-104,
  .col-xxs-105,
  .col-xxs-106,
  .col-xxs-107,
  .col-xxs-108,
  .col-xxs-109,
  .col-xxs-110,
  .col-xxs-111,
  .col-xxs-112,
  .col-xxs-113,
  .col-xxs-114,
  .col-xxs-115,
  .col-xxs-116,
  .col-xxs-117,
  .col-xxs-118,
  .col-xxs-119,
  .col-xxs-120,
  .col-xxs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .col-xxs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxs-1 {
    -ms-flex: 0 0 0.83333%;
    flex: 0 0 0.83333%;
    max-width: 0.83333%;
  }

  .col-xxs-2 {
    -ms-flex: 0 0 1.66667%;
    flex: 0 0 1.66667%;
    max-width: 1.66667%;
  }

  .col-xxs-3 {
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }

  .col-xxs-4 {
    -ms-flex: 0 0 3.33333%;
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }

  .col-xxs-5 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-xxs-6 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-xxs-7 {
    -ms-flex: 0 0 5.83333%;
    flex: 0 0 5.83333%;
    max-width: 5.83333%;
  }

  .col-xxs-8 {
    -ms-flex: 0 0 6.66667%;
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
  }

  .col-xxs-9 {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .col-xxs-10 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxs-11 {
    -ms-flex: 0 0 9.16667%;
    flex: 0 0 9.16667%;
    max-width: 9.16667%;
  }

  .col-xxs-12 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xxs-13 {
    -ms-flex: 0 0 10.83333%;
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
  }

  .col-xxs-14 {
    -ms-flex: 0 0 11.66667%;
    flex: 0 0 11.66667%;
    max-width: 11.66667%;
  }

  .col-xxs-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xxs-16 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }

  .col-xxs-17 {
    -ms-flex: 0 0 14.16667%;
    flex: 0 0 14.16667%;
    max-width: 14.16667%;
  }

  .col-xxs-18 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-xxs-19 {
    -ms-flex: 0 0 15.83333%;
    flex: 0 0 15.83333%;
    max-width: 15.83333%;
  }

  .col-xxs-20 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxs-21 {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  .col-xxs-22 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }

  .col-xxs-23 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }

  .col-xxs-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xxs-25 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-xxs-26 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }

  .col-xxs-27 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .col-xxs-28 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }

  .col-xxs-29 {
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
  }

  .col-xxs-30 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxs-31 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }

  .col-xxs-32 {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }

  .col-xxs-33 {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }

  .col-xxs-34 {
    -ms-flex: 0 0 28.33333%;
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }

  .col-xxs-35 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-xxs-36 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xxs-37 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }

  .col-xxs-38 {
    -ms-flex: 0 0 31.66667%;
    flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }

  .col-xxs-39 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .col-xxs-40 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxs-41 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }

  .col-xxs-42 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xxs-43 {
    -ms-flex: 0 0 35.83333%;
    flex: 0 0 35.83333%;
    max-width: 35.83333%;
  }

  .col-xxs-44 {
    -ms-flex: 0 0 36.66667%;
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
  }

  .col-xxs-45 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xxs-46 {
    -ms-flex: 0 0 38.33333%;
    flex: 0 0 38.33333%;
    max-width: 38.33333%;
  }

  .col-xxs-47 {
    -ms-flex: 0 0 39.16667%;
    flex: 0 0 39.16667%;
    max-width: 39.16667%;
  }

  .col-xxs-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xxs-49 {
    -ms-flex: 0 0 40.83333%;
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
  }

  .col-xxs-50 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxs-51 {
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }

  .col-xxs-52 {
    -ms-flex: 0 0 43.33333%;
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
  }

  .col-xxs-53 {
    -ms-flex: 0 0 44.16667%;
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
  }

  .col-xxs-54 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-xxs-55 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-xxs-56 {
    -ms-flex: 0 0 46.66667%;
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }

  .col-xxs-57 {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .col-xxs-58 {
    -ms-flex: 0 0 48.33333%;
    flex: 0 0 48.33333%;
    max-width: 48.33333%;
  }

  .col-xxs-59 {
    -ms-flex: 0 0 49.16667%;
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
  }

  .col-xxs-60 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxs-61 {
    -ms-flex: 0 0 50.83333%;
    flex: 0 0 50.83333%;
    max-width: 50.83333%;
  }

  .col-xxs-62 {
    -ms-flex: 0 0 51.66667%;
    flex: 0 0 51.66667%;
    max-width: 51.66667%;
  }

  .col-xxs-63 {
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
  }

  .col-xxs-64 {
    -ms-flex: 0 0 53.33333%;
    flex: 0 0 53.33333%;
    max-width: 53.33333%;
  }

  .col-xxs-65 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-xxs-66 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-xxs-67 {
    -ms-flex: 0 0 55.83333%;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
  }

  .col-xxs-68 {
    -ms-flex: 0 0 56.66667%;
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
  }

  .col-xxs-69 {
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }

  .col-xxs-70 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxs-71 {
    -ms-flex: 0 0 59.16667%;
    flex: 0 0 59.16667%;
    max-width: 59.16667%;
  }

  .col-xxs-72 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xxs-73 {
    -ms-flex: 0 0 60.83333%;
    flex: 0 0 60.83333%;
    max-width: 60.83333%;
  }

  .col-xxs-74 {
    -ms-flex: 0 0 61.66667%;
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
  }

  .col-xxs-75 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xxs-76 {
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }

  .col-xxs-77 {
    -ms-flex: 0 0 64.16667%;
    flex: 0 0 64.16667%;
    max-width: 64.16667%;
  }

  .col-xxs-78 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-xxs-79 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }

  .col-xxs-80 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxs-81 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }

  .col-xxs-82 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }

  .col-xxs-83 {
    -ms-flex: 0 0 69.16667%;
    flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }

  .col-xxs-84 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xxs-85 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-xxs-86 {
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }

  .col-xxs-87 {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }

  .col-xxs-88 {
    -ms-flex: 0 0 73.33333%;
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }

  .col-xxs-89 {
    -ms-flex: 0 0 74.16667%;
    flex: 0 0 74.16667%;
    max-width: 74.16667%;
  }

  .col-xxs-90 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxs-91 {
    -ms-flex: 0 0 75.83333%;
    flex: 0 0 75.83333%;
    max-width: 75.83333%;
  }

  .col-xxs-92 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }

  .col-xxs-93 {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .col-xxs-94 {
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
  }

  .col-xxs-95 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-xxs-96 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xxs-97 {
    -ms-flex: 0 0 80.83333%;
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
  }

  .col-xxs-98 {
    -ms-flex: 0 0 81.66667%;
    flex: 0 0 81.66667%;
    max-width: 81.66667%;
  }

  .col-xxs-99 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }

  .col-xxs-100 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxs-101 {
    -ms-flex: 0 0 84.16667%;
    flex: 0 0 84.16667%;
    max-width: 84.16667%;
  }

  .col-xxs-102 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-xxs-103 {
    -ms-flex: 0 0 85.83333%;
    flex: 0 0 85.83333%;
    max-width: 85.83333%;
  }

  .col-xxs-104 {
    -ms-flex: 0 0 86.66667%;
    flex: 0 0 86.66667%;
    max-width: 86.66667%;
  }

  .col-xxs-105 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xxs-106 {
    -ms-flex: 0 0 88.33333%;
    flex: 0 0 88.33333%;
    max-width: 88.33333%;
  }

  .col-xxs-107 {
    -ms-flex: 0 0 89.16667%;
    flex: 0 0 89.16667%;
    max-width: 89.16667%;
  }

  .col-xxs-108 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-xxs-109 {
    -ms-flex: 0 0 90.83333%;
    flex: 0 0 90.83333%;
    max-width: 90.83333%;
  }

  .col-xxs-110 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxs-111 {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .col-xxs-112 {
    -ms-flex: 0 0 93.33333%;
    flex: 0 0 93.33333%;
    max-width: 93.33333%;
  }

  .col-xxs-113 {
    -ms-flex: 0 0 94.16667%;
    flex: 0 0 94.16667%;
    max-width: 94.16667%;
  }

  .col-xxs-114 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-xxs-115 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-xxs-116 {
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
  }

  .col-xxs-117 {
    -ms-flex: 0 0 97.5%;
    flex: 0 0 97.5%;
    max-width: 97.5%;
  }

  .col-xxs-118 {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
  }

  .col-xxs-119 {
    -ms-flex: 0 0 99.16667%;
    flex: 0 0 99.16667%;
    max-width: 99.16667%;
  }

  .col-xxs-120 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xxs-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xxs-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xxs-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xxs-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xxs-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xxs-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xxs-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xxs-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xxs-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xxs-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xxs-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xxs-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xxs-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xxs-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xxs-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xxs-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-xxs-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xxs-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-xxs-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-xxs-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-xxs-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-xxs-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-xxs-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-xxs-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .order-xxs-25 {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-xxs-26 {
    -ms-flex-order: 26;
    order: 26;
  }

  .order-xxs-27 {
    -ms-flex-order: 27;
    order: 27;
  }

  .order-xxs-28 {
    -ms-flex-order: 28;
    order: 28;
  }

  .order-xxs-29 {
    -ms-flex-order: 29;
    order: 29;
  }

  .order-xxs-30 {
    -ms-flex-order: 30;
    order: 30;
  }

  .order-xxs-31 {
    -ms-flex-order: 31;
    order: 31;
  }

  .order-xxs-32 {
    -ms-flex-order: 32;
    order: 32;
  }

  .order-xxs-33 {
    -ms-flex-order: 33;
    order: 33;
  }

  .order-xxs-34 {
    -ms-flex-order: 34;
    order: 34;
  }

  .order-xxs-35 {
    -ms-flex-order: 35;
    order: 35;
  }

  .order-xxs-36 {
    -ms-flex-order: 36;
    order: 36;
  }

  .order-xxs-37 {
    -ms-flex-order: 37;
    order: 37;
  }

  .order-xxs-38 {
    -ms-flex-order: 38;
    order: 38;
  }

  .order-xxs-39 {
    -ms-flex-order: 39;
    order: 39;
  }

  .order-xxs-40 {
    -ms-flex-order: 40;
    order: 40;
  }

  .order-xxs-41 {
    -ms-flex-order: 41;
    order: 41;
  }

  .order-xxs-42 {
    -ms-flex-order: 42;
    order: 42;
  }

  .order-xxs-43 {
    -ms-flex-order: 43;
    order: 43;
  }

  .order-xxs-44 {
    -ms-flex-order: 44;
    order: 44;
  }

  .order-xxs-45 {
    -ms-flex-order: 45;
    order: 45;
  }

  .order-xxs-46 {
    -ms-flex-order: 46;
    order: 46;
  }

  .order-xxs-47 {
    -ms-flex-order: 47;
    order: 47;
  }

  .order-xxs-48 {
    -ms-flex-order: 48;
    order: 48;
  }

  .order-xxs-49 {
    -ms-flex-order: 49;
    order: 49;
  }

  .order-xxs-50 {
    -ms-flex-order: 50;
    order: 50;
  }

  .order-xxs-51 {
    -ms-flex-order: 51;
    order: 51;
  }

  .order-xxs-52 {
    -ms-flex-order: 52;
    order: 52;
  }

  .order-xxs-53 {
    -ms-flex-order: 53;
    order: 53;
  }

  .order-xxs-54 {
    -ms-flex-order: 54;
    order: 54;
  }

  .order-xxs-55 {
    -ms-flex-order: 55;
    order: 55;
  }

  .order-xxs-56 {
    -ms-flex-order: 56;
    order: 56;
  }

  .order-xxs-57 {
    -ms-flex-order: 57;
    order: 57;
  }

  .order-xxs-58 {
    -ms-flex-order: 58;
    order: 58;
  }

  .order-xxs-59 {
    -ms-flex-order: 59;
    order: 59;
  }

  .order-xxs-60 {
    -ms-flex-order: 60;
    order: 60;
  }

  .order-xxs-61 {
    -ms-flex-order: 61;
    order: 61;
  }

  .order-xxs-62 {
    -ms-flex-order: 62;
    order: 62;
  }

  .order-xxs-63 {
    -ms-flex-order: 63;
    order: 63;
  }

  .order-xxs-64 {
    -ms-flex-order: 64;
    order: 64;
  }

  .order-xxs-65 {
    -ms-flex-order: 65;
    order: 65;
  }

  .order-xxs-66 {
    -ms-flex-order: 66;
    order: 66;
  }

  .order-xxs-67 {
    -ms-flex-order: 67;
    order: 67;
  }

  .order-xxs-68 {
    -ms-flex-order: 68;
    order: 68;
  }

  .order-xxs-69 {
    -ms-flex-order: 69;
    order: 69;
  }

  .order-xxs-70 {
    -ms-flex-order: 70;
    order: 70;
  }

  .order-xxs-71 {
    -ms-flex-order: 71;
    order: 71;
  }

  .order-xxs-72 {
    -ms-flex-order: 72;
    order: 72;
  }

  .order-xxs-73 {
    -ms-flex-order: 73;
    order: 73;
  }

  .order-xxs-74 {
    -ms-flex-order: 74;
    order: 74;
  }

  .order-xxs-75 {
    -ms-flex-order: 75;
    order: 75;
  }

  .order-xxs-76 {
    -ms-flex-order: 76;
    order: 76;
  }

  .order-xxs-77 {
    -ms-flex-order: 77;
    order: 77;
  }

  .order-xxs-78 {
    -ms-flex-order: 78;
    order: 78;
  }

  .order-xxs-79 {
    -ms-flex-order: 79;
    order: 79;
  }

  .order-xxs-80 {
    -ms-flex-order: 80;
    order: 80;
  }

  .order-xxs-81 {
    -ms-flex-order: 81;
    order: 81;
  }

  .order-xxs-82 {
    -ms-flex-order: 82;
    order: 82;
  }

  .order-xxs-83 {
    -ms-flex-order: 83;
    order: 83;
  }

  .order-xxs-84 {
    -ms-flex-order: 84;
    order: 84;
  }

  .order-xxs-85 {
    -ms-flex-order: 85;
    order: 85;
  }

  .order-xxs-86 {
    -ms-flex-order: 86;
    order: 86;
  }

  .order-xxs-87 {
    -ms-flex-order: 87;
    order: 87;
  }

  .order-xxs-88 {
    -ms-flex-order: 88;
    order: 88;
  }

  .order-xxs-89 {
    -ms-flex-order: 89;
    order: 89;
  }

  .order-xxs-90 {
    -ms-flex-order: 90;
    order: 90;
  }

  .order-xxs-91 {
    -ms-flex-order: 91;
    order: 91;
  }

  .order-xxs-92 {
    -ms-flex-order: 92;
    order: 92;
  }

  .order-xxs-93 {
    -ms-flex-order: 93;
    order: 93;
  }

  .order-xxs-94 {
    -ms-flex-order: 94;
    order: 94;
  }

  .order-xxs-95 {
    -ms-flex-order: 95;
    order: 95;
  }

  .order-xxs-96 {
    -ms-flex-order: 96;
    order: 96;
  }

  .order-xxs-97 {
    -ms-flex-order: 97;
    order: 97;
  }

  .order-xxs-98 {
    -ms-flex-order: 98;
    order: 98;
  }

  .order-xxs-99 {
    -ms-flex-order: 99;
    order: 99;
  }

  .order-xxs-100 {
    -ms-flex-order: 100;
    order: 100;
  }

  .order-xxs-101 {
    -ms-flex-order: 101;
    order: 101;
  }

  .order-xxs-102 {
    -ms-flex-order: 102;
    order: 102;
  }

  .order-xxs-103 {
    -ms-flex-order: 103;
    order: 103;
  }

  .order-xxs-104 {
    -ms-flex-order: 104;
    order: 104;
  }

  .order-xxs-105 {
    -ms-flex-order: 105;
    order: 105;
  }

  .order-xxs-106 {
    -ms-flex-order: 106;
    order: 106;
  }

  .order-xxs-107 {
    -ms-flex-order: 107;
    order: 107;
  }

  .order-xxs-108 {
    -ms-flex-order: 108;
    order: 108;
  }

  .order-xxs-109 {
    -ms-flex-order: 109;
    order: 109;
  }

  .order-xxs-110 {
    -ms-flex-order: 110;
    order: 110;
  }

  .order-xxs-111 {
    -ms-flex-order: 111;
    order: 111;
  }

  .order-xxs-112 {
    -ms-flex-order: 112;
    order: 112;
  }

  .order-xxs-113 {
    -ms-flex-order: 113;
    order: 113;
  }

  .order-xxs-114 {
    -ms-flex-order: 114;
    order: 114;
  }

  .order-xxs-115 {
    -ms-flex-order: 115;
    order: 115;
  }

  .order-xxs-116 {
    -ms-flex-order: 116;
    order: 116;
  }

  .order-xxs-117 {
    -ms-flex-order: 117;
    order: 117;
  }

  .order-xxs-118 {
    -ms-flex-order: 118;
    order: 118;
  }

  .order-xxs-119 {
    -ms-flex-order: 119;
    order: 119;
  }

  .order-xxs-120 {
    -ms-flex-order: 120;
    order: 120;
  }

  .offset-xxs-0 {
    margin-left: 0;
  }

  .offset-xxs-1 {
    margin-left: 0.83333%;
  }

  .offset-xxs-2 {
    margin-left: 1.66667%;
  }

  .offset-xxs-3 {
    margin-left: 2.5%;
  }

  .offset-xxs-4 {
    margin-left: 3.33333%;
  }

  .offset-xxs-5 {
    margin-left: 4.16667%;
  }

  .offset-xxs-6 {
    margin-left: 5%;
  }

  .offset-xxs-7 {
    margin-left: 5.83333%;
  }

  .offset-xxs-8 {
    margin-left: 6.66667%;
  }

  .offset-xxs-9 {
    margin-left: 7.5%;
  }

  .offset-xxs-10 {
    margin-left: 8.33333%;
  }

  .offset-xxs-11 {
    margin-left: 9.16667%;
  }

  .offset-xxs-12 {
    margin-left: 10%;
  }

  .offset-xxs-13 {
    margin-left: 10.83333%;
  }

  .offset-xxs-14 {
    margin-left: 11.66667%;
  }

  .offset-xxs-15 {
    margin-left: 12.5%;
  }

  .offset-xxs-16 {
    margin-left: 13.33333%;
  }

  .offset-xxs-17 {
    margin-left: 14.16667%;
  }

  .offset-xxs-18 {
    margin-left: 15%;
  }

  .offset-xxs-19 {
    margin-left: 15.83333%;
  }

  .offset-xxs-20 {
    margin-left: 16.66667%;
  }

  .offset-xxs-21 {
    margin-left: 17.5%;
  }

  .offset-xxs-22 {
    margin-left: 18.33333%;
  }

  .offset-xxs-23 {
    margin-left: 19.16667%;
  }

  .offset-xxs-24 {
    margin-left: 20%;
  }

  .offset-xxs-25 {
    margin-left: 20.83333%;
  }

  .offset-xxs-26 {
    margin-left: 21.66667%;
  }

  .offset-xxs-27 {
    margin-left: 22.5%;
  }

  .offset-xxs-28 {
    margin-left: 23.33333%;
  }

  .offset-xxs-29 {
    margin-left: 24.16667%;
  }

  .offset-xxs-30 {
    margin-left: 25%;
  }

  .offset-xxs-31 {
    margin-left: 25.83333%;
  }

  .offset-xxs-32 {
    margin-left: 26.66667%;
  }

  .offset-xxs-33 {
    margin-left: 27.5%;
  }

  .offset-xxs-34 {
    margin-left: 28.33333%;
  }

  .offset-xxs-35 {
    margin-left: 29.16667%;
  }

  .offset-xxs-36 {
    margin-left: 30%;
  }

  .offset-xxs-37 {
    margin-left: 30.83333%;
  }

  .offset-xxs-38 {
    margin-left: 31.66667%;
  }

  .offset-xxs-39 {
    margin-left: 32.5%;
  }

  .offset-xxs-40 {
    margin-left: 33.33333%;
  }

  .offset-xxs-41 {
    margin-left: 34.16667%;
  }

  .offset-xxs-42 {
    margin-left: 35%;
  }

  .offset-xxs-43 {
    margin-left: 35.83333%;
  }

  .offset-xxs-44 {
    margin-left: 36.66667%;
  }

  .offset-xxs-45 {
    margin-left: 37.5%;
  }

  .offset-xxs-46 {
    margin-left: 38.33333%;
  }

  .offset-xxs-47 {
    margin-left: 39.16667%;
  }

  .offset-xxs-48 {
    margin-left: 40%;
  }

  .offset-xxs-49 {
    margin-left: 40.83333%;
  }

  .offset-xxs-50 {
    margin-left: 41.66667%;
  }

  .offset-xxs-51 {
    margin-left: 42.5%;
  }

  .offset-xxs-52 {
    margin-left: 43.33333%;
  }

  .offset-xxs-53 {
    margin-left: 44.16667%;
  }

  .offset-xxs-54 {
    margin-left: 45%;
  }

  .offset-xxs-55 {
    margin-left: 45.83333%;
  }

  .offset-xxs-56 {
    margin-left: 46.66667%;
  }

  .offset-xxs-57 {
    margin-left: 47.5%;
  }

  .offset-xxs-58 {
    margin-left: 48.33333%;
  }

  .offset-xxs-59 {
    margin-left: 49.16667%;
  }

  .offset-xxs-60 {
    margin-left: 50%;
  }

  .offset-xxs-61 {
    margin-left: 50.83333%;
  }

  .offset-xxs-62 {
    margin-left: 51.66667%;
  }

  .offset-xxs-63 {
    margin-left: 52.5%;
  }

  .offset-xxs-64 {
    margin-left: 53.33333%;
  }

  .offset-xxs-65 {
    margin-left: 54.16667%;
  }

  .offset-xxs-66 {
    margin-left: 55%;
  }

  .offset-xxs-67 {
    margin-left: 55.83333%;
  }

  .offset-xxs-68 {
    margin-left: 56.66667%;
  }

  .offset-xxs-69 {
    margin-left: 57.5%;
  }

  .offset-xxs-70 {
    margin-left: 58.33333%;
  }

  .offset-xxs-71 {
    margin-left: 59.16667%;
  }

  .offset-xxs-72 {
    margin-left: 60%;
  }

  .offset-xxs-73 {
    margin-left: 60.83333%;
  }

  .offset-xxs-74 {
    margin-left: 61.66667%;
  }

  .offset-xxs-75 {
    margin-left: 62.5%;
  }

  .offset-xxs-76 {
    margin-left: 63.33333%;
  }

  .offset-xxs-77 {
    margin-left: 64.16667%;
  }

  .offset-xxs-78 {
    margin-left: 65%;
  }

  .offset-xxs-79 {
    margin-left: 65.83333%;
  }

  .offset-xxs-80 {
    margin-left: 66.66667%;
  }

  .offset-xxs-81 {
    margin-left: 67.5%;
  }

  .offset-xxs-82 {
    margin-left: 68.33333%;
  }

  .offset-xxs-83 {
    margin-left: 69.16667%;
  }

  .offset-xxs-84 {
    margin-left: 70%;
  }

  .offset-xxs-85 {
    margin-left: 70.83333%;
  }

  .offset-xxs-86 {
    margin-left: 71.66667%;
  }

  .offset-xxs-87 {
    margin-left: 72.5%;
  }

  .offset-xxs-88 {
    margin-left: 73.33333%;
  }

  .offset-xxs-89 {
    margin-left: 74.16667%;
  }

  .offset-xxs-90 {
    margin-left: 75%;
  }

  .offset-xxs-91 {
    margin-left: 75.83333%;
  }

  .offset-xxs-92 {
    margin-left: 76.66667%;
  }

  .offset-xxs-93 {
    margin-left: 77.5%;
  }

  .offset-xxs-94 {
    margin-left: 78.33333%;
  }

  .offset-xxs-95 {
    margin-left: 79.16667%;
  }

  .offset-xxs-96 {
    margin-left: 80%;
  }

  .offset-xxs-97 {
    margin-left: 80.83333%;
  }

  .offset-xxs-98 {
    margin-left: 81.66667%;
  }

  .offset-xxs-99 {
    margin-left: 82.5%;
  }

  .offset-xxs-100 {
    margin-left: 83.33333%;
  }

  .offset-xxs-101 {
    margin-left: 84.16667%;
  }

  .offset-xxs-102 {
    margin-left: 85%;
  }

  .offset-xxs-103 {
    margin-left: 85.83333%;
  }

  .offset-xxs-104 {
    margin-left: 86.66667%;
  }

  .offset-xxs-105 {
    margin-left: 87.5%;
  }

  .offset-xxs-106 {
    margin-left: 88.33333%;
  }

  .offset-xxs-107 {
    margin-left: 89.16667%;
  }

  .offset-xxs-108 {
    margin-left: 90%;
  }

  .offset-xxs-109 {
    margin-left: 90.83333%;
  }

  .offset-xxs-110 {
    margin-left: 91.66667%;
  }

  .offset-xxs-111 {
    margin-left: 92.5%;
  }

  .offset-xxs-112 {
    margin-left: 93.33333%;
  }

  .offset-xxs-113 {
    margin-left: 94.16667%;
  }

  .offset-xxs-114 {
    margin-left: 95%;
  }

  .offset-xxs-115 {
    margin-left: 95.83333%;
  }

  .offset-xxs-116 {
    margin-left: 96.66667%;
  }

  .offset-xxs-117 {
    margin-left: 97.5%;
  }

  .offset-xxs-118 {
    margin-left: 98.33333%;
  }

  .offset-xxs-119 {
    margin-left: 99.16667%;
  }

  .flex-xxs-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxs-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxs-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxs-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xxs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xxs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxs-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xxs-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxs-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxs-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxs-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxs-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xxs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xxs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xxs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xxs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xxs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xxs-expand .expend-header {
    cursor: pointer;
  }

  .xxs-expand .expand-container {
    display: none;
  }

  .xxs-expand .expand-container.opened {
    display: block;
  }

  .lg-visible,
  .md-visible,
  .sm-visible,
  .xs-visible,
  .xxs-hidden {
    display: none !important;
  }

  .xxs-visible {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .form-border {
    padding: 20px 40px;
  }

  .page-own-content .page-header-wrapper {
    margin-bottom: 40px;
  }

  .page-own-content .page-header-wrapper h1 {
    font: 72px Fred;
    line-height: 60px;
  }

  .page-own-content .breadcrumbs {
    margin-bottom: 20px;
  }

  .page-own-content .page-content > .row {
    margin: 0 -15px;
  }

  .page-own-content .page-content > .row > div {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-xs,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-13,
  .col-xs-14,
  .col-xs-15,
  .col-xs-16,
  .col-xs-17,
  .col-xs-18,
  .col-xs-19,
  .col-xs-20,
  .col-xs-21,
  .col-xs-22,
  .col-xs-23,
  .col-xs-24,
  .col-xs-25,
  .col-xs-26,
  .col-xs-27,
  .col-xs-28,
  .col-xs-29,
  .col-xs-30,
  .col-xs-31,
  .col-xs-32,
  .col-xs-33,
  .col-xs-34,
  .col-xs-35,
  .col-xs-36,
  .col-xs-37,
  .col-xs-38,
  .col-xs-39,
  .col-xs-40,
  .col-xs-41,
  .col-xs-42,
  .col-xs-43,
  .col-xs-44,
  .col-xs-45,
  .col-xs-46,
  .col-xs-47,
  .col-xs-48,
  .col-xs-49,
  .col-xs-50,
  .col-xs-51,
  .col-xs-52,
  .col-xs-53,
  .col-xs-54,
  .col-xs-55,
  .col-xs-56,
  .col-xs-57,
  .col-xs-58,
  .col-xs-59,
  .col-xs-60,
  .col-xs-61,
  .col-xs-62,
  .col-xs-63,
  .col-xs-64,
  .col-xs-65,
  .col-xs-66,
  .col-xs-67,
  .col-xs-68,
  .col-xs-69,
  .col-xs-70,
  .col-xs-71,
  .col-xs-72,
  .col-xs-73,
  .col-xs-74,
  .col-xs-75,
  .col-xs-76,
  .col-xs-77,
  .col-xs-78,
  .col-xs-79,
  .col-xs-80,
  .col-xs-81,
  .col-xs-82,
  .col-xs-83,
  .col-xs-84,
  .col-xs-85,
  .col-xs-86,
  .col-xs-87,
  .col-xs-88,
  .col-xs-89,
  .col-xs-90,
  .col-xs-91,
  .col-xs-92,
  .col-xs-93,
  .col-xs-94,
  .col-xs-95,
  .col-xs-96,
  .col-xs-97,
  .col-xs-98,
  .col-xs-99,
  .col-xs-100,
  .col-xs-101,
  .col-xs-102,
  .col-xs-103,
  .col-xs-104,
  .col-xs-105,
  .col-xs-106,
  .col-xs-107,
  .col-xs-108,
  .col-xs-109,
  .col-xs-110,
  .col-xs-111,
  .col-xs-112,
  .col-xs-113,
  .col-xs-114,
  .col-xs-115,
  .col-xs-116,
  .col-xs-117,
  .col-xs-118,
  .col-xs-119,
  .col-xs-120,
  .col-xs-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xs-1 {
    -ms-flex: 0 0 0.83333%;
    flex: 0 0 0.83333%;
    max-width: 0.83333%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 1.66667%;
    flex: 0 0 1.66667%;
    max-width: 1.66667%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 3.33333%;
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 5.83333%;
    flex: 0 0 5.83333%;
    max-width: 5.83333%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 6.66667%;
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .col-xs-10 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 9.16667%;
    flex: 0 0 9.16667%;
    max-width: 9.16667%;
  }

  .col-xs-12 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-xs-13 {
    -ms-flex: 0 0 10.83333%;
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
  }

  .col-xs-14 {
    -ms-flex: 0 0 11.66667%;
    flex: 0 0 11.66667%;
    max-width: 11.66667%;
  }

  .col-xs-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-xs-16 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }

  .col-xs-17 {
    -ms-flex: 0 0 14.16667%;
    flex: 0 0 14.16667%;
    max-width: 14.16667%;
  }

  .col-xs-18 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-xs-19 {
    -ms-flex: 0 0 15.83333%;
    flex: 0 0 15.83333%;
    max-width: 15.83333%;
  }

  .col-xs-20 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xs-21 {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  .col-xs-22 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }

  .col-xs-23 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }

  .col-xs-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-xs-25 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-xs-26 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }

  .col-xs-27 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .col-xs-28 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }

  .col-xs-29 {
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
  }

  .col-xs-30 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-31 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }

  .col-xs-32 {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }

  .col-xs-33 {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }

  .col-xs-34 {
    -ms-flex: 0 0 28.33333%;
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }

  .col-xs-35 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-xs-36 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-xs-37 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }

  .col-xs-38 {
    -ms-flex: 0 0 31.66667%;
    flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }

  .col-xs-39 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .col-xs-40 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xs-41 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }

  .col-xs-42 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-xs-43 {
    -ms-flex: 0 0 35.83333%;
    flex: 0 0 35.83333%;
    max-width: 35.83333%;
  }

  .col-xs-44 {
    -ms-flex: 0 0 36.66667%;
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
  }

  .col-xs-45 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-xs-46 {
    -ms-flex: 0 0 38.33333%;
    flex: 0 0 38.33333%;
    max-width: 38.33333%;
  }

  .col-xs-47 {
    -ms-flex: 0 0 39.16667%;
    flex: 0 0 39.16667%;
    max-width: 39.16667%;
  }

  .col-xs-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-xs-49 {
    -ms-flex: 0 0 40.83333%;
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
  }

  .col-xs-50 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xs-51 {
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }

  .col-xs-52 {
    -ms-flex: 0 0 43.33333%;
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
  }

  .col-xs-53 {
    -ms-flex: 0 0 44.16667%;
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
  }

  .col-xs-54 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-xs-55 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-xs-56 {
    -ms-flex: 0 0 46.66667%;
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }

  .col-xs-57 {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .col-xs-58 {
    -ms-flex: 0 0 48.33333%;
    flex: 0 0 48.33333%;
    max-width: 48.33333%;
  }

  .col-xs-59 {
    -ms-flex: 0 0 49.16667%;
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
  }

  .col-xs-60 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-61 {
    -ms-flex: 0 0 50.83333%;
    flex: 0 0 50.83333%;
    max-width: 50.83333%;
  }

  .col-xs-62 {
    -ms-flex: 0 0 51.66667%;
    flex: 0 0 51.66667%;
    max-width: 51.66667%;
  }

  .col-xs-63 {
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
  }

  .col-xs-64 {
    -ms-flex: 0 0 53.33333%;
    flex: 0 0 53.33333%;
    max-width: 53.33333%;
  }

  .col-xs-65 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-xs-66 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-xs-67 {
    -ms-flex: 0 0 55.83333%;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
  }

  .col-xs-68 {
    -ms-flex: 0 0 56.66667%;
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
  }

  .col-xs-69 {
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }

  .col-xs-70 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xs-71 {
    -ms-flex: 0 0 59.16667%;
    flex: 0 0 59.16667%;
    max-width: 59.16667%;
  }

  .col-xs-72 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-xs-73 {
    -ms-flex: 0 0 60.83333%;
    flex: 0 0 60.83333%;
    max-width: 60.83333%;
  }

  .col-xs-74 {
    -ms-flex: 0 0 61.66667%;
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
  }

  .col-xs-75 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-xs-76 {
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }

  .col-xs-77 {
    -ms-flex: 0 0 64.16667%;
    flex: 0 0 64.16667%;
    max-width: 64.16667%;
  }

  .col-xs-78 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-xs-79 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }

  .col-xs-80 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xs-81 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }

  .col-xs-82 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }

  .col-xs-83 {
    -ms-flex: 0 0 69.16667%;
    flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }

  .col-xs-84 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-xs-85 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-xs-86 {
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }

  .col-xs-87 {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }

  .col-xs-88 {
    -ms-flex: 0 0 73.33333%;
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }

  .col-xs-89 {
    -ms-flex: 0 0 74.16667%;
    flex: 0 0 74.16667%;
    max-width: 74.16667%;
  }

  .col-xs-90 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-91 {
    -ms-flex: 0 0 75.83333%;
    flex: 0 0 75.83333%;
    max-width: 75.83333%;
  }

  .col-xs-92 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }

  .col-xs-93 {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .col-xs-94 {
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
  }

  .col-xs-95 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-xs-96 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-xs-97 {
    -ms-flex: 0 0 80.83333%;
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
  }

  .col-xs-98 {
    -ms-flex: 0 0 81.66667%;
    flex: 0 0 81.66667%;
    max-width: 81.66667%;
  }

  .col-xs-99 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }

  .col-xs-100 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xs-101 {
    -ms-flex: 0 0 84.16667%;
    flex: 0 0 84.16667%;
    max-width: 84.16667%;
  }

  .col-xs-102 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-xs-103 {
    -ms-flex: 0 0 85.83333%;
    flex: 0 0 85.83333%;
    max-width: 85.83333%;
  }

  .col-xs-104 {
    -ms-flex: 0 0 86.66667%;
    flex: 0 0 86.66667%;
    max-width: 86.66667%;
  }

  .col-xs-105 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-xs-106 {
    -ms-flex: 0 0 88.33333%;
    flex: 0 0 88.33333%;
    max-width: 88.33333%;
  }

  .col-xs-107 {
    -ms-flex: 0 0 89.16667%;
    flex: 0 0 89.16667%;
    max-width: 89.16667%;
  }

  .col-xs-108 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-xs-109 {
    -ms-flex: 0 0 90.83333%;
    flex: 0 0 90.83333%;
    max-width: 90.83333%;
  }

  .col-xs-110 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xs-111 {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .col-xs-112 {
    -ms-flex: 0 0 93.33333%;
    flex: 0 0 93.33333%;
    max-width: 93.33333%;
  }

  .col-xs-113 {
    -ms-flex: 0 0 94.16667%;
    flex: 0 0 94.16667%;
    max-width: 94.16667%;
  }

  .col-xs-114 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-xs-115 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-xs-116 {
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
  }

  .col-xs-117 {
    -ms-flex: 0 0 97.5%;
    flex: 0 0 97.5%;
    max-width: 97.5%;
  }

  .col-xs-118 {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
  }

  .col-xs-119 {
    -ms-flex: 0 0 99.16667%;
    flex: 0 0 99.16667%;
    max-width: 99.16667%;
  }

  .col-xs-120 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-xs-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xs-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-xs-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-xs-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-xs-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-xs-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-xs-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-xs-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-xs-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-xs-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-xs-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-xs-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .order-xs-25 {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-xs-26 {
    -ms-flex-order: 26;
    order: 26;
  }

  .order-xs-27 {
    -ms-flex-order: 27;
    order: 27;
  }

  .order-xs-28 {
    -ms-flex-order: 28;
    order: 28;
  }

  .order-xs-29 {
    -ms-flex-order: 29;
    order: 29;
  }

  .order-xs-30 {
    -ms-flex-order: 30;
    order: 30;
  }

  .order-xs-31 {
    -ms-flex-order: 31;
    order: 31;
  }

  .order-xs-32 {
    -ms-flex-order: 32;
    order: 32;
  }

  .order-xs-33 {
    -ms-flex-order: 33;
    order: 33;
  }

  .order-xs-34 {
    -ms-flex-order: 34;
    order: 34;
  }

  .order-xs-35 {
    -ms-flex-order: 35;
    order: 35;
  }

  .order-xs-36 {
    -ms-flex-order: 36;
    order: 36;
  }

  .order-xs-37 {
    -ms-flex-order: 37;
    order: 37;
  }

  .order-xs-38 {
    -ms-flex-order: 38;
    order: 38;
  }

  .order-xs-39 {
    -ms-flex-order: 39;
    order: 39;
  }

  .order-xs-40 {
    -ms-flex-order: 40;
    order: 40;
  }

  .order-xs-41 {
    -ms-flex-order: 41;
    order: 41;
  }

  .order-xs-42 {
    -ms-flex-order: 42;
    order: 42;
  }

  .order-xs-43 {
    -ms-flex-order: 43;
    order: 43;
  }

  .order-xs-44 {
    -ms-flex-order: 44;
    order: 44;
  }

  .order-xs-45 {
    -ms-flex-order: 45;
    order: 45;
  }

  .order-xs-46 {
    -ms-flex-order: 46;
    order: 46;
  }

  .order-xs-47 {
    -ms-flex-order: 47;
    order: 47;
  }

  .order-xs-48 {
    -ms-flex-order: 48;
    order: 48;
  }

  .order-xs-49 {
    -ms-flex-order: 49;
    order: 49;
  }

  .order-xs-50 {
    -ms-flex-order: 50;
    order: 50;
  }

  .order-xs-51 {
    -ms-flex-order: 51;
    order: 51;
  }

  .order-xs-52 {
    -ms-flex-order: 52;
    order: 52;
  }

  .order-xs-53 {
    -ms-flex-order: 53;
    order: 53;
  }

  .order-xs-54 {
    -ms-flex-order: 54;
    order: 54;
  }

  .order-xs-55 {
    -ms-flex-order: 55;
    order: 55;
  }

  .order-xs-56 {
    -ms-flex-order: 56;
    order: 56;
  }

  .order-xs-57 {
    -ms-flex-order: 57;
    order: 57;
  }

  .order-xs-58 {
    -ms-flex-order: 58;
    order: 58;
  }

  .order-xs-59 {
    -ms-flex-order: 59;
    order: 59;
  }

  .order-xs-60 {
    -ms-flex-order: 60;
    order: 60;
  }

  .order-xs-61 {
    -ms-flex-order: 61;
    order: 61;
  }

  .order-xs-62 {
    -ms-flex-order: 62;
    order: 62;
  }

  .order-xs-63 {
    -ms-flex-order: 63;
    order: 63;
  }

  .order-xs-64 {
    -ms-flex-order: 64;
    order: 64;
  }

  .order-xs-65 {
    -ms-flex-order: 65;
    order: 65;
  }

  .order-xs-66 {
    -ms-flex-order: 66;
    order: 66;
  }

  .order-xs-67 {
    -ms-flex-order: 67;
    order: 67;
  }

  .order-xs-68 {
    -ms-flex-order: 68;
    order: 68;
  }

  .order-xs-69 {
    -ms-flex-order: 69;
    order: 69;
  }

  .order-xs-70 {
    -ms-flex-order: 70;
    order: 70;
  }

  .order-xs-71 {
    -ms-flex-order: 71;
    order: 71;
  }

  .order-xs-72 {
    -ms-flex-order: 72;
    order: 72;
  }

  .order-xs-73 {
    -ms-flex-order: 73;
    order: 73;
  }

  .order-xs-74 {
    -ms-flex-order: 74;
    order: 74;
  }

  .order-xs-75 {
    -ms-flex-order: 75;
    order: 75;
  }

  .order-xs-76 {
    -ms-flex-order: 76;
    order: 76;
  }

  .order-xs-77 {
    -ms-flex-order: 77;
    order: 77;
  }

  .order-xs-78 {
    -ms-flex-order: 78;
    order: 78;
  }

  .order-xs-79 {
    -ms-flex-order: 79;
    order: 79;
  }

  .order-xs-80 {
    -ms-flex-order: 80;
    order: 80;
  }

  .order-xs-81 {
    -ms-flex-order: 81;
    order: 81;
  }

  .order-xs-82 {
    -ms-flex-order: 82;
    order: 82;
  }

  .order-xs-83 {
    -ms-flex-order: 83;
    order: 83;
  }

  .order-xs-84 {
    -ms-flex-order: 84;
    order: 84;
  }

  .order-xs-85 {
    -ms-flex-order: 85;
    order: 85;
  }

  .order-xs-86 {
    -ms-flex-order: 86;
    order: 86;
  }

  .order-xs-87 {
    -ms-flex-order: 87;
    order: 87;
  }

  .order-xs-88 {
    -ms-flex-order: 88;
    order: 88;
  }

  .order-xs-89 {
    -ms-flex-order: 89;
    order: 89;
  }

  .order-xs-90 {
    -ms-flex-order: 90;
    order: 90;
  }

  .order-xs-91 {
    -ms-flex-order: 91;
    order: 91;
  }

  .order-xs-92 {
    -ms-flex-order: 92;
    order: 92;
  }

  .order-xs-93 {
    -ms-flex-order: 93;
    order: 93;
  }

  .order-xs-94 {
    -ms-flex-order: 94;
    order: 94;
  }

  .order-xs-95 {
    -ms-flex-order: 95;
    order: 95;
  }

  .order-xs-96 {
    -ms-flex-order: 96;
    order: 96;
  }

  .order-xs-97 {
    -ms-flex-order: 97;
    order: 97;
  }

  .order-xs-98 {
    -ms-flex-order: 98;
    order: 98;
  }

  .order-xs-99 {
    -ms-flex-order: 99;
    order: 99;
  }

  .order-xs-100 {
    -ms-flex-order: 100;
    order: 100;
  }

  .order-xs-101 {
    -ms-flex-order: 101;
    order: 101;
  }

  .order-xs-102 {
    -ms-flex-order: 102;
    order: 102;
  }

  .order-xs-103 {
    -ms-flex-order: 103;
    order: 103;
  }

  .order-xs-104 {
    -ms-flex-order: 104;
    order: 104;
  }

  .order-xs-105 {
    -ms-flex-order: 105;
    order: 105;
  }

  .order-xs-106 {
    -ms-flex-order: 106;
    order: 106;
  }

  .order-xs-107 {
    -ms-flex-order: 107;
    order: 107;
  }

  .order-xs-108 {
    -ms-flex-order: 108;
    order: 108;
  }

  .order-xs-109 {
    -ms-flex-order: 109;
    order: 109;
  }

  .order-xs-110 {
    -ms-flex-order: 110;
    order: 110;
  }

  .order-xs-111 {
    -ms-flex-order: 111;
    order: 111;
  }

  .order-xs-112 {
    -ms-flex-order: 112;
    order: 112;
  }

  .order-xs-113 {
    -ms-flex-order: 113;
    order: 113;
  }

  .order-xs-114 {
    -ms-flex-order: 114;
    order: 114;
  }

  .order-xs-115 {
    -ms-flex-order: 115;
    order: 115;
  }

  .order-xs-116 {
    -ms-flex-order: 116;
    order: 116;
  }

  .order-xs-117 {
    -ms-flex-order: 117;
    order: 117;
  }

  .order-xs-118 {
    -ms-flex-order: 118;
    order: 118;
  }

  .order-xs-119 {
    -ms-flex-order: 119;
    order: 119;
  }

  .order-xs-120 {
    -ms-flex-order: 120;
    order: 120;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 0.83333%;
  }

  .offset-xs-2 {
    margin-left: 1.66667%;
  }

  .offset-xs-3 {
    margin-left: 2.5%;
  }

  .offset-xs-4 {
    margin-left: 3.33333%;
  }

  .offset-xs-5 {
    margin-left: 4.16667%;
  }

  .offset-xs-6 {
    margin-left: 5%;
  }

  .offset-xs-7 {
    margin-left: 5.83333%;
  }

  .offset-xs-8 {
    margin-left: 6.66667%;
  }

  .offset-xs-9 {
    margin-left: 7.5%;
  }

  .offset-xs-10 {
    margin-left: 8.33333%;
  }

  .offset-xs-11 {
    margin-left: 9.16667%;
  }

  .offset-xs-12 {
    margin-left: 10%;
  }

  .offset-xs-13 {
    margin-left: 10.83333%;
  }

  .offset-xs-14 {
    margin-left: 11.66667%;
  }

  .offset-xs-15 {
    margin-left: 12.5%;
  }

  .offset-xs-16 {
    margin-left: 13.33333%;
  }

  .offset-xs-17 {
    margin-left: 14.16667%;
  }

  .offset-xs-18 {
    margin-left: 15%;
  }

  .offset-xs-19 {
    margin-left: 15.83333%;
  }

  .offset-xs-20 {
    margin-left: 16.66667%;
  }

  .offset-xs-21 {
    margin-left: 17.5%;
  }

  .offset-xs-22 {
    margin-left: 18.33333%;
  }

  .offset-xs-23 {
    margin-left: 19.16667%;
  }

  .offset-xs-24 {
    margin-left: 20%;
  }

  .offset-xs-25 {
    margin-left: 20.83333%;
  }

  .offset-xs-26 {
    margin-left: 21.66667%;
  }

  .offset-xs-27 {
    margin-left: 22.5%;
  }

  .offset-xs-28 {
    margin-left: 23.33333%;
  }

  .offset-xs-29 {
    margin-left: 24.16667%;
  }

  .offset-xs-30 {
    margin-left: 25%;
  }

  .offset-xs-31 {
    margin-left: 25.83333%;
  }

  .offset-xs-32 {
    margin-left: 26.66667%;
  }

  .offset-xs-33 {
    margin-left: 27.5%;
  }

  .offset-xs-34 {
    margin-left: 28.33333%;
  }

  .offset-xs-35 {
    margin-left: 29.16667%;
  }

  .offset-xs-36 {
    margin-left: 30%;
  }

  .offset-xs-37 {
    margin-left: 30.83333%;
  }

  .offset-xs-38 {
    margin-left: 31.66667%;
  }

  .offset-xs-39 {
    margin-left: 32.5%;
  }

  .offset-xs-40 {
    margin-left: 33.33333%;
  }

  .offset-xs-41 {
    margin-left: 34.16667%;
  }

  .offset-xs-42 {
    margin-left: 35%;
  }

  .offset-xs-43 {
    margin-left: 35.83333%;
  }

  .offset-xs-44 {
    margin-left: 36.66667%;
  }

  .offset-xs-45 {
    margin-left: 37.5%;
  }

  .offset-xs-46 {
    margin-left: 38.33333%;
  }

  .offset-xs-47 {
    margin-left: 39.16667%;
  }

  .offset-xs-48 {
    margin-left: 40%;
  }

  .offset-xs-49 {
    margin-left: 40.83333%;
  }

  .offset-xs-50 {
    margin-left: 41.66667%;
  }

  .offset-xs-51 {
    margin-left: 42.5%;
  }

  .offset-xs-52 {
    margin-left: 43.33333%;
  }

  .offset-xs-53 {
    margin-left: 44.16667%;
  }

  .offset-xs-54 {
    margin-left: 45%;
  }

  .offset-xs-55 {
    margin-left: 45.83333%;
  }

  .offset-xs-56 {
    margin-left: 46.66667%;
  }

  .offset-xs-57 {
    margin-left: 47.5%;
  }

  .offset-xs-58 {
    margin-left: 48.33333%;
  }

  .offset-xs-59 {
    margin-left: 49.16667%;
  }

  .offset-xs-60 {
    margin-left: 50%;
  }

  .offset-xs-61 {
    margin-left: 50.83333%;
  }

  .offset-xs-62 {
    margin-left: 51.66667%;
  }

  .offset-xs-63 {
    margin-left: 52.5%;
  }

  .offset-xs-64 {
    margin-left: 53.33333%;
  }

  .offset-xs-65 {
    margin-left: 54.16667%;
  }

  .offset-xs-66 {
    margin-left: 55%;
  }

  .offset-xs-67 {
    margin-left: 55.83333%;
  }

  .offset-xs-68 {
    margin-left: 56.66667%;
  }

  .offset-xs-69 {
    margin-left: 57.5%;
  }

  .offset-xs-70 {
    margin-left: 58.33333%;
  }

  .offset-xs-71 {
    margin-left: 59.16667%;
  }

  .offset-xs-72 {
    margin-left: 60%;
  }

  .offset-xs-73 {
    margin-left: 60.83333%;
  }

  .offset-xs-74 {
    margin-left: 61.66667%;
  }

  .offset-xs-75 {
    margin-left: 62.5%;
  }

  .offset-xs-76 {
    margin-left: 63.33333%;
  }

  .offset-xs-77 {
    margin-left: 64.16667%;
  }

  .offset-xs-78 {
    margin-left: 65%;
  }

  .offset-xs-79 {
    margin-left: 65.83333%;
  }

  .offset-xs-80 {
    margin-left: 66.66667%;
  }

  .offset-xs-81 {
    margin-left: 67.5%;
  }

  .offset-xs-82 {
    margin-left: 68.33333%;
  }

  .offset-xs-83 {
    margin-left: 69.16667%;
  }

  .offset-xs-84 {
    margin-left: 70%;
  }

  .offset-xs-85 {
    margin-left: 70.83333%;
  }

  .offset-xs-86 {
    margin-left: 71.66667%;
  }

  .offset-xs-87 {
    margin-left: 72.5%;
  }

  .offset-xs-88 {
    margin-left: 73.33333%;
  }

  .offset-xs-89 {
    margin-left: 74.16667%;
  }

  .offset-xs-90 {
    margin-left: 75%;
  }

  .offset-xs-91 {
    margin-left: 75.83333%;
  }

  .offset-xs-92 {
    margin-left: 76.66667%;
  }

  .offset-xs-93 {
    margin-left: 77.5%;
  }

  .offset-xs-94 {
    margin-left: 78.33333%;
  }

  .offset-xs-95 {
    margin-left: 79.16667%;
  }

  .offset-xs-96 {
    margin-left: 80%;
  }

  .offset-xs-97 {
    margin-left: 80.83333%;
  }

  .offset-xs-98 {
    margin-left: 81.66667%;
  }

  .offset-xs-99 {
    margin-left: 82.5%;
  }

  .offset-xs-100 {
    margin-left: 83.33333%;
  }

  .offset-xs-101 {
    margin-left: 84.16667%;
  }

  .offset-xs-102 {
    margin-left: 85%;
  }

  .offset-xs-103 {
    margin-left: 85.83333%;
  }

  .offset-xs-104 {
    margin-left: 86.66667%;
  }

  .offset-xs-105 {
    margin-left: 87.5%;
  }

  .offset-xs-106 {
    margin-left: 88.33333%;
  }

  .offset-xs-107 {
    margin-left: 89.16667%;
  }

  .offset-xs-108 {
    margin-left: 90%;
  }

  .offset-xs-109 {
    margin-left: 90.83333%;
  }

  .offset-xs-110 {
    margin-left: 91.66667%;
  }

  .offset-xs-111 {
    margin-left: 92.5%;
  }

  .offset-xs-112 {
    margin-left: 93.33333%;
  }

  .offset-xs-113 {
    margin-left: 94.16667%;
  }

  .offset-xs-114 {
    margin-left: 95%;
  }

  .offset-xs-115 {
    margin-left: 95.83333%;
  }

  .offset-xs-116 {
    margin-left: 96.66667%;
  }

  .offset-xs-117 {
    margin-left: 97.5%;
  }

  .offset-xs-118 {
    margin-left: 98.33333%;
  }

  .offset-xs-119 {
    margin-left: 99.16667%;
  }

  .flex-xs-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xs-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xs-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xs-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xs-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xs-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xs-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xs-expand .expend-header {
    cursor: pointer;
  }

  .xs-expand .expand-container {
    display: none;
  }

  .xs-expand .expand-container.opened {
    display: block;
  }

  .lg-visible,
  .md-visible,
  .sm-visible,
  .xs-hidden,
  .xxs-visible {
    display: none !important;
  }

  .xs-visible {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24,
  .col-sm-25,
  .col-sm-26,
  .col-sm-27,
  .col-sm-28,
  .col-sm-29,
  .col-sm-30,
  .col-sm-31,
  .col-sm-32,
  .col-sm-33,
  .col-sm-34,
  .col-sm-35,
  .col-sm-36,
  .col-sm-37,
  .col-sm-38,
  .col-sm-39,
  .col-sm-40,
  .col-sm-41,
  .col-sm-42,
  .col-sm-43,
  .col-sm-44,
  .col-sm-45,
  .col-sm-46,
  .col-sm-47,
  .col-sm-48,
  .col-sm-49,
  .col-sm-50,
  .col-sm-51,
  .col-sm-52,
  .col-sm-53,
  .col-sm-54,
  .col-sm-55,
  .col-sm-56,
  .col-sm-57,
  .col-sm-58,
  .col-sm-59,
  .col-sm-60,
  .col-sm-61,
  .col-sm-62,
  .col-sm-63,
  .col-sm-64,
  .col-sm-65,
  .col-sm-66,
  .col-sm-67,
  .col-sm-68,
  .col-sm-69,
  .col-sm-70,
  .col-sm-71,
  .col-sm-72,
  .col-sm-73,
  .col-sm-74,
  .col-sm-75,
  .col-sm-76,
  .col-sm-77,
  .col-sm-78,
  .col-sm-79,
  .col-sm-80,
  .col-sm-81,
  .col-sm-82,
  .col-sm-83,
  .col-sm-84,
  .col-sm-85,
  .col-sm-86,
  .col-sm-87,
  .col-sm-88,
  .col-sm-89,
  .col-sm-90,
  .col-sm-91,
  .col-sm-92,
  .col-sm-93,
  .col-sm-94,
  .col-sm-95,
  .col-sm-96,
  .col-sm-97,
  .col-sm-98,
  .col-sm-99,
  .col-sm-100,
  .col-sm-101,
  .col-sm-102,
  .col-sm-103,
  .col-sm-104,
  .col-sm-105,
  .col-sm-106,
  .col-sm-107,
  .col-sm-108,
  .col-sm-109,
  .col-sm-110,
  .col-sm-111,
  .col-sm-112,
  .col-sm-113,
  .col-sm-114,
  .col-sm-115,
  .col-sm-116,
  .col-sm-117,
  .col-sm-118,
  .col-sm-119,
  .col-sm-120,
  .col-sm-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 0.83333%;
    flex: 0 0 0.83333%;
    max-width: 0.83333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 1.66667%;
    flex: 0 0 1.66667%;
    max-width: 1.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 3.33333%;
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 5.83333%;
    flex: 0 0 5.83333%;
    max-width: 5.83333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 6.66667%;
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 9.16667%;
    flex: 0 0 9.16667%;
    max-width: 9.16667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-sm-13 {
    -ms-flex: 0 0 10.83333%;
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
  }

  .col-sm-14 {
    -ms-flex: 0 0 11.66667%;
    flex: 0 0 11.66667%;
    max-width: 11.66667%;
  }

  .col-sm-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-sm-16 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }

  .col-sm-17 {
    -ms-flex: 0 0 14.16667%;
    flex: 0 0 14.16667%;
    max-width: 14.16667%;
  }

  .col-sm-18 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-sm-19 {
    -ms-flex: 0 0 15.83333%;
    flex: 0 0 15.83333%;
    max-width: 15.83333%;
  }

  .col-sm-20 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-21 {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  .col-sm-22 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }

  .col-sm-23 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }

  .col-sm-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-25 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-sm-26 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }

  .col-sm-27 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .col-sm-28 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }

  .col-sm-29 {
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
  }

  .col-sm-30 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-31 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }

  .col-sm-32 {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }

  .col-sm-33 {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }

  .col-sm-34 {
    -ms-flex: 0 0 28.33333%;
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }

  .col-sm-35 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-sm-36 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-sm-37 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }

  .col-sm-38 {
    -ms-flex: 0 0 31.66667%;
    flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }

  .col-sm-39 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .col-sm-40 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-41 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }

  .col-sm-42 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-sm-43 {
    -ms-flex: 0 0 35.83333%;
    flex: 0 0 35.83333%;
    max-width: 35.83333%;
  }

  .col-sm-44 {
    -ms-flex: 0 0 36.66667%;
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
  }

  .col-sm-45 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-sm-46 {
    -ms-flex: 0 0 38.33333%;
    flex: 0 0 38.33333%;
    max-width: 38.33333%;
  }

  .col-sm-47 {
    -ms-flex: 0 0 39.16667%;
    flex: 0 0 39.16667%;
    max-width: 39.16667%;
  }

  .col-sm-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-sm-49 {
    -ms-flex: 0 0 40.83333%;
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
  }

  .col-sm-50 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-51 {
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }

  .col-sm-52 {
    -ms-flex: 0 0 43.33333%;
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
  }

  .col-sm-53 {
    -ms-flex: 0 0 44.16667%;
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
  }

  .col-sm-54 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-sm-55 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-sm-56 {
    -ms-flex: 0 0 46.66667%;
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }

  .col-sm-57 {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .col-sm-58 {
    -ms-flex: 0 0 48.33333%;
    flex: 0 0 48.33333%;
    max-width: 48.33333%;
  }

  .col-sm-59 {
    -ms-flex: 0 0 49.16667%;
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
  }

  .col-sm-60 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-61 {
    -ms-flex: 0 0 50.83333%;
    flex: 0 0 50.83333%;
    max-width: 50.83333%;
  }

  .col-sm-62 {
    -ms-flex: 0 0 51.66667%;
    flex: 0 0 51.66667%;
    max-width: 51.66667%;
  }

  .col-sm-63 {
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
  }

  .col-sm-64 {
    -ms-flex: 0 0 53.33333%;
    flex: 0 0 53.33333%;
    max-width: 53.33333%;
  }

  .col-sm-65 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-sm-66 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-sm-67 {
    -ms-flex: 0 0 55.83333%;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
  }

  .col-sm-68 {
    -ms-flex: 0 0 56.66667%;
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
  }

  .col-sm-69 {
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }

  .col-sm-70 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-71 {
    -ms-flex: 0 0 59.16667%;
    flex: 0 0 59.16667%;
    max-width: 59.16667%;
  }

  .col-sm-72 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-sm-73 {
    -ms-flex: 0 0 60.83333%;
    flex: 0 0 60.83333%;
    max-width: 60.83333%;
  }

  .col-sm-74 {
    -ms-flex: 0 0 61.66667%;
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
  }

  .col-sm-75 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-sm-76 {
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }

  .col-sm-77 {
    -ms-flex: 0 0 64.16667%;
    flex: 0 0 64.16667%;
    max-width: 64.16667%;
  }

  .col-sm-78 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-sm-79 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }

  .col-sm-80 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-81 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }

  .col-sm-82 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }

  .col-sm-83 {
    -ms-flex: 0 0 69.16667%;
    flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }

  .col-sm-84 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-sm-85 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-sm-86 {
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }

  .col-sm-87 {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }

  .col-sm-88 {
    -ms-flex: 0 0 73.33333%;
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }

  .col-sm-89 {
    -ms-flex: 0 0 74.16667%;
    flex: 0 0 74.16667%;
    max-width: 74.16667%;
  }

  .col-sm-90 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-91 {
    -ms-flex: 0 0 75.83333%;
    flex: 0 0 75.83333%;
    max-width: 75.83333%;
  }

  .col-sm-92 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }

  .col-sm-93 {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .col-sm-94 {
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
  }

  .col-sm-95 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-sm-96 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-sm-97 {
    -ms-flex: 0 0 80.83333%;
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
  }

  .col-sm-98 {
    -ms-flex: 0 0 81.66667%;
    flex: 0 0 81.66667%;
    max-width: 81.66667%;
  }

  .col-sm-99 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }

  .col-sm-100 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-101 {
    -ms-flex: 0 0 84.16667%;
    flex: 0 0 84.16667%;
    max-width: 84.16667%;
  }

  .col-sm-102 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-sm-103 {
    -ms-flex: 0 0 85.83333%;
    flex: 0 0 85.83333%;
    max-width: 85.83333%;
  }

  .col-sm-104 {
    -ms-flex: 0 0 86.66667%;
    flex: 0 0 86.66667%;
    max-width: 86.66667%;
  }

  .col-sm-105 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-sm-106 {
    -ms-flex: 0 0 88.33333%;
    flex: 0 0 88.33333%;
    max-width: 88.33333%;
  }

  .col-sm-107 {
    -ms-flex: 0 0 89.16667%;
    flex: 0 0 89.16667%;
    max-width: 89.16667%;
  }

  .col-sm-108 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-sm-109 {
    -ms-flex: 0 0 90.83333%;
    flex: 0 0 90.83333%;
    max-width: 90.83333%;
  }

  .col-sm-110 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-111 {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .col-sm-112 {
    -ms-flex: 0 0 93.33333%;
    flex: 0 0 93.33333%;
    max-width: 93.33333%;
  }

  .col-sm-113 {
    -ms-flex: 0 0 94.16667%;
    flex: 0 0 94.16667%;
    max-width: 94.16667%;
  }

  .col-sm-114 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-sm-115 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-sm-116 {
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
  }

  .col-sm-117 {
    -ms-flex: 0 0 97.5%;
    flex: 0 0 97.5%;
    max-width: 97.5%;
  }

  .col-sm-118 {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
  }

  .col-sm-119 {
    -ms-flex: 0 0 99.16667%;
    flex: 0 0 99.16667%;
    max-width: 99.16667%;
  }

  .col-sm-120 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-sm-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-sm-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-sm-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-sm-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-sm-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-sm-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-sm-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-sm-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-sm-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-sm-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-sm-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .order-sm-25 {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-sm-26 {
    -ms-flex-order: 26;
    order: 26;
  }

  .order-sm-27 {
    -ms-flex-order: 27;
    order: 27;
  }

  .order-sm-28 {
    -ms-flex-order: 28;
    order: 28;
  }

  .order-sm-29 {
    -ms-flex-order: 29;
    order: 29;
  }

  .order-sm-30 {
    -ms-flex-order: 30;
    order: 30;
  }

  .order-sm-31 {
    -ms-flex-order: 31;
    order: 31;
  }

  .order-sm-32 {
    -ms-flex-order: 32;
    order: 32;
  }

  .order-sm-33 {
    -ms-flex-order: 33;
    order: 33;
  }

  .order-sm-34 {
    -ms-flex-order: 34;
    order: 34;
  }

  .order-sm-35 {
    -ms-flex-order: 35;
    order: 35;
  }

  .order-sm-36 {
    -ms-flex-order: 36;
    order: 36;
  }

  .order-sm-37 {
    -ms-flex-order: 37;
    order: 37;
  }

  .order-sm-38 {
    -ms-flex-order: 38;
    order: 38;
  }

  .order-sm-39 {
    -ms-flex-order: 39;
    order: 39;
  }

  .order-sm-40 {
    -ms-flex-order: 40;
    order: 40;
  }

  .order-sm-41 {
    -ms-flex-order: 41;
    order: 41;
  }

  .order-sm-42 {
    -ms-flex-order: 42;
    order: 42;
  }

  .order-sm-43 {
    -ms-flex-order: 43;
    order: 43;
  }

  .order-sm-44 {
    -ms-flex-order: 44;
    order: 44;
  }

  .order-sm-45 {
    -ms-flex-order: 45;
    order: 45;
  }

  .order-sm-46 {
    -ms-flex-order: 46;
    order: 46;
  }

  .order-sm-47 {
    -ms-flex-order: 47;
    order: 47;
  }

  .order-sm-48 {
    -ms-flex-order: 48;
    order: 48;
  }

  .order-sm-49 {
    -ms-flex-order: 49;
    order: 49;
  }

  .order-sm-50 {
    -ms-flex-order: 50;
    order: 50;
  }

  .order-sm-51 {
    -ms-flex-order: 51;
    order: 51;
  }

  .order-sm-52 {
    -ms-flex-order: 52;
    order: 52;
  }

  .order-sm-53 {
    -ms-flex-order: 53;
    order: 53;
  }

  .order-sm-54 {
    -ms-flex-order: 54;
    order: 54;
  }

  .order-sm-55 {
    -ms-flex-order: 55;
    order: 55;
  }

  .order-sm-56 {
    -ms-flex-order: 56;
    order: 56;
  }

  .order-sm-57 {
    -ms-flex-order: 57;
    order: 57;
  }

  .order-sm-58 {
    -ms-flex-order: 58;
    order: 58;
  }

  .order-sm-59 {
    -ms-flex-order: 59;
    order: 59;
  }

  .order-sm-60 {
    -ms-flex-order: 60;
    order: 60;
  }

  .order-sm-61 {
    -ms-flex-order: 61;
    order: 61;
  }

  .order-sm-62 {
    -ms-flex-order: 62;
    order: 62;
  }

  .order-sm-63 {
    -ms-flex-order: 63;
    order: 63;
  }

  .order-sm-64 {
    -ms-flex-order: 64;
    order: 64;
  }

  .order-sm-65 {
    -ms-flex-order: 65;
    order: 65;
  }

  .order-sm-66 {
    -ms-flex-order: 66;
    order: 66;
  }

  .order-sm-67 {
    -ms-flex-order: 67;
    order: 67;
  }

  .order-sm-68 {
    -ms-flex-order: 68;
    order: 68;
  }

  .order-sm-69 {
    -ms-flex-order: 69;
    order: 69;
  }

  .order-sm-70 {
    -ms-flex-order: 70;
    order: 70;
  }

  .order-sm-71 {
    -ms-flex-order: 71;
    order: 71;
  }

  .order-sm-72 {
    -ms-flex-order: 72;
    order: 72;
  }

  .order-sm-73 {
    -ms-flex-order: 73;
    order: 73;
  }

  .order-sm-74 {
    -ms-flex-order: 74;
    order: 74;
  }

  .order-sm-75 {
    -ms-flex-order: 75;
    order: 75;
  }

  .order-sm-76 {
    -ms-flex-order: 76;
    order: 76;
  }

  .order-sm-77 {
    -ms-flex-order: 77;
    order: 77;
  }

  .order-sm-78 {
    -ms-flex-order: 78;
    order: 78;
  }

  .order-sm-79 {
    -ms-flex-order: 79;
    order: 79;
  }

  .order-sm-80 {
    -ms-flex-order: 80;
    order: 80;
  }

  .order-sm-81 {
    -ms-flex-order: 81;
    order: 81;
  }

  .order-sm-82 {
    -ms-flex-order: 82;
    order: 82;
  }

  .order-sm-83 {
    -ms-flex-order: 83;
    order: 83;
  }

  .order-sm-84 {
    -ms-flex-order: 84;
    order: 84;
  }

  .order-sm-85 {
    -ms-flex-order: 85;
    order: 85;
  }

  .order-sm-86 {
    -ms-flex-order: 86;
    order: 86;
  }

  .order-sm-87 {
    -ms-flex-order: 87;
    order: 87;
  }

  .order-sm-88 {
    -ms-flex-order: 88;
    order: 88;
  }

  .order-sm-89 {
    -ms-flex-order: 89;
    order: 89;
  }

  .order-sm-90 {
    -ms-flex-order: 90;
    order: 90;
  }

  .order-sm-91 {
    -ms-flex-order: 91;
    order: 91;
  }

  .order-sm-92 {
    -ms-flex-order: 92;
    order: 92;
  }

  .order-sm-93 {
    -ms-flex-order: 93;
    order: 93;
  }

  .order-sm-94 {
    -ms-flex-order: 94;
    order: 94;
  }

  .order-sm-95 {
    -ms-flex-order: 95;
    order: 95;
  }

  .order-sm-96 {
    -ms-flex-order: 96;
    order: 96;
  }

  .order-sm-97 {
    -ms-flex-order: 97;
    order: 97;
  }

  .order-sm-98 {
    -ms-flex-order: 98;
    order: 98;
  }

  .order-sm-99 {
    -ms-flex-order: 99;
    order: 99;
  }

  .order-sm-100 {
    -ms-flex-order: 100;
    order: 100;
  }

  .order-sm-101 {
    -ms-flex-order: 101;
    order: 101;
  }

  .order-sm-102 {
    -ms-flex-order: 102;
    order: 102;
  }

  .order-sm-103 {
    -ms-flex-order: 103;
    order: 103;
  }

  .order-sm-104 {
    -ms-flex-order: 104;
    order: 104;
  }

  .order-sm-105 {
    -ms-flex-order: 105;
    order: 105;
  }

  .order-sm-106 {
    -ms-flex-order: 106;
    order: 106;
  }

  .order-sm-107 {
    -ms-flex-order: 107;
    order: 107;
  }

  .order-sm-108 {
    -ms-flex-order: 108;
    order: 108;
  }

  .order-sm-109 {
    -ms-flex-order: 109;
    order: 109;
  }

  .order-sm-110 {
    -ms-flex-order: 110;
    order: 110;
  }

  .order-sm-111 {
    -ms-flex-order: 111;
    order: 111;
  }

  .order-sm-112 {
    -ms-flex-order: 112;
    order: 112;
  }

  .order-sm-113 {
    -ms-flex-order: 113;
    order: 113;
  }

  .order-sm-114 {
    -ms-flex-order: 114;
    order: 114;
  }

  .order-sm-115 {
    -ms-flex-order: 115;
    order: 115;
  }

  .order-sm-116 {
    -ms-flex-order: 116;
    order: 116;
  }

  .order-sm-117 {
    -ms-flex-order: 117;
    order: 117;
  }

  .order-sm-118 {
    -ms-flex-order: 118;
    order: 118;
  }

  .order-sm-119 {
    -ms-flex-order: 119;
    order: 119;
  }

  .order-sm-120 {
    -ms-flex-order: 120;
    order: 120;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 0.83333%;
  }

  .offset-sm-2 {
    margin-left: 1.66667%;
  }

  .offset-sm-3 {
    margin-left: 2.5%;
  }

  .offset-sm-4 {
    margin-left: 3.33333%;
  }

  .offset-sm-5 {
    margin-left: 4.16667%;
  }

  .offset-sm-6 {
    margin-left: 5%;
  }

  .offset-sm-7 {
    margin-left: 5.83333%;
  }

  .offset-sm-8 {
    margin-left: 6.66667%;
  }

  .offset-sm-9 {
    margin-left: 7.5%;
  }

  .offset-sm-10 {
    margin-left: 8.33333%;
  }

  .offset-sm-11 {
    margin-left: 9.16667%;
  }

  .offset-sm-12 {
    margin-left: 10%;
  }

  .offset-sm-13 {
    margin-left: 10.83333%;
  }

  .offset-sm-14 {
    margin-left: 11.66667%;
  }

  .offset-sm-15 {
    margin-left: 12.5%;
  }

  .offset-sm-16 {
    margin-left: 13.33333%;
  }

  .offset-sm-17 {
    margin-left: 14.16667%;
  }

  .offset-sm-18 {
    margin-left: 15%;
  }

  .offset-sm-19 {
    margin-left: 15.83333%;
  }

  .offset-sm-20 {
    margin-left: 16.66667%;
  }

  .offset-sm-21 {
    margin-left: 17.5%;
  }

  .offset-sm-22 {
    margin-left: 18.33333%;
  }

  .offset-sm-23 {
    margin-left: 19.16667%;
  }

  .offset-sm-24 {
    margin-left: 20%;
  }

  .offset-sm-25 {
    margin-left: 20.83333%;
  }

  .offset-sm-26 {
    margin-left: 21.66667%;
  }

  .offset-sm-27 {
    margin-left: 22.5%;
  }

  .offset-sm-28 {
    margin-left: 23.33333%;
  }

  .offset-sm-29 {
    margin-left: 24.16667%;
  }

  .offset-sm-30 {
    margin-left: 25%;
  }

  .offset-sm-31 {
    margin-left: 25.83333%;
  }

  .offset-sm-32 {
    margin-left: 26.66667%;
  }

  .offset-sm-33 {
    margin-left: 27.5%;
  }

  .offset-sm-34 {
    margin-left: 28.33333%;
  }

  .offset-sm-35 {
    margin-left: 29.16667%;
  }

  .offset-sm-36 {
    margin-left: 30%;
  }

  .offset-sm-37 {
    margin-left: 30.83333%;
  }

  .offset-sm-38 {
    margin-left: 31.66667%;
  }

  .offset-sm-39 {
    margin-left: 32.5%;
  }

  .offset-sm-40 {
    margin-left: 33.33333%;
  }

  .offset-sm-41 {
    margin-left: 34.16667%;
  }

  .offset-sm-42 {
    margin-left: 35%;
  }

  .offset-sm-43 {
    margin-left: 35.83333%;
  }

  .offset-sm-44 {
    margin-left: 36.66667%;
  }

  .offset-sm-45 {
    margin-left: 37.5%;
  }

  .offset-sm-46 {
    margin-left: 38.33333%;
  }

  .offset-sm-47 {
    margin-left: 39.16667%;
  }

  .offset-sm-48 {
    margin-left: 40%;
  }

  .offset-sm-49 {
    margin-left: 40.83333%;
  }

  .offset-sm-50 {
    margin-left: 41.66667%;
  }

  .offset-sm-51 {
    margin-left: 42.5%;
  }

  .offset-sm-52 {
    margin-left: 43.33333%;
  }

  .offset-sm-53 {
    margin-left: 44.16667%;
  }

  .offset-sm-54 {
    margin-left: 45%;
  }

  .offset-sm-55 {
    margin-left: 45.83333%;
  }

  .offset-sm-56 {
    margin-left: 46.66667%;
  }

  .offset-sm-57 {
    margin-left: 47.5%;
  }

  .offset-sm-58 {
    margin-left: 48.33333%;
  }

  .offset-sm-59 {
    margin-left: 49.16667%;
  }

  .offset-sm-60 {
    margin-left: 50%;
  }

  .offset-sm-61 {
    margin-left: 50.83333%;
  }

  .offset-sm-62 {
    margin-left: 51.66667%;
  }

  .offset-sm-63 {
    margin-left: 52.5%;
  }

  .offset-sm-64 {
    margin-left: 53.33333%;
  }

  .offset-sm-65 {
    margin-left: 54.16667%;
  }

  .offset-sm-66 {
    margin-left: 55%;
  }

  .offset-sm-67 {
    margin-left: 55.83333%;
  }

  .offset-sm-68 {
    margin-left: 56.66667%;
  }

  .offset-sm-69 {
    margin-left: 57.5%;
  }

  .offset-sm-70 {
    margin-left: 58.33333%;
  }

  .offset-sm-71 {
    margin-left: 59.16667%;
  }

  .offset-sm-72 {
    margin-left: 60%;
  }

  .offset-sm-73 {
    margin-left: 60.83333%;
  }

  .offset-sm-74 {
    margin-left: 61.66667%;
  }

  .offset-sm-75 {
    margin-left: 62.5%;
  }

  .offset-sm-76 {
    margin-left: 63.33333%;
  }

  .offset-sm-77 {
    margin-left: 64.16667%;
  }

  .offset-sm-78 {
    margin-left: 65%;
  }

  .offset-sm-79 {
    margin-left: 65.83333%;
  }

  .offset-sm-80 {
    margin-left: 66.66667%;
  }

  .offset-sm-81 {
    margin-left: 67.5%;
  }

  .offset-sm-82 {
    margin-left: 68.33333%;
  }

  .offset-sm-83 {
    margin-left: 69.16667%;
  }

  .offset-sm-84 {
    margin-left: 70%;
  }

  .offset-sm-85 {
    margin-left: 70.83333%;
  }

  .offset-sm-86 {
    margin-left: 71.66667%;
  }

  .offset-sm-87 {
    margin-left: 72.5%;
  }

  .offset-sm-88 {
    margin-left: 73.33333%;
  }

  .offset-sm-89 {
    margin-left: 74.16667%;
  }

  .offset-sm-90 {
    margin-left: 75%;
  }

  .offset-sm-91 {
    margin-left: 75.83333%;
  }

  .offset-sm-92 {
    margin-left: 76.66667%;
  }

  .offset-sm-93 {
    margin-left: 77.5%;
  }

  .offset-sm-94 {
    margin-left: 78.33333%;
  }

  .offset-sm-95 {
    margin-left: 79.16667%;
  }

  .offset-sm-96 {
    margin-left: 80%;
  }

  .offset-sm-97 {
    margin-left: 80.83333%;
  }

  .offset-sm-98 {
    margin-left: 81.66667%;
  }

  .offset-sm-99 {
    margin-left: 82.5%;
  }

  .offset-sm-100 {
    margin-left: 83.33333%;
  }

  .offset-sm-101 {
    margin-left: 84.16667%;
  }

  .offset-sm-102 {
    margin-left: 85%;
  }

  .offset-sm-103 {
    margin-left: 85.83333%;
  }

  .offset-sm-104 {
    margin-left: 86.66667%;
  }

  .offset-sm-105 {
    margin-left: 87.5%;
  }

  .offset-sm-106 {
    margin-left: 88.33333%;
  }

  .offset-sm-107 {
    margin-left: 89.16667%;
  }

  .offset-sm-108 {
    margin-left: 90%;
  }

  .offset-sm-109 {
    margin-left: 90.83333%;
  }

  .offset-sm-110 {
    margin-left: 91.66667%;
  }

  .offset-sm-111 {
    margin-left: 92.5%;
  }

  .offset-sm-112 {
    margin-left: 93.33333%;
  }

  .offset-sm-113 {
    margin-left: 94.16667%;
  }

  .offset-sm-114 {
    margin-left: 95%;
  }

  .offset-sm-115 {
    margin-left: 95.83333%;
  }

  .offset-sm-116 {
    margin-left: 96.66667%;
  }

  .offset-sm-117 {
    margin-left: 97.5%;
  }

  .offset-sm-118 {
    margin-left: 98.33333%;
  }

  .offset-sm-119 {
    margin-left: 99.16667%;
  }

  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .sm-expand .expend-header {
    cursor: pointer;
  }

  .sm-expand .expand-container {
    display: none;
  }

  .sm-expand .expand-container.opened {
    display: block;
  }

  .container {
    width: 735px;
  }

  .lg-visible,
  .md-visible,
  .sm-hidden,
  .xs-visible,
  .xxs-visible {
    display: none !important;
  }

  .sm-visible {
    display: block !important;
  }

  * {
    -webkit-backface-visibility: hidden;
  }

  body.active .menu-mobile {
    background: rgba(0, 0, 0, 0.9);
    top: 0;
  }

  body.active .wparrep_bl,
  body.hiddenbd {
    overflow: hidden;
  }

  body.hiddenbd {
    position: static;
  }

  .menu-mobile-button {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/mobile-menu.png) no-repeat 50%;
    cursor: pointer;
  }

  .menu-mobile {
    height: 100%;
    display: block;
    overflow-x: hidden;
    width: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 999;
    text-align: center;
    transition: top 0.4s, background-color 0.4s;
    background: #fff;
  }

  .menu-mobile .bg_scroll {
    padding: 60px 0;
    overflow-y: scroll;
    position: relative;
  }

  .menu-mobile .bg_scroll .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 53px;
    z-index: 999;
    cursor: pointer;
  }

  .menu-mobile .bg_scroll .sub_title {
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
  }

  .menu-mobile .bg_scroll ul li {
    list-style: none;
    position: relative;
    border-top: 1px solid #363636;
  }

  .menu-mobile .bg_scroll ul li.dropdown {
    position: relative;
  }

  .menu-mobile .bg_scroll ul li.dropdown > a {
    position: relative;
    z-index: 5;
    padding-right: 60px;
  }

  .menu-mobile .bg_scroll ul li.dropdown > .submenu-arrow {
    position: absolute;
    right: 0;
    width: 60px;
    z-index: 10;
    top: 0;
    padding-left: 0;
    border-left: 1px solid #363636;
  }

  .menu-mobile .bg_scroll ul li.dropdown > .submenu-arrow:after,
  .menu-mobile .bg_scroll ul li.dropdown > .submenu-arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.3s linear;
  }

  .menu-mobile .bg_scroll ul li.dropdown > .submenu-arrow:before {
    opacity: 1;
    background: url(../images/menu-arrow-down.png) no-repeat 50%;
  }

  .menu-mobile .bg_scroll ul li.dropdown > .submenu-arrow:after {
    opacity: 0;
    background: url(../images/menu-arrow-up.png) no-repeat 50%;
  }

  .menu-mobile .bg_scroll ul li.dropdown > ul {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    transition: max-height 0.1s linear;
    max-height: 0;
    overflow: hidden;
  }

  .menu-mobile .bg_scroll ul li.dropdown.opened > a {
    position: relative;
  }

  .menu-mobile .bg_scroll ul li.dropdown.opened > a:before {
    position: absolute;
    top: 0;
    left: 0;
    background: hsla(0, 0%, 100%, 0.3);
    width: 100%;
    height: 100%;
  }

  .menu-mobile .bg_scroll ul li.dropdown.opened > .submenu-arrow:before {
    opacity: 0;
  }

  .menu-mobile .bg_scroll ul li.dropdown.opened > .submenu-arrow:after {
    opacity: 1;
  }

  .menu-mobile .bg_scroll ul li.dropdown.opened > ul {
    max-height: 2000px;
  }

  .menu-mobile .bg_scroll ul li a,
  .menu-mobile .bg_scroll ul li span {
    color: #fff;
    font: 20px MyriadRegular;
    text-decoration: none;
    display: block;
    transition: all 0.3s linear;
    position: relative;
    cursor: pointer;
    z-index: 50;
  }

  .menu-mobile .bg_scroll ul li a > span,
  .menu-mobile .bg_scroll ul li span > span {
    padding: 10px 5px 10px 0;
    position: relative;
    z-index: 50;
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .menu-mobile .bg_scroll ul li a:before,
  .menu-mobile .bg_scroll ul li span:before {
    transition: all 0.3s linear;
    background: transparent;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: 500;
    width: 100%;
    height: 100%;
  }

  .menu-mobile .bg_scroll > ul > li:last-child {
    border-bottom: 1px solid #363636;
  }

  .menu-mobile .bg_scroll > ul > li > a,
  .menu-mobile .bg_scroll > ul > li > span {
    padding-left: 15px;
  }

  .menu-mobile .bg_scroll > ul > li > ul > li > a,
  .menu-mobile .bg_scroll > ul > li > ul > li > span {
    padding-left: 30px;
  }

  .menu-mobile .bg_scroll > ul > li > ul > li > ul > li > a,
  .menu-mobile .bg_scroll > ul > li > ul > li > ul > li > span {
    padding-left: 45px;
    padding-right: 15px;
  }

  .menu-mobile .bg_scroll > ul > li > ul > li > ul > li > ul > li > a,
  .menu-mobile .bg_scroll > ul > li > ul > li > ul > li > ul > li > span {
    padding-left: 60px;
    padding-right: 15px;
  }

  .menu-mobile .close {
    background: url(../images/mobile-menu-close.png) no-repeat 50%;
  }

  .button-wrapper {
    position: absolute;
    right: 20px;
    top: 36px;
    z-index: 10;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }

  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }

  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24,
  .col-md-25,
  .col-md-26,
  .col-md-27,
  .col-md-28,
  .col-md-29,
  .col-md-30,
  .col-md-31,
  .col-md-32,
  .col-md-33,
  .col-md-34,
  .col-md-35,
  .col-md-36,
  .col-md-37,
  .col-md-38,
  .col-md-39,
  .col-md-40,
  .col-md-41,
  .col-md-42,
  .col-md-43,
  .col-md-44,
  .col-md-45,
  .col-md-46,
  .col-md-47,
  .col-md-48,
  .col-md-49,
  .col-md-50,
  .col-md-51,
  .col-md-52,
  .col-md-53,
  .col-md-54,
  .col-md-55,
  .col-md-56,
  .col-md-57,
  .col-md-58,
  .col-md-59,
  .col-md-60,
  .col-md-61,
  .col-md-62,
  .col-md-63,
  .col-md-64,
  .col-md-65,
  .col-md-66,
  .col-md-67,
  .col-md-68,
  .col-md-69,
  .col-md-70,
  .col-md-71,
  .col-md-72,
  .col-md-73,
  .col-md-74,
  .col-md-75,
  .col-md-76,
  .col-md-77,
  .col-md-78,
  .col-md-79,
  .col-md-80,
  .col-md-81,
  .col-md-82,
  .col-md-83,
  .col-md-84,
  .col-md-85,
  .col-md-86,
  .col-md-87,
  .col-md-88,
  .col-md-89,
  .col-md-90,
  .col-md-91,
  .col-md-92,
  .col-md-93,
  .col-md-94,
  .col-md-95,
  .col-md-96,
  .col-md-97,
  .col-md-98,
  .col-md-99,
  .col-md-100,
  .col-md-101,
  .col-md-102,
  .col-md-103,
  .col-md-104,
  .col-md-105,
  .col-md-106,
  .col-md-107,
  .col-md-108,
  .col-md-109,
  .col-md-110,
  .col-md-111,
  .col-md-112,
  .col-md-113,
  .col-md-114,
  .col-md-115,
  .col-md-116,
  .col-md-117,
  .col-md-118,
  .col-md-119,
  .col-md-120,
  .col-md-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 0.83333%;
    flex: 0 0 0.83333%;
    max-width: 0.83333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 1.66667%;
    flex: 0 0 1.66667%;
    max-width: 1.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 2.5%;
    flex: 0 0 2.5%;
    max-width: 2.5%;
  }

  .col-md-4 {
    -ms-flex: 0 0 3.33333%;
    flex: 0 0 3.33333%;
    max-width: 3.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 4.16667%;
    flex: 0 0 4.16667%;
    max-width: 4.16667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 5%;
    flex: 0 0 5%;
    max-width: 5%;
  }

  .col-md-7 {
    -ms-flex: 0 0 5.83333%;
    flex: 0 0 5.83333%;
    max-width: 5.83333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 6.66667%;
    flex: 0 0 6.66667%;
    max-width: 6.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 7.5%;
    flex: 0 0 7.5%;
    max-width: 7.5%;
  }

  .col-md-10 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 9.16667%;
    flex: 0 0 9.16667%;
    max-width: 9.16667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }

  .col-md-13 {
    -ms-flex: 0 0 10.83333%;
    flex: 0 0 10.83333%;
    max-width: 10.83333%;
  }

  .col-md-14 {
    -ms-flex: 0 0 11.66667%;
    flex: 0 0 11.66667%;
    max-width: 11.66667%;
  }

  .col-md-15 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .col-md-16 {
    -ms-flex: 0 0 13.33333%;
    flex: 0 0 13.33333%;
    max-width: 13.33333%;
  }

  .col-md-17 {
    -ms-flex: 0 0 14.16667%;
    flex: 0 0 14.16667%;
    max-width: 14.16667%;
  }

  .col-md-18 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .col-md-19 {
    -ms-flex: 0 0 15.83333%;
    flex: 0 0 15.83333%;
    max-width: 15.83333%;
  }

  .col-md-20 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-21 {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
  }

  .col-md-22 {
    -ms-flex: 0 0 18.33333%;
    flex: 0 0 18.33333%;
    max-width: 18.33333%;
  }

  .col-md-23 {
    -ms-flex: 0 0 19.16667%;
    flex: 0 0 19.16667%;
    max-width: 19.16667%;
  }

  .col-md-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-25 {
    -ms-flex: 0 0 20.83333%;
    flex: 0 0 20.83333%;
    max-width: 20.83333%;
  }

  .col-md-26 {
    -ms-flex: 0 0 21.66667%;
    flex: 0 0 21.66667%;
    max-width: 21.66667%;
  }

  .col-md-27 {
    -ms-flex: 0 0 22.5%;
    flex: 0 0 22.5%;
    max-width: 22.5%;
  }

  .col-md-28 {
    -ms-flex: 0 0 23.33333%;
    flex: 0 0 23.33333%;
    max-width: 23.33333%;
  }

  .col-md-29 {
    -ms-flex: 0 0 24.16667%;
    flex: 0 0 24.16667%;
    max-width: 24.16667%;
  }

  .col-md-30 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-31 {
    -ms-flex: 0 0 25.83333%;
    flex: 0 0 25.83333%;
    max-width: 25.83333%;
  }

  .col-md-32 {
    -ms-flex: 0 0 26.66667%;
    flex: 0 0 26.66667%;
    max-width: 26.66667%;
  }

  .col-md-33 {
    -ms-flex: 0 0 27.5%;
    flex: 0 0 27.5%;
    max-width: 27.5%;
  }

  .col-md-34 {
    -ms-flex: 0 0 28.33333%;
    flex: 0 0 28.33333%;
    max-width: 28.33333%;
  }

  .col-md-35 {
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-md-36 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .col-md-37 {
    -ms-flex: 0 0 30.83333%;
    flex: 0 0 30.83333%;
    max-width: 30.83333%;
  }

  .col-md-38 {
    -ms-flex: 0 0 31.66667%;
    flex: 0 0 31.66667%;
    max-width: 31.66667%;
  }

  .col-md-39 {
    -ms-flex: 0 0 32.5%;
    flex: 0 0 32.5%;
    max-width: 32.5%;
  }

  .col-md-40 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-41 {
    -ms-flex: 0 0 34.16667%;
    flex: 0 0 34.16667%;
    max-width: 34.16667%;
  }

  .col-md-42 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
  }

  .col-md-43 {
    -ms-flex: 0 0 35.83333%;
    flex: 0 0 35.83333%;
    max-width: 35.83333%;
  }

  .col-md-44 {
    -ms-flex: 0 0 36.66667%;
    flex: 0 0 36.66667%;
    max-width: 36.66667%;
  }

  .col-md-45 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .col-md-46 {
    -ms-flex: 0 0 38.33333%;
    flex: 0 0 38.33333%;
    max-width: 38.33333%;
  }

  .col-md-47 {
    -ms-flex: 0 0 39.16667%;
    flex: 0 0 39.16667%;
    max-width: 39.16667%;
  }

  .col-md-48 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .col-md-49 {
    -ms-flex: 0 0 40.83333%;
    flex: 0 0 40.83333%;
    max-width: 40.83333%;
  }

  .col-md-50 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-51 {
    -ms-flex: 0 0 42.5%;
    flex: 0 0 42.5%;
    max-width: 42.5%;
  }

  .col-md-52 {
    -ms-flex: 0 0 43.33333%;
    flex: 0 0 43.33333%;
    max-width: 43.33333%;
  }

  .col-md-53 {
    -ms-flex: 0 0 44.16667%;
    flex: 0 0 44.16667%;
    max-width: 44.16667%;
  }

  .col-md-54 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
  }

  .col-md-55 {
    -ms-flex: 0 0 45.83333%;
    flex: 0 0 45.83333%;
    max-width: 45.83333%;
  }

  .col-md-56 {
    -ms-flex: 0 0 46.66667%;
    flex: 0 0 46.66667%;
    max-width: 46.66667%;
  }

  .col-md-57 {
    -ms-flex: 0 0 47.5%;
    flex: 0 0 47.5%;
    max-width: 47.5%;
  }

  .col-md-58 {
    -ms-flex: 0 0 48.33333%;
    flex: 0 0 48.33333%;
    max-width: 48.33333%;
  }

  .col-md-59 {
    -ms-flex: 0 0 49.16667%;
    flex: 0 0 49.16667%;
    max-width: 49.16667%;
  }

  .col-md-60 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-61 {
    -ms-flex: 0 0 50.83333%;
    flex: 0 0 50.83333%;
    max-width: 50.83333%;
  }

  .col-md-62 {
    -ms-flex: 0 0 51.66667%;
    flex: 0 0 51.66667%;
    max-width: 51.66667%;
  }

  .col-md-63 {
    -ms-flex: 0 0 52.5%;
    flex: 0 0 52.5%;
    max-width: 52.5%;
  }

  .col-md-64 {
    -ms-flex: 0 0 53.33333%;
    flex: 0 0 53.33333%;
    max-width: 53.33333%;
  }

  .col-md-65 {
    -ms-flex: 0 0 54.16667%;
    flex: 0 0 54.16667%;
    max-width: 54.16667%;
  }

  .col-md-66 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
  }

  .col-md-67 {
    -ms-flex: 0 0 55.83333%;
    flex: 0 0 55.83333%;
    max-width: 55.83333%;
  }

  .col-md-68 {
    -ms-flex: 0 0 56.66667%;
    flex: 0 0 56.66667%;
    max-width: 56.66667%;
  }

  .col-md-69 {
    -ms-flex: 0 0 57.5%;
    flex: 0 0 57.5%;
    max-width: 57.5%;
  }

  .col-md-70 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-71 {
    -ms-flex: 0 0 59.16667%;
    flex: 0 0 59.16667%;
    max-width: 59.16667%;
  }

  .col-md-72 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .col-md-73 {
    -ms-flex: 0 0 60.83333%;
    flex: 0 0 60.83333%;
    max-width: 60.83333%;
  }

  .col-md-74 {
    -ms-flex: 0 0 61.66667%;
    flex: 0 0 61.66667%;
    max-width: 61.66667%;
  }

  .col-md-75 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .col-md-76 {
    -ms-flex: 0 0 63.33333%;
    flex: 0 0 63.33333%;
    max-width: 63.33333%;
  }

  .col-md-77 {
    -ms-flex: 0 0 64.16667%;
    flex: 0 0 64.16667%;
    max-width: 64.16667%;
  }

  .col-md-78 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
  }

  .col-md-79 {
    -ms-flex: 0 0 65.83333%;
    flex: 0 0 65.83333%;
    max-width: 65.83333%;
  }

  .col-md-80 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-81 {
    -ms-flex: 0 0 67.5%;
    flex: 0 0 67.5%;
    max-width: 67.5%;
  }

  .col-md-82 {
    -ms-flex: 0 0 68.33333%;
    flex: 0 0 68.33333%;
    max-width: 68.33333%;
  }

  .col-md-83 {
    -ms-flex: 0 0 69.16667%;
    flex: 0 0 69.16667%;
    max-width: 69.16667%;
  }

  .col-md-84 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }

  .col-md-85 {
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }

  .col-md-86 {
    -ms-flex: 0 0 71.66667%;
    flex: 0 0 71.66667%;
    max-width: 71.66667%;
  }

  .col-md-87 {
    -ms-flex: 0 0 72.5%;
    flex: 0 0 72.5%;
    max-width: 72.5%;
  }

  .col-md-88 {
    -ms-flex: 0 0 73.33333%;
    flex: 0 0 73.33333%;
    max-width: 73.33333%;
  }

  .col-md-89 {
    -ms-flex: 0 0 74.16667%;
    flex: 0 0 74.16667%;
    max-width: 74.16667%;
  }

  .col-md-90 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-91 {
    -ms-flex: 0 0 75.83333%;
    flex: 0 0 75.83333%;
    max-width: 75.83333%;
  }

  .col-md-92 {
    -ms-flex: 0 0 76.66667%;
    flex: 0 0 76.66667%;
    max-width: 76.66667%;
  }

  .col-md-93 {
    -ms-flex: 0 0 77.5%;
    flex: 0 0 77.5%;
    max-width: 77.5%;
  }

  .col-md-94 {
    -ms-flex: 0 0 78.33333%;
    flex: 0 0 78.33333%;
    max-width: 78.33333%;
  }

  .col-md-95 {
    -ms-flex: 0 0 79.16667%;
    flex: 0 0 79.16667%;
    max-width: 79.16667%;
  }

  .col-md-96 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }

  .col-md-97 {
    -ms-flex: 0 0 80.83333%;
    flex: 0 0 80.83333%;
    max-width: 80.83333%;
  }

  .col-md-98 {
    -ms-flex: 0 0 81.66667%;
    flex: 0 0 81.66667%;
    max-width: 81.66667%;
  }

  .col-md-99 {
    -ms-flex: 0 0 82.5%;
    flex: 0 0 82.5%;
    max-width: 82.5%;
  }

  .col-md-100 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-101 {
    -ms-flex: 0 0 84.16667%;
    flex: 0 0 84.16667%;
    max-width: 84.16667%;
  }

  .col-md-102 {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }

  .col-md-103 {
    -ms-flex: 0 0 85.83333%;
    flex: 0 0 85.83333%;
    max-width: 85.83333%;
  }

  .col-md-104 {
    -ms-flex: 0 0 86.66667%;
    flex: 0 0 86.66667%;
    max-width: 86.66667%;
  }

  .col-md-105 {
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .col-md-106 {
    -ms-flex: 0 0 88.33333%;
    flex: 0 0 88.33333%;
    max-width: 88.33333%;
  }

  .col-md-107 {
    -ms-flex: 0 0 89.16667%;
    flex: 0 0 89.16667%;
    max-width: 89.16667%;
  }

  .col-md-108 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }

  .col-md-109 {
    -ms-flex: 0 0 90.83333%;
    flex: 0 0 90.83333%;
    max-width: 90.83333%;
  }

  .col-md-110 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-111 {
    -ms-flex: 0 0 92.5%;
    flex: 0 0 92.5%;
    max-width: 92.5%;
  }

  .col-md-112 {
    -ms-flex: 0 0 93.33333%;
    flex: 0 0 93.33333%;
    max-width: 93.33333%;
  }

  .col-md-113 {
    -ms-flex: 0 0 94.16667%;
    flex: 0 0 94.16667%;
    max-width: 94.16667%;
  }

  .col-md-114 {
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
  }

  .col-md-115 {
    -ms-flex: 0 0 95.83333%;
    flex: 0 0 95.83333%;
    max-width: 95.83333%;
  }

  .col-md-116 {
    -ms-flex: 0 0 96.66667%;
    flex: 0 0 96.66667%;
    max-width: 96.66667%;
  }

  .col-md-117 {
    -ms-flex: 0 0 97.5%;
    flex: 0 0 97.5%;
    max-width: 97.5%;
  }

  .col-md-118 {
    -ms-flex: 0 0 98.33333%;
    flex: 0 0 98.33333%;
    max-width: 98.33333%;
  }

  .col-md-119 {
    -ms-flex: 0 0 99.16667%;
    flex: 0 0 99.16667%;
    max-width: 99.16667%;
  }

  .col-md-120 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .order-md-13 {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-14 {
    -ms-flex-order: 14;
    order: 14;
  }

  .order-md-15 {
    -ms-flex-order: 15;
    order: 15;
  }

  .order-md-16 {
    -ms-flex-order: 16;
    order: 16;
  }

  .order-md-17 {
    -ms-flex-order: 17;
    order: 17;
  }

  .order-md-18 {
    -ms-flex-order: 18;
    order: 18;
  }

  .order-md-19 {
    -ms-flex-order: 19;
    order: 19;
  }

  .order-md-20 {
    -ms-flex-order: 20;
    order: 20;
  }

  .order-md-21 {
    -ms-flex-order: 21;
    order: 21;
  }

  .order-md-22 {
    -ms-flex-order: 22;
    order: 22;
  }

  .order-md-23 {
    -ms-flex-order: 23;
    order: 23;
  }

  .order-md-24 {
    -ms-flex-order: 24;
    order: 24;
  }

  .order-md-25 {
    -ms-flex-order: 25;
    order: 25;
  }

  .order-md-26 {
    -ms-flex-order: 26;
    order: 26;
  }

  .order-md-27 {
    -ms-flex-order: 27;
    order: 27;
  }

  .order-md-28 {
    -ms-flex-order: 28;
    order: 28;
  }

  .order-md-29 {
    -ms-flex-order: 29;
    order: 29;
  }

  .order-md-30 {
    -ms-flex-order: 30;
    order: 30;
  }

  .order-md-31 {
    -ms-flex-order: 31;
    order: 31;
  }

  .order-md-32 {
    -ms-flex-order: 32;
    order: 32;
  }

  .order-md-33 {
    -ms-flex-order: 33;
    order: 33;
  }

  .order-md-34 {
    -ms-flex-order: 34;
    order: 34;
  }

  .order-md-35 {
    -ms-flex-order: 35;
    order: 35;
  }

  .order-md-36 {
    -ms-flex-order: 36;
    order: 36;
  }

  .order-md-37 {
    -ms-flex-order: 37;
    order: 37;
  }

  .order-md-38 {
    -ms-flex-order: 38;
    order: 38;
  }

  .order-md-39 {
    -ms-flex-order: 39;
    order: 39;
  }

  .order-md-40 {
    -ms-flex-order: 40;
    order: 40;
  }

  .order-md-41 {
    -ms-flex-order: 41;
    order: 41;
  }

  .order-md-42 {
    -ms-flex-order: 42;
    order: 42;
  }

  .order-md-43 {
    -ms-flex-order: 43;
    order: 43;
  }

  .order-md-44 {
    -ms-flex-order: 44;
    order: 44;
  }

  .order-md-45 {
    -ms-flex-order: 45;
    order: 45;
  }

  .order-md-46 {
    -ms-flex-order: 46;
    order: 46;
  }

  .order-md-47 {
    -ms-flex-order: 47;
    order: 47;
  }

  .order-md-48 {
    -ms-flex-order: 48;
    order: 48;
  }

  .order-md-49 {
    -ms-flex-order: 49;
    order: 49;
  }

  .order-md-50 {
    -ms-flex-order: 50;
    order: 50;
  }

  .order-md-51 {
    -ms-flex-order: 51;
    order: 51;
  }

  .order-md-52 {
    -ms-flex-order: 52;
    order: 52;
  }

  .order-md-53 {
    -ms-flex-order: 53;
    order: 53;
  }

  .order-md-54 {
    -ms-flex-order: 54;
    order: 54;
  }

  .order-md-55 {
    -ms-flex-order: 55;
    order: 55;
  }

  .order-md-56 {
    -ms-flex-order: 56;
    order: 56;
  }

  .order-md-57 {
    -ms-flex-order: 57;
    order: 57;
  }

  .order-md-58 {
    -ms-flex-order: 58;
    order: 58;
  }

  .order-md-59 {
    -ms-flex-order: 59;
    order: 59;
  }

  .order-md-60 {
    -ms-flex-order: 60;
    order: 60;
  }

  .order-md-61 {
    -ms-flex-order: 61;
    order: 61;
  }

  .order-md-62 {
    -ms-flex-order: 62;
    order: 62;
  }

  .order-md-63 {
    -ms-flex-order: 63;
    order: 63;
  }

  .order-md-64 {
    -ms-flex-order: 64;
    order: 64;
  }

  .order-md-65 {
    -ms-flex-order: 65;
    order: 65;
  }

  .order-md-66 {
    -ms-flex-order: 66;
    order: 66;
  }

  .order-md-67 {
    -ms-flex-order: 67;
    order: 67;
  }

  .order-md-68 {
    -ms-flex-order: 68;
    order: 68;
  }

  .order-md-69 {
    -ms-flex-order: 69;
    order: 69;
  }

  .order-md-70 {
    -ms-flex-order: 70;
    order: 70;
  }

  .order-md-71 {
    -ms-flex-order: 71;
    order: 71;
  }

  .order-md-72 {
    -ms-flex-order: 72;
    order: 72;
  }

  .order-md-73 {
    -ms-flex-order: 73;
    order: 73;
  }

  .order-md-74 {
    -ms-flex-order: 74;
    order: 74;
  }

  .order-md-75 {
    -ms-flex-order: 75;
    order: 75;
  }

  .order-md-76 {
    -ms-flex-order: 76;
    order: 76;
  }

  .order-md-77 {
    -ms-flex-order: 77;
    order: 77;
  }

  .order-md-78 {
    -ms-flex-order: 78;
    order: 78;
  }

  .order-md-79 {
    -ms-flex-order: 79;
    order: 79;
  }

  .order-md-80 {
    -ms-flex-order: 80;
    order: 80;
  }

  .order-md-81 {
    -ms-flex-order: 81;
    order: 81;
  }

  .order-md-82 {
    -ms-flex-order: 82;
    order: 82;
  }

  .order-md-83 {
    -ms-flex-order: 83;
    order: 83;
  }

  .order-md-84 {
    -ms-flex-order: 84;
    order: 84;
  }

  .order-md-85 {
    -ms-flex-order: 85;
    order: 85;
  }

  .order-md-86 {
    -ms-flex-order: 86;
    order: 86;
  }

  .order-md-87 {
    -ms-flex-order: 87;
    order: 87;
  }

  .order-md-88 {
    -ms-flex-order: 88;
    order: 88;
  }

  .order-md-89 {
    -ms-flex-order: 89;
    order: 89;
  }

  .order-md-90 {
    -ms-flex-order: 90;
    order: 90;
  }

  .order-md-91 {
    -ms-flex-order: 91;
    order: 91;
  }

  .order-md-92 {
    -ms-flex-order: 92;
    order: 92;
  }

  .order-md-93 {
    -ms-flex-order: 93;
    order: 93;
  }

  .order-md-94 {
    -ms-flex-order: 94;
    order: 94;
  }

  .order-md-95 {
    -ms-flex-order: 95;
    order: 95;
  }

  .order-md-96 {
    -ms-flex-order: 96;
    order: 96;
  }

  .order-md-97 {
    -ms-flex-order: 97;
    order: 97;
  }

  .order-md-98 {
    -ms-flex-order: 98;
    order: 98;
  }

  .order-md-99 {
    -ms-flex-order: 99;
    order: 99;
  }

  .order-md-100 {
    -ms-flex-order: 100;
    order: 100;
  }

  .order-md-101 {
    -ms-flex-order: 101;
    order: 101;
  }

  .order-md-102 {
    -ms-flex-order: 102;
    order: 102;
  }

  .order-md-103 {
    -ms-flex-order: 103;
    order: 103;
  }

  .order-md-104 {
    -ms-flex-order: 104;
    order: 104;
  }

  .order-md-105 {
    -ms-flex-order: 105;
    order: 105;
  }

  .order-md-106 {
    -ms-flex-order: 106;
    order: 106;
  }

  .order-md-107 {
    -ms-flex-order: 107;
    order: 107;
  }

  .order-md-108 {
    -ms-flex-order: 108;
    order: 108;
  }

  .order-md-109 {
    -ms-flex-order: 109;
    order: 109;
  }

  .order-md-110 {
    -ms-flex-order: 110;
    order: 110;
  }

  .order-md-111 {
    -ms-flex-order: 111;
    order: 111;
  }

  .order-md-112 {
    -ms-flex-order: 112;
    order: 112;
  }

  .order-md-113 {
    -ms-flex-order: 113;
    order: 113;
  }

  .order-md-114 {
    -ms-flex-order: 114;
    order: 114;
  }

  .order-md-115 {
    -ms-flex-order: 115;
    order: 115;
  }

  .order-md-116 {
    -ms-flex-order: 116;
    order: 116;
  }

  .order-md-117 {
    -ms-flex-order: 117;
    order: 117;
  }

  .order-md-118 {
    -ms-flex-order: 118;
    order: 118;
  }

  .order-md-119 {
    -ms-flex-order: 119;
    order: 119;
  }

  .order-md-120 {
    -ms-flex-order: 120;
    order: 120;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 0.83333%;
  }

  .offset-md-2 {
    margin-left: 1.66667%;
  }

  .offset-md-3 {
    margin-left: 2.5%;
  }

  .offset-md-4 {
    margin-left: 3.33333%;
  }

  .offset-md-5 {
    margin-left: 4.16667%;
  }

  .offset-md-6 {
    margin-left: 5%;
  }

  .offset-md-7 {
    margin-left: 5.83333%;
  }

  .offset-md-8 {
    margin-left: 6.66667%;
  }

  .offset-md-9 {
    margin-left: 7.5%;
  }

  .offset-md-10 {
    margin-left: 8.33333%;
  }

  .offset-md-11 {
    margin-left: 9.16667%;
  }

  .offset-md-12 {
    margin-left: 10%;
  }

  .offset-md-13 {
    margin-left: 10.83333%;
  }

  .offset-md-14 {
    margin-left: 11.66667%;
  }

  .offset-md-15 {
    margin-left: 12.5%;
  }

  .offset-md-16 {
    margin-left: 13.33333%;
  }

  .offset-md-17 {
    margin-left: 14.16667%;
  }

  .offset-md-18 {
    margin-left: 15%;
  }

  .offset-md-19 {
    margin-left: 15.83333%;
  }

  .offset-md-20 {
    margin-left: 16.66667%;
  }

  .offset-md-21 {
    margin-left: 17.5%;
  }

  .offset-md-22 {
    margin-left: 18.33333%;
  }

  .offset-md-23 {
    margin-left: 19.16667%;
  }

  .offset-md-24 {
    margin-left: 20%;
  }

  .offset-md-25 {
    margin-left: 20.83333%;
  }

  .offset-md-26 {
    margin-left: 21.66667%;
  }

  .offset-md-27 {
    margin-left: 22.5%;
  }

  .offset-md-28 {
    margin-left: 23.33333%;
  }

  .offset-md-29 {
    margin-left: 24.16667%;
  }

  .offset-md-30 {
    margin-left: 25%;
  }

  .offset-md-31 {
    margin-left: 25.83333%;
  }

  .offset-md-32 {
    margin-left: 26.66667%;
  }

  .offset-md-33 {
    margin-left: 27.5%;
  }

  .offset-md-34 {
    margin-left: 28.33333%;
  }

  .offset-md-35 {
    margin-left: 29.16667%;
  }

  .offset-md-36 {
    margin-left: 30%;
  }

  .offset-md-37 {
    margin-left: 30.83333%;
  }

  .offset-md-38 {
    margin-left: 31.66667%;
  }

  .offset-md-39 {
    margin-left: 32.5%;
  }

  .offset-md-40 {
    margin-left: 33.33333%;
  }

  .offset-md-41 {
    margin-left: 34.16667%;
  }

  .offset-md-42 {
    margin-left: 35%;
  }

  .offset-md-43 {
    margin-left: 35.83333%;
  }

  .offset-md-44 {
    margin-left: 36.66667%;
  }

  .offset-md-45 {
    margin-left: 37.5%;
  }

  .offset-md-46 {
    margin-left: 38.33333%;
  }

  .offset-md-47 {
    margin-left: 39.16667%;
  }

  .offset-md-48 {
    margin-left: 40%;
  }

  .offset-md-49 {
    margin-left: 40.83333%;
  }

  .offset-md-50 {
    margin-left: 41.66667%;
  }

  .offset-md-51 {
    margin-left: 42.5%;
  }

  .offset-md-52 {
    margin-left: 43.33333%;
  }

  .offset-md-53 {
    margin-left: 44.16667%;
  }

  .offset-md-54 {
    margin-left: 45%;
  }

  .offset-md-55 {
    margin-left: 45.83333%;
  }

  .offset-md-56 {
    margin-left: 46.66667%;
  }

  .offset-md-57 {
    margin-left: 47.5%;
  }

  .offset-md-58 {
    margin-left: 48.33333%;
  }

  .offset-md-59 {
    margin-left: 49.16667%;
  }

  .offset-md-60 {
    margin-left: 50%;
  }

  .offset-md-61 {
    margin-left: 50.83333%;
  }

  .offset-md-62 {
    margin-left: 51.66667%;
  }

  .offset-md-63 {
    margin-left: 52.5%;
  }

  .offset-md-64 {
    margin-left: 53.33333%;
  }

  .offset-md-65 {
    margin-left: 54.16667%;
  }

  .offset-md-66 {
    margin-left: 55%;
  }

  .offset-md-67 {
    margin-left: 55.83333%;
  }

  .offset-md-68 {
    margin-left: 56.66667%;
  }

  .offset-md-69 {
    margin-left: 57.5%;
  }

  .offset-md-70 {
    margin-left: 58.33333%;
  }

  .offset-md-71 {
    margin-left: 59.16667%;
  }

  .offset-md-72 {
    margin-left: 60%;
  }

  .offset-md-73 {
    margin-left: 60.83333%;
  }

  .offset-md-74 {
    margin-left: 61.66667%;
  }

  .offset-md-75 {
    margin-left: 62.5%;
  }

  .offset-md-76 {
    margin-left: 63.33333%;
  }

  .offset-md-77 {
    margin-left: 64.16667%;
  }

  .offset-md-78 {
    margin-left: 65%;
  }

  .offset-md-79 {
    margin-left: 65.83333%;
  }

  .offset-md-80 {
    margin-left: 66.66667%;
  }

  .offset-md-81 {
    margin-left: 67.5%;
  }

  .offset-md-82 {
    margin-left: 68.33333%;
  }

  .offset-md-83 {
    margin-left: 69.16667%;
  }

  .offset-md-84 {
    margin-left: 70%;
  }

  .offset-md-85 {
    margin-left: 70.83333%;
  }

  .offset-md-86 {
    margin-left: 71.66667%;
  }

  .offset-md-87 {
    margin-left: 72.5%;
  }

  .offset-md-88 {
    margin-left: 73.33333%;
  }

  .offset-md-89 {
    margin-left: 74.16667%;
  }

  .offset-md-90 {
    margin-left: 75%;
  }

  .offset-md-91 {
    margin-left: 75.83333%;
  }

  .offset-md-92 {
    margin-left: 76.66667%;
  }

  .offset-md-93 {
    margin-left: 77.5%;
  }

  .offset-md-94 {
    margin-left: 78.33333%;
  }

  .offset-md-95 {
    margin-left: 79.16667%;
  }

  .offset-md-96 {
    margin-left: 80%;
  }

  .offset-md-97 {
    margin-left: 80.83333%;
  }

  .offset-md-98 {
    margin-left: 81.66667%;
  }

  .offset-md-99 {
    margin-left: 82.5%;
  }

  .offset-md-100 {
    margin-left: 83.33333%;
  }

  .offset-md-101 {
    margin-left: 84.16667%;
  }

  .offset-md-102 {
    margin-left: 85%;
  }

  .offset-md-103 {
    margin-left: 85.83333%;
  }

  .offset-md-104 {
    margin-left: 86.66667%;
  }

  .offset-md-105 {
    margin-left: 87.5%;
  }

  .offset-md-106 {
    margin-left: 88.33333%;
  }

  .offset-md-107 {
    margin-left: 89.16667%;
  }

  .offset-md-108 {
    margin-left: 90%;
  }

  .offset-md-109 {
    margin-left: 90.83333%;
  }

  .offset-md-110 {
    margin-left: 91.66667%;
  }

  .offset-md-111 {
    margin-left: 92.5%;
  }

  .offset-md-112 {
    margin-left: 93.33333%;
  }

  .offset-md-113 {
    margin-left: 94.16667%;
  }

  .offset-md-114 {
    margin-left: 95%;
  }

  .offset-md-115 {
    margin-left: 95.83333%;
  }

  .offset-md-116 {
    margin-left: 96.66667%;
  }

  .offset-md-117 {
    margin-left: 97.5%;
  }

  .offset-md-118 {
    margin-left: 98.33333%;
  }

  .offset-md-119 {
    margin-left: 99.16667%;
  }

  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .md-expand .expend-header {
    cursor: pointer;
  }

  .md-expand .expand-container {
    display: none;
  }

  .md-expand .expand-container.opened {
    display: block;
  }

  .container {
    width: 955px;
  }

  .lg-visible,
  .md-hidden,
  .sm-visible,
  .xs-visible,
  .xxs-visible {
    display: none !important;
  }

  .md-visible {
    display: block !important;
  }
}

header {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
}

header .header-top {
  margin-bottom: 20px;
}

header .header-top .city-select .city-content {
  font: 24px Fred;
  text-transform: uppercase;
  position: relative;
}

header .header-top .city-select .city-content .city-name {
  color: #e81b28;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

header .header-top .city-select .city-content .city-name:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  border-bottom: 2px dashed #e81b28;
  transition: border-bottom-color 0.15s linear;
}

header .header-top .city-select .city-content .city-name:hover:after {
  border-bottom-color: transparent;
}

header .header-top .phone-number {
  font: 24px Fred;
  color: #e81b28;
}

header .menu-wrapper > ul > li {
  font: 24px Fred;
  text-transform: uppercase;
  transition: color 0.15s linear;
  color: #000;
  position: relative;
}

header .menu-wrapper > ul > li:hover {
  color: #e81b28;
}

header .menu-wrapper > ul > li.splitter {
  -ms-flex-positive: 2;
  flex-grow: 2;
}

header .menu-wrapper > ul > li > ul {
  display: none;
  position: absolute;
  border: 1px solid #e81b28;
  padding: 20px;
  background: #fff;
  width: 230px;
  z-index: 10;
}

header .menu-wrapper > ul > li > ul > li {
  font: 18px RobotoBold;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c9;
  margin-bottom: 15px;
  margin-right: 0;
  color: #000;
  transition: color 0.15s linear;
}

header .menu-wrapper > ul > li > ul > li:hover {
  color: #e81b28;
}

header .menu-wrapper > ul > li > ul > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

header .logo-wrapper a {
  display: block;
}

header .logo-wrapper a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.city-question-wrapper {
  position: absolute;
  top: 30px;
  background: #fff;
  left: 0;
  border: 1px solid #e81b28;
  z-index: 999;
}

.city-question-wrapper .city-select-wrapper {
  font: 24px Fred;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.city-question-wrapper .city-select-wrapper .red {
  color: #e81b28;
  margin-left: 5px;
}

.city-question-wrapper .question-actions-wrapper {
  display: -ms-flexbox;
  display: flex;
  font: 18px RobotoRegular;
}

.city-question-wrapper .question-actions-wrapper .action-left {
  margin-right: 10px;
}

.city-question-wrapper .question-actions-wrapper a {
  border: 1px solid #e81b28;
  background: #fff;
  color: #e81b28;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 50px;
  transition: color 0.15s linear, background 0.15s linear;
}

.city-question-wrapper .question-actions-wrapper a:hover {
  color: #fff;
  background: #e81b28;
}

.remodal-city-select {
  text-align: left;
  border: 1px solid #e81b28;
  background: #fff;
}

.remodal-city-select .remodal-close {
  right: 10px;
  top: 18px;
  left: auto;
}

.remodal-city-select .remodal-close:before {
  content: "";
  background: url(../images/close.png) no-repeat 50%;
  width: 100%;
  height: 100%;
}

.remodal-city-select .select-title {
  font: 24px RobotoBold;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.remodal-city-select .cities-list .city-element {
  margin-bottom: 10px;
}

.remodal-city-select .cities-list .city-element a {
  font: 18px RobotoBold;
  border-bottom: 1px solid #e81b28;
  color: #e81b28;
  transition: border-bottom-color 0.15s linear;
}

.remodal-city-select .cities-list .city-element a:hover {
  border-bottom-color: transparent;
}

@media only screen and (min-width: 1200px) {
  header .header-top .phone-number {
    text-align: right;
  }

  header .logo-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }

  .city-question-wrapper {
    width: 375px;
    padding: 40px;
  }

  .remodal-city-select {
    width: 300px;
    padding: 20px;
  }

  .remodal-city-select .cities-list {
    max-height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  header .header-top {
    text-align: center;
  }

  header .header-top .city-select {
    margin-bottom: 15px;
  }

  header .logo-wrapper a {
    display: inline-block;
  }

  .city-question-wrapper {
    width: 335px;
    padding: 15px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .remodal-city-select {
    max-width: 300px;
    padding: 20px;
  }

  .remodal-city-select .cities-list {
    max-height: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .header-top .city-select {
    margin-bottom: 10px;
  }

  header .logo-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  header .header-top .phone-number {
    text-align: right;
  }

  header .menu-wrapper ul li {
    margin-right: 15px;
  }

  header .menu-wrapper ul li:last-child {
    margin-right: 0;
  }

  header .logo-wrapper {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .city-question-wrapper {
    width: 375px;
    padding: 40px;
  }

  .remodal-city-select {
    width: 300px;
    padding: 20px;
  }

  .remodal-city-select .cities-list {
    max-height: 350px;
  }
}

[data-simplebar] {
  position: relative;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper,
[data-simplebar] {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-wrapper {
  overflow: hidden;
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

body > .site > footer .footer-wrapper .menu-elements ul li {
  margin-bottom: 15px;
}

body > .site > footer .footer-wrapper .menu-elements ul li:last-child {
  margin-bottom: 0;
}

body > .site > footer .footer-wrapper .menu-elements ul li a {
  text-transform: uppercase;
  color: #000;
  transition: color 0.15s linear;
}

body > .site > footer .footer-wrapper .menu-elements ul li a:hover {
  color: #e81b28;
}

body > .site > footer .footer-wrapper .contacts-block {
  border-bottom: 1px solid #000;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  margin-left: 10px;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:first-child {
  margin-left: 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:after,
body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.15s linear;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:after {
  opacity: 1;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:before,
body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:hover:after {
  opacity: 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a:hover:before {
  opacity: 1;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.vk:after {
  background: url(../images/soc-vk.png) no-repeat 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.vk:before {
  background: url(../images/soc-vk.png) no-repeat 100%;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.fb:after {
  background: url(../images/soc-fb.png) no-repeat 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.fb:before {
  background: url(../images/soc-fb.png) no-repeat 100%;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.inst:after {
  background: url(../images/soc-inst.png) no-repeat 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.inst:before {
  background: url(../images/soc-inst.png) no-repeat 100%;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.youtube:after {
  background: url(../images/soc-youtube.png) no-repeat 0;
}

body
  > .site
  > footer
  .footer-wrapper
  .contacts-block
  .contacts-wrapper
  .social-links
  a.youtube:before {
  background: url(../images/soc-youtube.png) no-repeat 100%;
}

body > .site > footer .footer-image {
  background: url(../images/footer-2025.jpg) no-repeat 50%;
  background-size: cover;
}

@media only screen and (min-width: 1200px) {
  body > .site > footer .footer-image {
    padding: 50px 0 25px;
  }

  body > .site > footer .footer-wrapper .contacts-block {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }

  body > .site > footer .footer-wrapper .menu-elements ul li a {
    font: 24px Fred;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper {
    text-transform: uppercase;
    text-align: right;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-number,
  body > .site > footer .footer-wrapper .contacts-wrapper .contact-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-mail {
    font: 30px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .copyright {
    font: 18px RobotoRegular;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p {
    margin-bottom: 10px;
  }

  body
    > .site
    > footer
    .footer-wrapper
    .copyright
    .copyright-block
    p:last-child {
    margin-bottom: 0;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a {
    text-decoration: underline;
    transition: -webkit-text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear,
      -webkit-text-decoration-color 0.15s linear;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  body > .site > footer .footer-image {
    padding: 50px 0 25px;
  }

  body > .site > footer .footer-wrapper {
    text-align: center;
  }

  body > .site > footer .footer-wrapper .contacts-block {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }

  body > .site > footer .footer-wrapper .menu-elements ul li {
    margin-bottom: 15px;
  }

  body > .site > footer .footer-wrapper .menu-elements ul li a {
    font: 24px Fred;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper {
    text-transform: uppercase;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-number,
  body > .site > footer .footer-wrapper .contacts-wrapper .contact-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-mail {
    font: 30px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .copyright {
    font: 16px RobotoRegular;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p {
    margin-bottom: 25px;
  }

  body
    > .site
    > footer
    .footer-wrapper
    .copyright
    .copyright-block
    p:last-child {
    margin-bottom: 0;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a {
    text-decoration: underline;
    transition: -webkit-text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear,
      -webkit-text-decoration-color 0.15s linear;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body > .site > footer .footer-wrapper {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body > .site > footer .footer-wrapper .contacts-wrapper {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  body > .site > footer .footer-image {
    padding: 50px 0 25px;
  }

  body > .site > footer .footer-wrapper .contacts-block {
    padding-bottom: 55px;
    margin-bottom: 60px;
  }

  body > .site > footer .footer-wrapper .menu-elements ul li {
    margin-bottom: 15px;
  }

  body > .site > footer .footer-wrapper .menu-elements ul li a {
    font: 24px Fred;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper {
    text-transform: uppercase;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-number,
  body > .site > footer .footer-wrapper .contacts-wrapper .contact-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .contacts-wrapper .contact-mail {
    font: 30px Fred;
    margin-bottom: 20px;
  }

  body > .site > footer .footer-wrapper .copyright {
    font: 18px RobotoRegular;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p {
    margin-bottom: 5px;
  }

  body
    > .site
    > footer
    .footer-wrapper
    .copyright
    .copyright-block
    p:last-child {
    margin-bottom: 0;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a {
    text-decoration: underline;
    transition: -webkit-text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear;
    transition: text-decoration-color 0.15s linear,
      -webkit-text-decoration-color 0.15s linear;
  }

  body > .site > footer .footer-wrapper .copyright .copyright-block p a:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-select-multiple,
.jq-selectbox {
  position: relative;
  display: inline-block;
}

.jq-select-multiple select,
.jq-selectbox select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-select-multiple li,
.jq-selectbox li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
}

.jq-select-multiple ul,
.jq-selectbox__dropdown ul {
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  overflow-x: hidden;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.remodal-popup {
  width: 100%;
  max-width: 500px;
  padding: 0;
}

.remodal-popup .remodal-close {
  right: 18px;
  top: 18px;
  left: auto;
  z-index: 10;
}

.remodal-popup .remodal-close:before {
  content: "";
  background: url(../images/close.png) no-repeat 50%;
  width: 100%;
  height: 100%;
}

.remodal-popup .form-ajax-wrap {
  padding: 20px;
  background: #fff;
}

.remodal-popup .form-ajax-wrap .form-title {
  font: 24px RobotoBold;
  text-align: left;
  margin-bottom: 15px;
}

.remodal-popup .form-ajax-wrap .form-item {
  margin-bottom: 15px;
}

.remodal-popup .form-ajax-wrap .form-message {
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.remodal-popup .form-ajax-wrap .form-message .form-title {
  text-align: center;
  font: 36px Fred;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.remodal-popup .form-ajax-wrap .form-message .message-block {
  font: 18px RobotoRegular;
  margin-bottom: 15px;
}

.remodal-popup .form-ajax-wrap .form-message .form-ok a {
  border-radius: 30px;
  padding: 7px 25px 5px;
  background: #e81b28;
  text-transform: uppercase;
  color: #fff;
  font: 24px Fred;
  display: inline-block;
}

@media only screen and (min-width: 1200px) {
  .remodal-popup .form-ajax-wrap .message-block,
  .remodal-popup .form-ajax-wrap .personal-data {
    padding: 0 15%;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-popup .form-ajax-wrap .message-block,
  .remodal-popup .form-ajax-wrap .personal-data {
    padding: 0 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .remodal-popup .form-ajax-wrap .message-block,
  .remodal-popup .form-ajax-wrap .personal-data {
    padding: 0 15%;
  }
}

.services-wrapper {
  position: relative;
  margin: 70px 0;
}

.services-wrapper * {
  outline: none;
}

.services-wrapper .title-wrapper {
  text-transform: uppercase;
  color: #000;
}

.services-wrapper .slider-wrapper .slick-list .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.services-wrapper .slider-wrapper .slider-item {
  margin: 0 30px;
  height: auto;
}

.services-wrapper .slider-wrapper > button {
  display: none !important;
}

.services-wrapper .slider-wrapper .slick-list {
  padding-left: 25px;
}

.services-wrapper .row > div .slider-item {
  height: 100%;
}

.services-wrapper .slider-item {
  padding-bottom: 10px;
}

.services-wrapper .slider-item a {
  padding: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.services-wrapper .slider-item a .border {
  border: 3px solid #e81b28;
  position: absolute;
  height: 90%;
  width: 100%;
  top: 0;
  left: 0;
}

.services-wrapper .slider-item .item-title {
  text-transform: uppercase;
  font: 24px Fred;
  margin-bottom: auto;
  max-width: 230px;
}

.services-wrapper .slider-item .block-background-bottom-left {
  margin-top: 5px;
  display: inline-block;
  left: -25px;
  top: 0;
  background: transparent;
}

.services-wrapper .slider-item .image-wrapper img {
  height: 100%;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}

.services-wrapper .actions-wrapper .button-blick a:after,
.services-wrapper .actions-wrapper .button-blick a:before {
  background-size: 100% 100%;
  width: 100%;
  max-width: 420px;
}

@media only screen and (min-width: 1200px) {
  .services-wrapper .title-wrapper {
    font: 90px Fred;
  }

  .services-wrapper .actions-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-wrapper .container > .row {
    margin: 0 -30px 0 -10px;
  }

  .services-wrapper .container > .row > div {
    padding: 0 25px;
    margin-bottom: 30px;
  }

  .services-wrapper .slider-item .block-background-bottom-left {
    width: 230px;
    height: 230px;
  }
}

@media only screen and (max-width: 767px) {
  .services-wrapper .title-wrapper {
    font: 72px Fred;
    padding-left: 10px;
  }

  .services-wrapper .slider-actions {
    text-align: center;
    margin: 30px 0;
  }

  .services-wrapper .button-standard {
    text-align: center;
  }
}

@media only screen and (max-width: 460px) {
  .services-wrapper .container > .row {
    padding-left: 25px;
  }

  .services-wrapper .container > .row > div {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .services-wrapper .container > .row {
    padding: 0 15px;
  }

  .services-wrapper .container > .row > div {
    margin-bottom: 30px;
  }

  .services-wrapper .container > .row > div:nth-child(odd) {
    padding-right: 30px;
  }

  .services-wrapper .container > .row > div:nth-child(2n) {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .services-wrapper .title-wrapper {
    font: 72px Fred;
  }

  .services-wrapper .actions-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -ms-flex-align: center;
    align-items: center;
  }

  .services-wrapper .container > .row {
    margin: 0 -20px 0 -10px;
  }

  .services-wrapper .container > .row > div {
    padding: 0 25px;
    margin-bottom: 30px;
  }
}

.portfolio-wrapper {
  margin: 70px 0;
}

.portfolio-wrapper .portfolio-title {
  text-transform: uppercase;
  color: #000;
}

.portfolio-wrapper .portfolio-description {
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.portfolio-wrapper .portfolio-elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  gap: 10px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio-wrapper .portfolio-elements .element-wrapper {
  position: relative;
}

.portfolio-wrapper .portfolio-elements .element-wrapper .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper {
  font: 18px RobotoBold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}

.portfolio-wrapper
  .portfolio-elements
  .element-wrapper
  .text-wrapper
  .background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: hsla(0, 0%, 100%, 0.6);
  z-index: 1;
}

.portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
}

.portfolio-wrapper
  .portfolio-elements
  .element-wrapper
  .text-wrapper
  .link-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.portfolio-wrapper
  .portfolio-elements
  .element-wrapper
  .text-wrapper
  .description,
.portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper .title {
  display: block;
}

.portfolio-wrapper
  .portfolio-elements
  .element-wrapper
  .text-wrapper
  .description
  p,
.portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper .title p {
  display: inline-block;
  width: 200px;
}

.portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper .title {
  padding-bottom: 18px;
  margin-bottom: 15px;
  position: relative;
}

.portfolio-wrapper
  .portfolio-elements
  .element-wrapper
  .text-wrapper
  .title:after {
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 60px;
  background: #e81b28;
}

.portfolio-wrapper .portfolio-elements .element-wrapper.hovered .text-wrapper {
  opacity: 1;
  visibility: visible;
}

.portfolio-wrapper .portfolio-elements .views-exposed-form {
  display: none;
}

.portfolio-wrapper .portfolio-title {
  overflow: hidden;
  margin-bottom: 20px;
}

.portfolio-wrapper .portfolio-title-wrapper {
  float: left;
}

.portfolio-wrapper .portfolio-button-wrapper {
  float: left;
  margin-top: -25px;
  margin-left: 120px;
}

.portfolio-wrapper .portfolio-button {
  display: inline-block;
}

.portfolio-wrapper .button-standard {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .portfolio-wrapper .portfolio-title {
    font: 90px Fred;
  }

  .portfolio-wrapper .portfolio-description {
    font: 36px Fred;
    margin-bottom: 40px;
  }

  .portfolio-wrapper .portfolio-elements {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-wrapper .portfolio-title {
    font: 48px Fred;
    margin-bottom: 50px;
  }

  .portfolio-wrapper .portfolio-description {
    font: 20px Fred;
    margin-bottom: 20px;
  }

  .portfolio-wrapper .portfolio-elements {
    margin-bottom: 50px;
  }
  .portfolio-wrapper {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 460px) {
  .portfolio-wrapper .portfolio-elements .element-wrapper {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .portfolio-wrapper .portfolio-elements .element-wrapper {
    width: calc((100% - 10px) / 2);
    -ms-flex: 0 0 calc((100% - 10px) / 2);
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .portfolio-wrapper .portfolio-elements .element-wrapper .text-wrapper .title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) {
  .portfolio-wrapper .portfolio-elements .element-wrapper {
    width: calc((100% - 20px) / 3);
    -ms-flex: 0 0 calc((100% - 20px) / 3);
    flex: 0 0 calc((100% - 20px) / 3);
  }

  .portfolio-wrapper .portfolio-title {
    font: 72px Fred;
  }

  .portfolio-wrapper .portfolio-description {
    font: 36px Fred;
    margin-bottom: 20px;
  }

  .portfolio-wrapper .portfolio-elements {
    margin-bottom: 50px;
  }
}

.remodal-portfolio-detail {
  max-width: 100%;
  padding: 20px 0;
  text-align: left;
}

.remodal-portfolio-detail .remodal-close {
  right: 10px;
  top: 18px;
  left: auto;
}

.remodal-portfolio-detail .remodal-close:before {
  content: "";
  background: url(../images/close.png) no-repeat 50%;
  width: 100%;
  height: 100%;
}

.remodal-portfolio-detail .portfolio-top-content .portfolio-big-image a {
  display: block;
}

.remodal-portfolio-detail .portfolio-top-content .portfolio-big-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.remodal-portfolio-detail .portfolio-triggers .trigger-element {
  height: 100%;
  border: 5px solid #eaeaea;
  text-align: center;
}

.remodal-portfolio-detail .portfolio-triggers .trigger-element .trigger-title {
  color: #e81b28;
  margin-bottom: 20px;
}

.remodal-portfolio-detail
  .portfolio-triggers
  .trigger-element
  .trigger-description {
  text-transform: uppercase;
}

.remodal-portfolio-detail .gallery-wrapper .image-element a {
  display: block;
}

.remodal-portfolio-detail .gallery-wrapper .image-element a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.remodal-portfolio-detail .history-wrapper .history-title {
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 1200px) {
  .remodal-portfolio-detail {
    width: 97.5%;
  }

  .remodal-portfolio-detail .remodal-close {
    right: 8px;
    top: 8px;
  }

  .remodal-portfolio-detail .portfolio-top-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .remodal-portfolio-detail .portfolio-top-content > div {
    width: 50%;
  }

  .remodal-portfolio-detail .portfolio-top-content .portfolio-description {
    margin-left: 20px;
    padding: 50px 50px 100px;
    border-top: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    border-bottom: 3px solid #e81b28;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .city-wrapper,
  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .organization-wrapper {
    font: 24px Fred;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .description-wrapper {
    font: 18px RobotoRegular;
  }

  .remodal-portfolio-detail .portfolio-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .remodal-portfolio-detail .portfolio-video .video-title {
    width: 55%;
    font: 30px Fred;
    padding: 100px 0;
    background: url(../images/portfolio-gray-arrow.png) no-repeat 95%;
  }

  .remodal-portfolio-detail .portfolio-video .video-block {
    width: 45%;
    position: relative;
  }

  .remodal-portfolio-detail .portfolio-video .video-block .video-wrapper {
    position: absolute;
    bottom: -80px;
    left: 0;
  }

  .remodal-portfolio-detail .portfolio-triggers {
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .portfolio-triggers .row {
    margin: 0 -15px;
  }

  .remodal-portfolio-detail .portfolio-triggers .row > div {
    padding: 0 15px;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .remodal-portfolio-detail .portfolio-triggers .trigger-element {
    padding: 20px 0;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-title {
    font: 48px RobotoBold;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-description {
    font: 18px RobotoLight;
    margin: 0 15%;
  }

  .remodal-portfolio-detail .gallery-wrapper {
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .gallery-wrapper .row {
    margin: 0 -15px;
  }

  .remodal-portfolio-detail .gallery-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .remodal-portfolio-detail .history-wrapper {
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .history-wrapper .history-title {
    font: 48px RobotoBold;
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .history-wrapper .author,
  .remodal-portfolio-detail .history-wrapper .wysiwyg-content {
    margin: 0 10%;
  }

  .remodal-portfolio-detail .history-wrapper .author {
    padding-top: 31px;
    position: relative;
  }

  .remodal-portfolio-detail .history-wrapper .author:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 65px;
    background: #000;
    height: 1px;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-title {
    font: 18px RobotoLight;
    color: #8b8b8b;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-name {
    font: 18px RobotoBold;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-portfolio-detail {
    width: 97.5%;
  }

  .remodal-portfolio-detail .portfolio-top-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .block-background-bottom-left {
    -ms-flex-order: 2;
    order: 2;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .block-background-bottom-left:after,
  .remodal-portfolio-detail
    .portfolio-top-content
    .block-background-bottom-left:before {
    display: none;
  }

  .remodal-portfolio-detail .portfolio-top-content .portfolio-description {
    width: 85%;
    padding: 20px;
    border-top: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    border-left: 3px solid #e81b28;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .city-wrapper,
  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .organization-wrapper {
    font: 20px Fred;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .description-wrapper {
    font: 16px RobotoRegular;
  }

  .remodal-portfolio-detail .portfolio-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .remodal-portfolio-detail .portfolio-video .video-title {
    text-align: center;
    font: 24px Fred;
    padding-bottom: 50px;
    margin-bottom: 20px;
    background: url(../images/portfolio-gray-arrow-turn.png) no-repeat bottom;
  }

  .remodal-portfolio-detail .portfolio-video .block-background-up-down:after,
  .remodal-portfolio-detail .portfolio-video .block-background-up-down:before {
    display: none;
  }

  .remodal-portfolio-detail .portfolio-triggers .row > div {
    margin-bottom: 20px;
    text-align: center;
  }

  .remodal-portfolio-detail .portfolio-triggers .trigger-element {
    padding: 15px;
    display: inline-block;
    max-width: 320px;
    width: 100%;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-title {
    font: 36px RobotoBold;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-description {
    font: 18px RobotoLight;
  }

  .remodal-portfolio-detail .gallery-wrapper,
  .remodal-portfolio-detail .gallery-wrapper .row > div {
    margin-bottom: 15px;
  }

  .remodal-portfolio-detail .history-wrapper {
    margin-bottom: 60px;
  }

  .remodal-portfolio-detail .history-wrapper .history-title {
    font: 24px RobotoBold;
    margin-bottom: 30px;
  }

  .remodal-portfolio-detail .history-wrapper .wysiwyg-content {
    font-size: 18px;
  }

  .remodal-portfolio-detail .history-wrapper .author {
    padding-top: 31px;
    position: relative;
  }

  .remodal-portfolio-detail .history-wrapper .author:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 65px;
    background: #000;
    height: 1px;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-title {
    font: 18px RobotoLight;
    color: #8b8b8b;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-name {
    font: 18px RobotoBold;
  }
}

@media only screen and (max-width: 460px) {
  .remodal-portfolio-detail .portfolio-top-content {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .remodal-portfolio-detail .portfolio-top-content {
    margin: 0 10% 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .remodal-portfolio-detail .portfolio-triggers .trigger-element {
    padding: 10px;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-title {
    font: 36px RobotoBold;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-description {
    font: 18px RobotoLight;
  }

  .remodal-portfolio-detail .history-wrapper {
    margin-bottom: 70px;
  }

  .remodal-portfolio-detail .history-wrapper .history-title {
    font: 48px RobotoBold;
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .history-wrapper .wysiwyg-content {
    font-size: 18px;
  }

  .remodal-portfolio-detail .history-wrapper .author {
    padding-top: 31px;
    position: relative;
  }

  .remodal-portfolio-detail .history-wrapper .author:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 65px;
    background: #000;
    height: 1px;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-title {
    font: 18px RobotoLight;
    color: #8b8b8b;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-name {
    font: 18px RobotoBold;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .remodal-portfolio-detail .portfolio-triggers .row {
    margin: 0 -15px;
  }

  .remodal-portfolio-detail .portfolio-triggers .row > div {
    padding: 0 15px;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .remodal-portfolio-detail .portfolio-triggers .trigger-element {
    padding: 15px;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-title {
    font: 36px RobotoBold;
  }

  .remodal-portfolio-detail
    .portfolio-triggers
    .trigger-element
    .trigger-description {
    font: 18px RobotoLight;
  }

  .remodal-portfolio-detail .history-wrapper {
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .history-wrapper .history-title {
    font: 48px RobotoBold;
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .history-wrapper .author,
  .remodal-portfolio-detail .history-wrapper .wysiwyg-content {
    margin: 0 10%;
  }

  .remodal-portfolio-detail .history-wrapper .author {
    padding-top: 31px;
    position: relative;
  }

  .remodal-portfolio-detail .history-wrapper .author:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 65px;
    background: #000;
    height: 1px;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-title {
    font: 18px RobotoLight;
    color: #8b8b8b;
  }

  .remodal-portfolio-detail .history-wrapper .author .author-name {
    font: 18px RobotoBold;
  }

  .remodal-portfolio-detail .request-wrapper .request-left {
    padding-left: 20px;
    padding-right: 50px;
  }

  .remodal-portfolio-detail .request-wrapper .request-left:before {
    left: -5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .remodal-portfolio-detail {
    width: 100%;
  }

  .remodal-portfolio-detail .portfolio-top-content {
    margin: 0 10% 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .block-background-bottom-left {
    -ms-flex-order: 2;
    order: 2;
  }

  .remodal-portfolio-detail .portfolio-top-content .portfolio-description {
    width: 75%;
    padding: 30px;
    border-top: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    border-left: 3px solid #e81b28;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .city-wrapper,
  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .organization-wrapper {
    font: 24px Fred;
    margin-bottom: 15px;
    text-transform: uppercase;
  }

  .remodal-portfolio-detail
    .portfolio-top-content
    .portfolio-description
    .description-wrapper {
    font: 18px RobotoRegular;
  }

  .remodal-portfolio-detail .portfolio-video {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .remodal-portfolio-detail .portfolio-video .video-title {
    font: 30px Fred;
    padding-bottom: 70px;
    margin-bottom: 35px;
    background: url(../images/portfolio-gray-arrow-turn.png) no-repeat bottom;
  }

  .remodal-portfolio-detail .portfolio-video .video-block {
    width: 70%;
  }

  .remodal-portfolio-detail .portfolio-triggers {
    margin-bottom: 30px;
  }

  .remodal-portfolio-detail .gallery-wrapper {
    margin-bottom: 50px;
  }

  .remodal-portfolio-detail .gallery-wrapper .row {
    margin: 0 -15px;
  }

  .remodal-portfolio-detail .gallery-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.request-wrapper {
  margin: 90px 0;
}

.request-wrapper .request-left {
  font: 60px Fred;
  text-transform: uppercase;
}

.request-wrapper .request-right .form-ajax-wrap .request-title {
  font: 36px Fred;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.request-wrapper
  .request-right
  .form-ajax-wrap
  .request-title.request-franchise {
  margin-bottom: 0;
}

.request-wrapper .request-right .form-ajax-wrap .request-message {
  font: 18px RobotoLight;
  margin-bottom: 20px;
}

.request-wrapper .request-right .form-ajax-wrap .form-item {
  margin-bottom: 30px;
}

.request-wrapper .request-right .form-ajax-wrap .submit-element {
  margin-bottom: 15px;
}

.request-wrapper .request-right .form-ajax-wrap {
  display: inline-block;
  background: #fff;
}

@media only screen and (min-width: 1200px) {
  .request-wrapper > .container > .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .request-wrapper .request-left {
    position: relative;
    padding: 60px 120px 60px 60px;
  }

  .request-wrapper .request-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 293px;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .request-wrapper .request-left:after {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    width: 60px;
    height: 150px;
    background: url(../images/request-gray-arrow.png) no-repeat 50%;
  }

  .request-wrapper .request-right {
    height: 100%;
    text-align: right;
  }

  .request-wrapper .request-right .block-background-up-down {
    height: 100%;
    width: 85%;
    display: inline-block;
  }

  .request-wrapper .request-right .form-ajax-wrap {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .request-wrapper {
    text-align: center;
  }

  .request-wrapper .request-left {
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 36px !important;
    width: 60%;
  }

  .request-wrapper .request-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 70%;
    width: 110%;
    top: -25px;
    left: -25px;
    position: absolute;
  }
}

@media only screen and (max-width: 460px) {
  .request-wrapper .request-right {
    height: 100%;
    padding-top: 50px;
  }

  .request-wrapper .request-right .block-background-up-down {
    height: 100%;
  }

  .request-wrapper .request-right .form-ajax-wrap {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .request-wrapper .request-right {
    height: 100%;
    padding-top: 50px;
  }

  .request-wrapper .request-right .block-background-up-down {
    height: 100%;
    width: 75%;
    display: inline-block;
  }

  .request-wrapper .request-right .form-ajax-wrap {
    height: 100%;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .request-wrapper {
    text-align: center;
  }

  .request-wrapper .request-left {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 60%;
  }

  .request-wrapper .request-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 60%;
    width: 110%;
    top: -25px;
    left: -25px;
    position: absolute;
  }

  .request-wrapper .request-right {
    height: 100%;
    padding-top: 50px;
  }

  .request-wrapper .request-right .block-background-up-down {
    height: 100%;
    width: 75%;
    display: inline-block;
  }

  .request-wrapper .request-right .form-ajax-wrap {
    height: 100%;
    width: 100%;
  }

  .request-wrapper .request-right .form-ajax-wrap .personal-data {
    width: 70%;
    display: inline-block;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .request-wrapper > .container > .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .request-wrapper .request-left {
    position: relative;
    padding-right: 60px;
  }

  .request-wrapper .request-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 250px;
    width: 50%;
    top: -40px;
    left: -25px;
    position: absolute;
  }

  .request-wrapper .request-left:after {
    content: "";
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    width: 60px;
    height: 150px;
    background: url(../images/request-gray-arrow.png) no-repeat 50%;
  }

  .request-wrapper .request-right {
    height: 100%;
    text-align: right;
  }

  .request-wrapper .request-right .block-background-up-down {
    height: 100%;
    width: 85%;
    display: inline-block;
  }

  .request-wrapper .request-right .form-ajax-wrap {
    height: 100%;
  }
}

.clients-wrapper {
  margin: 70px 0;
}

.clients-wrapper .clients-description {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clients-wrapper .clients-description .clients-title,
.clients-wrapper .clients-link {
  color: #000;
}

.clients-wrapper .clients-link a {
  border-bottom: 1px solid #000;
  transition: border-bottom-color 0.15s linear;
  text-transform: uppercase;
  font: 24px Fred;
  font-weight: 400;
}

.clients-wrapper .clients-link a:hover {
  border-bottom-color: transparent;
}

.clients-wrapper .client-element {
  height: 220px;
  background: #eaeaea;
  position: relative;
  top: 0;
  left: 0;
  transition: top 0.15s linear, left 0.15s linear;
}

.clients-wrapper .client-element:hover {
  top: 10px;
  left: 10px;
}

.clients-wrapper .client-element a {
  height: 100%;
  display: block;
}

.clients-wrapper .client-element .image-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clients-wrapper .client-element .image-wrapper.dark {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.clients-wrapper .client-element .image-wrapper img {
  display: block;
  max-width: 115px;
  width: 100%;
  height: auto;
}

.clients-wrapper .button-standard {
  text-align: center;
  margin-top: 60px;
}

@media only screen and (min-width: 1200px) {
  .clients-wrapper .clients-description .clients-title {
    font: 54px Fred;
  }

  .clients-wrapper .row {
    margin: 0 -15px;
  }

  .clients-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .clients-wrapper {
    padding: 0 15px;
  }

  .clients-wrapper .container {
    position: relative;
    padding-bottom: 60px;
  }

  .clients-wrapper .row {
    margin: 0 -15px;
  }

  .clients-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .clients-wrapper .row > div:first-child {
    margin-bottom: 15px;
  }

  .clients-wrapper .clients-description .clients-title {
    font: 36px Fred;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .clients-wrapper .clients-description .clients-title {
    font: 36px Fred;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .clients-wrapper .clients-description .clients-title {
    font: 54px Fred;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .clients-wrapper .row {
    margin: 0 -15px;
  }

  .clients-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.work-steps {
  margin: 70px 0;
}

.work-steps .materials-block .image-wrapper {
  position: relative;
}

.work-steps .materials-block .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.work-steps .materials-block .description-wrapper {
  text-transform: uppercase;
  position: relative;
}

.work-steps .steps-wrapper .steps-description {
  color: #000;
}

.work-steps .work-message-wrapper {
  text-align: center;
  text-transform: uppercase;
}

.work-steps .button-standard {
  text-align: center;
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
  .work-steps .materials-block {
    position: relative;
    margin-bottom: 70px;
  }

  .work-steps .materials-block .image-wrapper {
    width: 50%;
    position: relative;
  }

  .work-steps .materials-block .image-wrapper img {
    z-index: 3;
    position: relative;
  }

  .work-steps .materials-block .description-wrapper {
    z-index: 5;
    font: 60px Fred;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    width: 65%;
    text-align: center;
  }

  .work-steps .materials-block .description-wrapper:after {
    width: 66.4%;
    height: 130%;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-top: 5px solid #e81b28;
    border-right: 5px solid #e81b28;
    border-bottom: 5px solid #e81b28;
    z-index: -1;
  }

  .work-steps .materials-block .description-wrapper p {
    display: inline-block;
    padding: 25px 25px 15px;
    background: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 30px;
  }

  .work-steps .materials-block .description-wrapper p:last-child {
    margin-bottom: 0;
  }

  .work-steps .steps-wrapper {
    display: -ms-flexbox;
    display: flex;
  }

  .work-steps .steps-wrapper .steps-description {
    font: 120px Fred;
    width: 190px;
    position: relative;
  }

  .work-steps .steps-wrapper .steps-description p {
    transform: rotate(-90deg);
    position: absolute;
    width: 550px;
    left: -214px;
    top: 180px;
  }

  .work-steps .steps-wrapper .step-element {
    padding-left: 150px;
    position: relative;
    /*display: -ms-flexbox;
      display: flex;*/
    margin-bottom: 50px;
  }

  .work-steps .steps-wrapper .step-element:last-child {
    margin-bottom: 0;
  }

  .work-steps .steps-wrapper .step-element .round {
    width: 70px;
    height: 70px;
    vertical-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    border-radius: 200px;
    border: 3px solid #e81b28;
  }

  .work-steps .steps-wrapper .step-element .round:after {
    background: #e81b28;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    content: "";
    border-radius: 40px;
  }

  .work-steps .steps-wrapper .step-element .round:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e81b28;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .work-steps .steps-wrapper .step-element .round .vertical-line {
    width: 3px;
    background: #e81b28;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
  }

  .work-steps .steps-wrapper .step-element .number {
    margin-right: 20px;
    width: 15%;
    text-align: center;
    /* -ms-flex: 0 0 15%;
      flex: 0 0 15%*/
    height: 160px;
    float: left;
  }

  .work-steps .steps-wrapper .step-element .number img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .work-steps .steps-wrapper .step-element .step-description {
    /* -ms-flex: 0 0 85%;
      flex: 0 0 85%;*/
    width: 85%;
    height: 160px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-info {
    font: 18px RobotoLight;
  }

  .work-steps .steps-wrapper .step-element:first-child .round:before {
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .work-steps .steps-wrapper .step-element:first-child .round .vertical-line {
    display: none;
  }

  .work-steps .steps-wrapper .step-element:last-child .round:before {
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }

  .work-steps .work-message-wrapper {
    font: 30px RobotoRegular;
    margin-top: 50px;
  }

  .work-steps .work-message-wrapper p {
    display: inline-block;
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .work-steps .materials-block {
    padding-right: 20px;
    margin-bottom: 30px;
  }

  .work-steps .materials-block .image-wrapper {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
  }

  .work-steps .materials-block .image-wrapper img {
    z-index: 3;
    width: 100%;
    position: relative;
  }

  .work-steps .materials-block .description-wrapper {
    font: 24px Fred;
  }

  .work-steps .materials-block .description-wrapper p {
    display: block;
    margin-bottom: 15px;
  }

  .work-steps .materials-block .description-wrapper p:last-child {
    margin-bottom: 0;
  }

  .work-steps .steps-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 3px;
  }

  .work-steps .steps-wrapper .steps-description {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  .work-steps .steps-wrapper .step-element {
    /*display: -ms-flexbox;
      display: flex;*/
    margin-bottom: 80px;
  }

  .work-steps .steps-wrapper .step-element:last-child {
    margin-bottom: 20;
  }

  .work-steps .steps-wrapper .step-element .round {
    display: none;
  }

  .work-steps .steps-wrapper .step-element .number {
    margin-right: 10px;
    /*width: 15%;*/
    text-align: center;
    /* -ms-flex: 0 0 15%;
      flex: 0 0 15%*/
    height: 140px;
    float: left;
  }

  /*.work-steps .steps-wrapper .step-element:nth-child(3) .number {
      height: 110px;
  }

  .work-steps .steps-wrapper .step-element:nth-child(4) .number {
      height: 115px;
  }*/

  .work-steps .steps-wrapper .step-element .number img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .work-steps .steps-wrapper .step-element .step-description {
    /*-ms-flex: 0 0 85%;
      flex: 0 0 85%;*/
    /*width: 85%;*/
    /* height: 160px; */
    min-height: 150px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-info {
    font: 18px RobotoLight;
  }

  .work-steps .work-message-wrapper {
    font: 18px RobotoRegular;
    margin-top: 30px;
  }

  .work-steps .work-message-wrapper p {
    display: inline-block;
    width: 90%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-steps .materials-block .description-wrapper {
    font: 36px Fred;
  }

  .work-steps .materials-block .description-wrapper:after {
    width: 57.2%;
    height: 130%;
  }

  .work-steps .steps-wrapper {
    /*  display: -ms-flexbox;
      display: flex;*/
    display: initial;
  }
  .steps-content {
    margin-left: 115px;
  }

  .work-steps .steps-wrapper .steps-description {
    font: 120px Fred;
    width: 325px;
    position: relative;
  }

  .work-steps .steps-wrapper .steps-description p {
    transform: rotate(-90deg);
    position: absolute;
    width: 550px;
    left: -214px;
    top: 180px;
  }

  .work-steps .steps-wrapper .step-element {
    margin-left: 15px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .work-steps .steps-wrapper .step-element:last-child {
    margin-bottom: 0;
  }

  .work-steps .steps-wrapper .step-element .round {
    display: none;
  }

  .work-steps .steps-wrapper .step-element .number {
    margin-right: 20px;
    width: 15%;
    text-align: center;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }

  .work-steps .steps-wrapper .step-element .number img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .work-steps .steps-wrapper .step-element .step-description {
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    width: 85%;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-info {
    font: 18px RobotoLight;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-steps .materials-block .description-wrapper {
    font: 48px Fred;
  }

  .work-steps .materials-block .description-wrapper:after {
    width: 58.2%;
    height: 130%;
  }

  .work-steps .steps-wrapper {
    /*display: -ms-flexbox;
      display: flex*/
    display: initial;
  }
  .steps-content {
    margin-left: 115px;
  }

  .work-steps .steps-wrapper .steps-description {
    font: 120px Fred;
    width: 260px;
    position: relative;
  }

  .work-steps .steps-wrapper .steps-description:after {
    width: 58.2%;
    height: 130%;
  }

  .work-steps .steps-wrapper .steps-description p {
    transform: rotate(-90deg);
    position: absolute;
    width: 550px;
    left: -214px;
    top: 180px;
  }

  .work-steps .steps-wrapper .step-element {
    padding-left: 150px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }

  .work-steps .steps-wrapper .step-element:last-child {
    margin-bottom: 0;
  }

  .work-steps .steps-wrapper .step-element .round {
    width: 70px;
    height: 70px;
    vertical-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
    border-radius: 200px;
    border: 3px solid #e81b28;
  }

  .work-steps .steps-wrapper .step-element .round:after {
    background: #e81b28;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    content: "";
    border-radius: 40px;
  }

  .work-steps .steps-wrapper .step-element .round:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #e81b28;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .work-steps .steps-wrapper .step-element .round .vertical-line {
    width: 3px;
    background: #e81b28;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
  }

  .work-steps .steps-wrapper .step-element .number {
    margin-right: 20px;
    width: 15%;
    text-align: center;
    /* -ms-flex: 0 0 15%;
      flex: 0 0 15%*/
    height: 160px;
    float: left;
  }

  .work-steps .steps-wrapper .step-element .number img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }

  .work-steps .steps-wrapper .step-element .step-description {
    /* -ms-flex: 0 0 85%;
      flex: 0 0 85%;*/
    width: 85%;
    height: 160px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-title {
    font: 48px Fred;
    margin-bottom: 20px;
  }

  .work-steps .steps-wrapper .step-element .step-description .step-info {
    font: 18px RobotoLight;
  }

  .work-steps .steps-wrapper .step-element:first-child .round:before {
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .work-steps .steps-wrapper .step-element:first-child .round .vertical-line {
    display: none;
  }

  .work-steps .steps-wrapper .step-element:last-child .round:before {
    height: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .work-steps .materials-block {
    position: relative;
    margin-bottom: 70px;
  }

  .work-steps .materials-block .image-wrapper {
    width: 60%;
    position: relative;
  }

  .work-steps .materials-block .image-wrapper img {
    z-index: 3;
    position: relative;
  }

  .work-steps .materials-block .description-wrapper {
    z-index: 5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 65%;
    text-align: center;
  }

  .work-steps .materials-block .description-wrapper p {
    display: inline-block;
    padding: 20px 20px 10px;
    background: hsla(0, 0%, 100%, 0.6);
    margin-bottom: 30px;
  }

  .work-steps .materials-block .description-wrapper p:last-child {
    margin-bottom: 0;
  }

  .work-steps .materials-block .description-wrapper:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-top: 5px solid #e81b28;
    border-right: 5px solid #e81b28;
    border-bottom: 5px solid #e81b28;
    z-index: -1;
  }

  .work-steps .work-message-wrapper {
    font: 24px RobotoRegular;
    margin-top: 50px;
  }

  .work-steps .work-message-wrapper p {
    display: inline-block;
    width: 80%;
  }
}

.smi-wrapper {
  margin: 70px 0;
}

.smi-wrapper .smi-title {
  text-transform: uppercase;
}

.smi-wrapper .smi-elements {
  margin-bottom: 15px;
}

.smi-wrapper .smi-elements .smi-element {
  padding: 30px;
  position: relative;
  height: 100%;
}

.smi-wrapper .smi-elements .smi-element a {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.smi-wrapper .smi-elements .smi-element .element-title {
  text-transform: uppercase;
  text-align: left;
  font: 24px Fred;
  padding-left: 30px;
  margin-bottom: 10px;
}

.smi-wrapper .smi-elements .smi-element .border {
  border: 3px solid #e81b28;
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 15px;
  height: 100%;
  width: 104%;
}

.smi-wrapper .smi-elements .smi-element .block-background-bottom-left {
  margin-top: auto;
  position: relative;
  left: -10px;
  background: transparent;
}

.smi-wrapper .smi-elements .smi-element .element-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.smi-wrapper .smi-button {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .smi-wrapper {
    text-align: center;
  }

  .smi-wrapper .smi-title {
    display: inline-block;
    font: 48px Fred;
    width: 60%;
    margin-bottom: 20px;
  }

  .smi-wrapper .smi-elements .row {
    margin: 0 -15px;
  }

  .smi-wrapper .smi-elements .row > div {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .smi-wrapper {
    text-align: center;
  }

  .smi-wrapper .smi-title {
    display: inline-block;
    font: 24px Fred;
    width: 100%;
    margin-bottom: 20px;
  }

  .smi-wrapper .block-background-bottom-left {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .smi-wrapper {
    text-align: center;
  }

  .smi-wrapper .smi-title {
    display: inline-block;
    font: 48px Fred;
    width: 75%;
    margin-bottom: 20px;
  }
}

.question-wrapper {
  margin: 70px 0;
}

.question-wrapper .question-left {
  position: relative;
  text-transform: uppercase;
}

.question-wrapper .question-left p span {
  margin-left: 5px;
}

.question-wrapper .question-right .question-content {
  width: 100%;
}

.question-wrapper .question-right .question-title {
  margin-bottom: 15px;
}

.question-wrapper .question-right .big-number {
  color: #eaeaea;
}

.question-wrapper .question-right .form-ajax-wrap {
  text-align: left;
}

.question-wrapper .question-right .form-ajax-wrap .form-item {
  margin-bottom: 15px;
}

.question-wrapper .question-right .images-list .image-element .image-wrapper a {
  display: block;
  position: relative;
}

.question-wrapper
  .question-right
  .images-list
  .image-element
  .image-wrapper
  a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url(../images/loupe.png) no-repeat 50%;
  opacity: 0;
  transition: opacity 0.15s linear;
  top: 0;
  left: 0;
}

.question-wrapper
  .question-right
  .images-list
  .image-element
  .image-wrapper
  a:hover:after {
  opacity: 1;
}

.question-wrapper
  .question-right
  .images-list
  .image-element
  .image-wrapper
  img {
  display: block;
  max-width: 100%;
  height: auto;
}

.question-wrapper .question-right .images-list .image-element .form-item {
  text-align: center;
  margin-top: 10px;
}

.question-wrapper
  .question-right
  .images-list
  .image-element
  .form-item
  .jq-radio {
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .question-wrapper .container > .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .question-wrapper .question-left {
    position: relative;
    padding: 60px 0 60px 60px;
    font: 60px Fred;
  }

  .question-wrapper .question-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .question-wrapper .question-right .form-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .question-wrapper .question-right.form-last-step {
    padding-bottom: 70px;
  }

  .question-wrapper .question-right .buttons-wrapper {
    position: absolute;
    bottom: 10px;
  }

  .question-wrapper
    .question-right
    .row
    > div:first-child
    .form-item:first-child {
    margin-top: 4px;
  }

  .question-wrapper .question-right .contact-data-elements {
    width: 65%;
  }

  .question-wrapper .question-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .question-wrapper .question-title {
    font: 24px RobotoRegular;
  }

  .question-wrapper .big-number {
    font: 320px RobotoBold;
    color: #eaeaea;
    line-height: 235px;
  }

  .question-wrapper .big-number.last-step {
    margin-right: 15px;
    min-width: 132px;
    min-height: 102px;
    background: url(../images/questions-tick.png) no-repeat 50%;
  }

  .question-wrapper .last-form-step .question-content {
    padding-bottom: 70px;
  }

  .question-wrapper .last-form-step .question-content.no-padding {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .question-wrapper .question-left {
    position: relative;
    padding: 30px 30px 15px;
    font: 36px Fred;
    display: inline-block;
  }

  .question-wrapper .question-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .question-wrapper .question-right .form-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .question-wrapper .question-right .question-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .question-wrapper .question-right .question-title {
    font: 24px RobotoRegular;
    min-height: 56px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .question-wrapper .question-right .big-number {
    font: 72px RobotoBold;
    color: #eaeaea;
    line-height: 60px;
  }

  .question-wrapper .question-right .big-number.last-step {
    margin-right: 5px;
    min-width: 36px;
    min-height: 60px;
    background: url(../images/questions-tick.png) no-repeat 50%;
    background-size: contain;
  }

  .question-wrapper
    .question-right
    .step-content
    .row
    > div:first-child
    .form-item:first-child {
    margin-top: 4px;
  }

  .question-wrapper .question-right .step-content .contact-data-elements {
    width: 60%;
  }

  .question-wrapper .question-right .buttons-wrapper {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .question-wrapper .question-left {
    position: relative;
    padding: 60px 60px 30px;
    font: 60px Fred;
    display: inline-block;
  }

  .question-wrapper .question-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .question-wrapper .question-right .form-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .question-wrapper .question-right .question-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .question-wrapper .question-right .question-title {
    font: 24px RobotoRegular;
  }

  .question-wrapper .question-right .big-number {
    font: 320px RobotoBold;
    color: #eaeaea;
    line-height: 235px;
  }

  .question-wrapper .question-right .big-number.last-step {
    margin-right: 15px;
    min-width: 132px;
    min-height: 102px;
    background: url(../images/questions-tick.png) no-repeat 50%;
  }

  .question-wrapper .question-right .step-content {
    position: relative;
  }

  .question-wrapper
    .question-right
    .step-content
    .row
    > div:first-child
    .form-item:first-child {
    margin-top: 4px;
  }

  .question-wrapper .question-right .step-content .contact-data-elements {
    width: 50%;
  }

  .question-wrapper .question-right .buttons-wrapper {
    position: absolute;
    bottom: 10px;
  }

  .question-wrapper .question-right .last-form-step .question-content {
    padding-bottom: 70px;
  }

  .question-wrapper
    .question-right
    .last-form-step
    .question-content.no-padding {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .question-wrapper .container > .row {
    -ms-flex-align: center;
    align-items: center;
  }

  .question-wrapper .question-left {
    position: relative;
    padding: 60px 0 60px 60px;
    font: 60px Fred;
  }

  .question-wrapper .question-left:before {
    content: "";
    background: #eaeaea;
    z-index: -1;
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .question-wrapper .question-right .form-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .question-wrapper .question-right .question-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 50px;
  }

  .question-wrapper .question-right .question-title {
    font: 24px RobotoRegular;
  }

  .question-wrapper .question-right .big-number {
    font: 320px RobotoBold;
    color: #eaeaea;
    line-height: 235px;
  }

  .question-wrapper .question-right .big-number.last-step {
    margin-right: 15px;
    min-width: 132px;
    min-height: 102px;
    background: url(../images/questions-tick.png) no-repeat 50%;
  }

  .question-wrapper .question-right .buttons-wrapper {
    position: absolute;
    bottom: 10px;
  }

  .question-wrapper
    .question-right
    .row
    > div:first-child
    .form-item:first-child {
    margin-top: 4px;
  }

  .question-wrapper .question-right .last-form-step .question-content {
    padding-bottom: 70px;
  }

  .question-wrapper
    .question-right
    .last-form-step
    .question-content.no-padding {
    padding-bottom: 0;
  }
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) 0 0 repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) 100% 0 repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(../images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(../images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  overflow: hidden;
}

#cboxContent,
.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  left: 0;
  text-align: center;
  width: 100%;
}

#cboxCurrent,
#cboxTitle {
  position: absolute;
  bottom: 4px;
  color: #949494;
}

#cboxCurrent {
  left: 58px;
}

#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat 50%;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat 50%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.thanks-wrapper {
  margin: 70px 0;
}

.thanks-wrapper .thanks-title {
  text-transform: uppercase;
  color: #000;
  margin-bottom: 30px;
}

.services-slider,
.thanks-wrapper .slider-wrapper {
  margin-bottom: 15px;
  width: calc(50% + 585px);
  margin-left: calc(50% - 585px);
}

@media (max-width: 1185px) {
  .services-slider,
  .thanks-wrapper .slider-wrapper {
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

.thanks-wrapper .slider-wrapper > button {
  display: none !important;
}

.thanks-wrapper .slider-wrapper .block-background-bottom-left {
  margin-right: 50px;
  margin-bottom: 30px;
}

.thanks-wrapper .slider-wrapper .thank-element {
  border: 3px solid #e81b28;
  position: relative;
}

.thanks-wrapper .slider-wrapper .thank-element a {
  display: block;
}

@media only screen and (min-width: 1200px) {
  .thanks-wrapper .thanks-title {
    font: 60px Fred;
  }
}

@media only screen and (max-width: 767px) {
  .thanks-wrapper .thanks-title {
    font: 36px Fred;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .thanks-wrapper .thanks-title {
    font: 48px Fred;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .thanks-wrapper .thanks-title {
    font: 72px Fred;
  }
}

.team-wrapper {
  margin: 70px 0;
}

.team-wrapper .team-title {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.team-wrapper .team-elements {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.team-wrapper .team-elements .team-element {
  position: relative;
  padding: 1px;
}

.team-wrapper .team-elements .team-element .image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.team-wrapper .team-elements .team-element .data-wrapper {
  width: 95%;
  position: absolute;
  left: 2.5%;
  padding: 4px;
  bottom: 2.5%;
  background: hsla(0, 0%, 100%, 0.7);
}

.team-wrapper .team-elements .team-element .data-wrapper .name {
  font: 18px RobotoBold;
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.team-wrapper .team-elements .team-element .data-wrapper .name:after {
  content: "";
  height: 2px;
  width: 33px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e81b28;
}

.team-wrapper .team-elements .team-element .data-wrapper .position {
  font: 16px RobotoRegular;
}

.team-wrapper .team-elements .team-element .our-team {
  background: #eaeaea;
  height: 100%;
  padding: 20px;
}

.team-wrapper .team-elements .team-element .our-team .our-team-title {
  font: 30px Fred;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.team-wrapper .team-elements .team-element .our-team .our-team-description {
  font: 18px RobotoLight;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) {
  .team-wrapper .team-title {
    font: 90px Fred;
    line-height: 80px;
  }
  .team-wrapper .team-elements .team-element.width-element {
    width: 468px;
  }
}

@media only screen and (max-width: 460px) {
  .team-wrapper .team-title {
    font: 48px Fred;
  }

  .team-wrapper .team-elements .team-element {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .team-wrapper .team-elements .team-element .our-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }

  .team-wrapper .team-elements .team-element .our-team .our-team-title {
    font-size: 22px;
  }

  .team-wrapper .team-elements .team-element .our-team .our-team-description {
    display: none;
  }

  .team-wrapper .team-elements .team-element .our-team .simple-button {
    margin-top: auto;
  }

  .team-wrapper .team-elements .team-element .our-team .simple-button a {
    font-size: 18px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 767px) {
  .team-wrapper .team-title {
    font: 48px Fred;
  }

  .team-wrapper .team-elements .team-element {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }

  .team-wrapper .team-elements .team-element .our-team {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-wrapper .team-elements .team-element .our-team .our-team-title {
    font-size: 22px;
  }

  .team-wrapper .team-elements .team-element .our-team .our-team-description {
    display: none;
  }

  .team-wrapper .team-elements .team-element .our-team .simple-button {
    margin-top: auto;
  }

  .team-wrapper .team-elements .team-element .our-team .simple-button a {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-wrapper .team-title {
    font: 48px Fred;
  }

  .team-wrapper .team-elements .team-element {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }

  .team-wrapper .team-elements .team-element .our-team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-wrapper .team-elements .team-element .our-team .our-team-description {
    display: none;
  }

  .team-wrapper .team-elements .team-element .our-team .simple-button {
    margin-top: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-wrapper .team-title {
    font: 72px Fred;
  }

  .team-wrapper .team-elements .team-element {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .team-wrapper .team-elements .team-element.width-element {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.questions-bottom-wrapper {
  margin: 70px 0;
}

.questions-bottom-wrapper .wrapper-title {
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.questions-bottom-wrapper .wrapper-content .question-element {
  border-top: 1px solid #000;
}

.questions-bottom-wrapper .wrapper-content .question-element:last-child {
  border-bottom: 1px solid #000;
}

.questions-bottom-wrapper .wrapper-content .question-element .question-title {
  text-transform: uppercase;
  padding-right: 50px;
  cursor: pointer;
  position: relative;
}

.questions-bottom-wrapper
  .wrapper-content
  .question-element
  .question-title:after,
.questions-bottom-wrapper
  .wrapper-content
  .question-element
  .question-title:before {
  content: "";
  width: 31px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: opacity 0.15s linear;
}

.questions-bottom-wrapper
  .wrapper-content
  .question-element
  .question-title:after {
  background: url(../images/questions-arrow.png) no-repeat 100%;
  opacity: 1;
}

.questions-bottom-wrapper
  .wrapper-content
  .question-element
  .question-title:before {
  background: url(../images/questions-arrow.png) no-repeat 0;
  opacity: 0;
}

.questions-bottom-wrapper .wrapper-content .question-element .question-content {
  font: 18px RobotoLight;
  margin-bottom: 20px;
}

.questions-bottom-wrapper
  .wrapper-content
  .question-element.opened
  .question-title:after {
  opacity: 0;
}

.questions-bottom-wrapper
  .wrapper-content
  .question-element.opened
  .question-title:before {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  .questions-bottom-wrapper .wrapper-title {
    margin-bottom: 60px;
  }

  .questions-bottom-wrapper .wrapper-title .title-top {
    font: 90px Fred;
  }

  .questions-bottom-wrapper .wrapper-title .title-bottom {
    font: 60px Fred;
  }

  .questions-bottom-wrapper .wrapper-content {
    margin: 0 10%;
    background: url(../images/question.png) no-repeat right 2px;
    min-height: 370px;
  }

  .questions-bottom-wrapper .wrapper-content .question-element .question-title {
    font: 30px Fred;
    padding: 25px 40px 17px 0;
  }

  .questions-bottom-wrapper
    .wrapper-content
    .question-element
    .question-content {
    padding-right: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .questions-bottom-wrapper .wrapper-title {
    margin-bottom: 30px;
  }

  .questions-bottom-wrapper .wrapper-title .title-top {
    font: 48px Fred;
  }

  .questions-bottom-wrapper .wrapper-title .title-bottom {
    font: 30px Fred;
  }

  .questions-bottom-wrapper .wrapper-content .question-element .question-title {
    font: 22px Fred;
    padding: 20px 40px 14px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .questions-bottom-wrapper .wrapper-title {
    margin-bottom: 30px;
  }

  .questions-bottom-wrapper .wrapper-title .title-top {
    font: 72px Fred;
  }

  .questions-bottom-wrapper .wrapper-title .title-bottom {
    font: 48px Fred;
  }

  .questions-bottom-wrapper .wrapper-content {
    background: url(../images/question.png) no-repeat right 2px;
    min-height: 370px;
  }

  .questions-bottom-wrapper .wrapper-content .question-element .question-title {
    font: 24px Fred;
    padding: 20px 40px 14px 0;
  }

  .questions-bottom-wrapper
    .wrapper-content
    .question-element
    .question-content {
    padding-right: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .questions-bottom-wrapper .wrapper-title {
    margin-bottom: 60px;
  }

  .questions-bottom-wrapper .wrapper-title .title-top {
    font: 100px Fred;
  }

  .questions-bottom-wrapper .wrapper-title .title-bottom {
    font: 60px Fred;
  }

  .questions-bottom-wrapper .wrapper-content {
    margin: 0 10%;
    background: url(../images/question.png) no-repeat right 2px;
    min-height: 370px;
  }

  .questions-bottom-wrapper .wrapper-content .question-element .question-title {
    font: 30px Fred;
    padding: 25px 40px 17px 0;
  }

  .questions-bottom-wrapper
    .wrapper-content
    .question-element
    .question-content {
    padding-right: 150px;
  }
}

.publications-wrapper .publication-item {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.publications-wrapper .publication-item:last-child {
  margin-bottom: 0;
}

.publications-wrapper .publication-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background: #d0d0d0;
}

.publications-wrapper .publication-item .publication-title {
  margin-bottom: 5px;
}

.publications-wrapper .publication-item .publication-title a {
  text-transform: uppercase;
  color: #000;
  transition: color 0.15s linear;
  font: 24px Fred;
  line-height: 20px;
}

.publications-wrapper .publication-item .publication-title a:hover {
  color: #e81b28;
}

.publications-wrapper .publication-item .publication-date {
  font: 16px RobotoRegular;
  color: #8b8b8b;
}

.right-services-wrapper .services-link-element {
  margin-bottom: 15px;
  padding-bottom: 16px;
  position: relative;
}

.right-services-wrapper .services-link-element:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background: #d0d0d0;
  bottom: 0;
  left: 0;
}

.right-services-wrapper .services-link-element:last-child {
  margin-bottom: 0;
}

.right-services-wrapper .services-link-element a {
  font: 24px Fred;
  text-transform: uppercase;
  color: #000;
  transition: color 0.15s linear;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
}

.right-services-wrapper .services-link-element a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 7px;
  height: 12px;
  background: url(../images/next.png) no-repeat 0;
}

.right-services-wrapper .services-link-element a:hover {
  color: #e81b28;
}

.right-block-wrapper .right-block-title {
  text-transform: uppercase;
  color: #8b8b8b;
  font: 18px RobotoBold;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 1200px) {
  .right-block-wrapper .right-block-content {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .right-block-wrapper .right-block-content {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .right-block-wrapper .right-block-content {
    margin-bottom: 40px;
  }
}

.remodal-overlay,
.remodal-portfolio-detail,
.remodal-wrapper {
  z-index: 999999;
  background: #ffffffd4;
}

.remodal-clients-detail {
  max-width: 100%;
  padding: 50px 0;
  text-align: left;
}

.remodal-clients-detail .remodal-close {
  right: 10px;
  top: 18px;
  left: auto;
}

.remodal-clients-detail .remodal-close:before {
  content: "";
  background: url(../images/close.png) no-repeat 50%;
  width: 100%;
  height: 100%;
}

.remodal-clients-detail .company-description .company-info .company-title {
  text-transform: uppercase;
  color: #000;
}

.remodal-clients-detail .company-description .company-info .company-text {
  color: #000;
}

.remodal-clients-detail .company-content .company-content-title {
  text-transform: uppercase;
  color: #000;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .remodal-clients-detail .company-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .remodal-clients-detail .company-description .company-logo {
    height: 260px;
    width: 260px;
    background: #eaeaea;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .remodal-clients-detail .company-description .block-background-one-block {
    margin-right: 10px;
  }

  .remodal-clients-detail .company-description .company-info {
    padding: 30px;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-info:after {
    border-top: 3px solid #e81b28;
    border-bottom: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .remodal-clients-detail .company-description .company-info .company-title {
    font: 36px Fred;
    margin-bottom: 30px;
  }

  .remodal-clients-detail .company-description .company-info .company-text {
    font: 18px RobotoRegular;
  }

  .remodal-clients-detail .company-content {
    margin: 0 15%;
  }

  .remodal-clients-detail .company-content .company-content-title {
    font: 48px Fred;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .remodal-clients-detail .company-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .remodal-clients-detail .company-description .company-logo {
    background: #eaeaea;
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
  }

  .remodal-clients-detail .company-description .company-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .remodal-clients-detail .company-description .block-background-one-block {
    height: 230px;
    width: 230px;
    margin-bottom: 30px;
  }

  .remodal-clients-detail .company-description .company-info {
    position: relative;
  }

  .remodal-clients-detail .company-description .company-info .company-title {
    font: 24px Fred;
    margin-bottom: 15px;
  }

  .remodal-clients-detail .company-description .company-info .company-text {
    font: 16px RobotoRegular;
  }

  .remodal-clients-detail .company-content .company-content-title {
    font: 36px Fred;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .remodal-clients-detail .company-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .remodal-clients-detail .company-description .company-logo {
    height: 230px;
    width: 230px;
    background: #eaeaea;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .remodal-clients-detail .company-description .block-background-one-block {
    margin-right: 10px;
  }

  .remodal-clients-detail .company-description .company-info {
    padding: 15px;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-info:after {
    border-top: 3px solid #e81b28;
    border-bottom: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .remodal-clients-detail .company-description .company-info .company-title {
    font: 24px Fred;
    margin-bottom: 15px;
  }

  .remodal-clients-detail .company-description .company-info .company-text {
    font: 16px RobotoRegular;
  }

  .remodal-clients-detail .company-content {
    margin: 0 10%;
  }

  .remodal-clients-detail .company-content .company-content-title {
    font: 48px Fred;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .remodal-clients-detail .company-description {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .remodal-clients-detail .company-description .company-logo {
    height: 260px;
    width: 260px;
    background: #eaeaea;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .remodal-clients-detail .company-description .block-background-one-block {
    margin-right: 10px;
  }

  .remodal-clients-detail .company-description .company-info {
    padding: 30px;
    position: relative;
  }

  .remodal-clients-detail .company-description .company-info:after {
    border-top: 3px solid #e81b28;
    border-bottom: 3px solid #e81b28;
    border-right: 3px solid #e81b28;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .remodal-clients-detail .company-description .company-info .company-title {
    font: 36px Fred;
    margin-bottom: 30px;
  }

  .remodal-clients-detail .company-description .company-info .company-text {
    font: 18px RobotoRegular;
  }

  .remodal-clients-detail .company-content {
    margin: 0 15%;
  }

  .remodal-clients-detail .company-content .company-content-title {
    font: 48px Fred;
    margin-bottom: 30px;
  }
}

.simple-gallery-wrapper .image-element a {
  display: block;
}

.simple-gallery-wrapper .image-element a img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .simple-gallery-wrapper {
    margin-bottom: 50px;
  }

  .simple-gallery-wrapper .row {
    margin: 0 -15px;
  }

  .simple-gallery-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .simple-gallery-wrapper,
  .simple-gallery-wrapper .row > div {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .simple-gallery-wrapper {
    margin-bottom: 50px;
  }

  .simple-gallery-wrapper .row {
    margin: 0 -15px;
  }

  .simple-gallery-wrapper .row > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.franchise-block-wrapper {
  margin: 70px 0;
}

.franchise-block-wrapper .franchise-block-content {
  font: 24px RobotoLight;
  border: 3px solid #e81b28;
  text-align: center;
  margin-bottom: 70px;
}

.franchise-block-wrapper .franchise-block-actions {
  text-align: center;
}

.franchise-block-wrapper .franchise-block-actions .button-standard a {
  padding: 20px 70px;
}

.franchise-block-wrapper .franchise-block-actions .button-standard a:after,
.franchise-block-wrapper .franchise-block-actions .button-standard a:before {
  background-size: 100% 100%;
  width: 420px;
}

@media only screen and (min-width: 1200px) {
  .franchise-block-wrapper .franchise-block-content {
    padding: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .franchise-block-wrapper .franchise-block-content {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .franchise-block-wrapper .franchise-block-content {
    padding: 30px;
  }
}

.reasons-wrapper {
  margin: 70px 0;
}

.reasons-wrapper .reasons-title {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  margin-bottom: 60px;
}

.reasons-wrapper .reasons-content .reason-element {
  position: relative;
  padding-left: 50px;
}

.reasons-wrapper .reasons-content .reason-element .reason-title {
  font: 30px Fred;
  text-transform: uppercase;
  color: #e81b28;
  margin-bottom: 15px;
  margin-left: 50px;
}

.reasons-wrapper .reasons-content .reason-element .reason-description {
  font: 18px RobotoLight;
  border: 3px solid #eaeaea;
  padding: 20px 20px 20px 50px;
}

.reasons-wrapper .reasons-content .reason-element .reason-image {
  position: absolute;
  left: 0;
  top: 0;
}

.reasons-wrapper .reasons-content .reason-element .reason-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .reasons-wrapper .reasons-title {
    font: 60px Fred;
  }

  .reasons-wrapper .reasons-content .row {
    margin: 0 -15px;
  }

  .reasons-wrapper .reasons-content .row > div {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .reasons-wrapper .reasons-title {
    font: 48px Fred;
  }

  .reasons-wrapper .reasons-content .row > div {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .reasons-wrapper .reasons-title {
    font: 60px Fred;
  }

  .reasons-wrapper .reasons-content .row {
    margin: 0 -15px;
  }

  .reasons-wrapper .reasons-content .row > div {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

.element-wrapper-doposle {
  width: 100%;
  padding-bottom: 20px;
  text-align: right;
  line-height: 25px;
  margin-bottom: 35px;
  border-bottom: 5px solid #e81b28;
}

.large-8 {
  width: 67%;
  float: left;
}

.large-4 {
  width: 33%;
  float: right;
  padding-left: 30px;
}

.doposleh3 .field-content {
  color: #000;
  font: 24px RobotoBold;
  transition: color 0.15s linear, border-bottom-color 0.15s linear;
  text-transform: uppercase;
}

.doposlepolzunokinfo {
  margin-top: 20px;
}

.doposle-title {
  font: 90px Fred;
  line-height: 80px;
  text-transform: uppercase;
}
.video-block {
  max-width: 100%;
}
iframe {
  max-width: 100%;
}
@media (max-width: 800px) {
  .large-4 {
    width: 100%;
    float: unset;
    padding-left: 0;
    position: relative;
  }

  .large-8 {
    width: 100%;
    float: unset;
  }

  .element-wrapper-doposle {
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .element-wrapper-doposle .large-4 {
    width: 100% !important;
    float: unset !important;
    padding-left: 0 !important;
    position: relative;
    text-align: left;
  }
  .element-wrapper-doposle .large-8 {
    width: 100% !important;
    float: unset !important;
  }

  .doposlepolzunokinfo {
    margin-top: 0;
  }

  /*.doiposlepolzunokinfoblock {
      position: absolute;
      top: 10px;
      z-index: 333;
      right: 0;
      text-align: right
  }*/

  img.doposlepolzunokinfo {
    max-width: 175px;
  }
  .doiposlepolzunokinfoblock {
    width: 100%;
    text-align: right;
  }
}

.blockinfodoposlet p {
  padding-bottom: 10px;
}
h3.doposleh3 {
  font-size: 20px;
  margin: 0 0 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .logo-wrapper a img {
    max-width: 85%;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  header .header-top .city-select .city-content {
    text-align: left !important;
    margin-left: 25px;
  }
  header .header-top .phone-number {
    text-align: left !important;
    margin-left: 25px;
    padding-bottom: 10px !important;
  }
  header .header-top .city-select {
    margin-bottom: 5px;
  }
  header .logo-wrapper a img {
    margin-left: 25px;
  }
  header .header-top .city-select {
    margin-bottom: 5px;
  }
  .button-wrapper {
    top: 100px;
  }
}
@media (max-width: 600px) {
  .logo-wrapper {
    text-align: left;
    position: absolute !important;
    top: 90px;
    margin-left: 56px;
    margin-top: -20px;
    z-index: 100;
    padding-left: 0 !important;
    max-width: 40%;
  }
  header .header-top .city-select .city-content {
    text-align: left;
    margin-left: 10px;
  }
  .phone-number {
    /*position: absolute;*/
    top: -38px;
    right: 10px;
    text-align: left;
  }
  .headbtn {
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  #block-smarttelephoneblock--2 a {
    padding-left: 10px;
  }
  /*header .logo-wrapper a img {
      max-width: 75%;
  }
  header .logo-wrapper a img {
      max-width: 65%;
  }*/
  .button-wrapper {
    left: 17px;
    top: 70px;
    width: 30px;
  }
  .logo-wrapper {
    position: absolute;
    top: 90px;
    padding-left: 10px;
  }
  .headbtn {
    margin-top: -50px !important;
    font-size: 20px;
    padding: 10px 10px 5px 10px !important;
  }
  .phoneinheadercustom {
    float: right !important;
    margin-top: 14px !important;
    margin-bottom: -10px !important;
  }
}
@media (max-width: 460px) {
  .simple-gallery-wrapper .image-element a img {
    margin: 0 auto;
  }
}
@media (max-width: 442px) {
  .bottom-content .arrow-wrapper {
    text-align: center;
    display: none;
  }
  .bottom-content .content-title {
    margin-bottom: 65px;
  }
  .bottom-content .content-title {
    margin-bottom: 10px !important;
    margin-top: -15px;
  }
}

@media (max-width: 400px) {
  img.doposlepolzunokinfo {
    width: 60%;
  }
  /*header .logo-wrapper a img {
      max-width: 80%;
      margin: 0 auto;
  }*/
}
@media (max-width: 375px) {
  .bottom-content .content-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 980px) {
  .portfolio-wrapper .portfolio-title-wrapper {
    float: none;
  }
  .portfolio-wrapper .portfolio-button-wrapper {
    float: none;
    margin: 0;
  }
  .portfolio-wrapper .portfolio-button {
    display: block;
  }

  .button-wrapper {
  }

  .wysiwyg-content iframe {
    width: 100%;
  }

  /*.wysiwyg-content {
      word-break: break-all;
  }*/

  .responsive-height-wrapper .bottom-content {
    padding: 70px 15px 0 15px;
  }
}

@media (min-width: 760px) and (max-width: 980px) {
  .button-wrapper {
    top: 10px;
  }
}

@media (min-width: 760px) and (max-width: 1025px) {
  .portfolio-wrapper .portfolio-button-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 321px) {
  .work-steps .steps-wrapper .step-element:nth-child(2) .step-title {
    font: 45px Fred;
  }

  .button-standard a,
  .button-standard input[type="submit"] {
    font: 27px Fred;
  }

  .button-get-price input[type="submit"] {
    padding: 10px 37px !important;
  }

  .button-standard.button-small-blick a,
  .button-standard.button-small-blick input[type="submit"] {
    padding: 10px 60px;
  }

  .button-zakazoform input[type="submit"] {
    padding: 10px 64px !important;
  }

  .button-get-faq input[type="submit"] {
    padding: 10px 42px !important;
  }

  .form-ajax-wrap .form-item .jq-radio {
    margin-right: -2px;
  }

  header .header-top .city-select .city-content {
    font: 23px Fred;
  }
}
.school-btn {
  text-align: center;
  margin: -20px 0 30px;
}
.school-btn a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  background-size: contain;
  cursor: pointer;
  font: 30px Fred;
  padding: 20px 34px;
  border: 0;
  background: url(../images/button-2.png) no-repeat 0;
}
.page-own-content .image-wrapper .image-slide img {
  width: 230px;
  height: 230px;
}
.serv-slide {
  width: 246px;
  height: 309px;
  margin: 0 30px;
  position: relative;
}
.services-wrapper .slick-arrow {
  display: none !important;
}
.serv-slide .item-title {
  text-transform: uppercase;
  font: 24px Fred;
  max-width: 230px;
  margin: 10px 0 0 26px;
  max-width: 230px;
  height: 48px;
}
.serv-slide .image-slide {
  width: 230px;
  height: 230px;
  margin: 0;
}
.serv-slide .block-background-bottom-left:before,
.serv-slide .block-background-bottom-left:after {
  width: 230px;
}
.serv-slide .border {
  border: 3px solid #e81b28;
  position: absolute;
  height: 269px;
  width: 246px;
  top: 0;
  left: 16px;
}
@media (max-width: 480px) {
  .services-wrapper .actions-wrapper {
    flex-direction: column;
  }
}
