html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table.fr-dashed-borders td,
table.fr-dashed-borders th {
  border-style: dashed;
}
table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}
table td.fr-highlighted,
table th.fr-highlighted {
  border: 1px double red;
}
table td.fr-thick,
table th.fr-thick {
  border-width: 2px;
}
.fr-file {
  position: relative;
}
.fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: 400;
}
/*span.fr-emoticon {*/
/*font-weight: 400;*/
/*font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;*/
/*display: inline;*/
/*line-height: 0*/
/*}*/
/*span.fr-emoticon.fr-emoticon-img {*/
/*font-size: inherit;*/
/*height: 1em;*/
/*width: 1em;*/
/*min-height: 20px;*/
/*min-width: 20px;*/
/*display: inline-block;*/
/*margin: -.2em .15em .2em;*/
/*line-height: normal;*/
/*vertical-align: middle*/
/*}*/
.fr-text-gray {
  color: #AAA !important;
}
.fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}
.fr-text-spaced {
  letter-spacing: 1px;
}
.fr-text-uppercase {
  text-transform: uppercase;
}
img.fr-dib {
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}
img.fr-dib.fr-fil {
  margin: 5px auto 5px 0;
  left: 5px;
}
img.fr-dib.fr-fir {
  margin: 5px 0 5px auto;
  right: 5px;
}
img.fr-dii {
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
img.fr-dii.fr-fil {
  margin: 15px 15px 15px 0;
  left: 5px;
  float: left;
}
img.fr-dii.fr-fir {
  margin: 15px 0 15px 15px;
  right: 5px;
  float: right;
}
img.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}
img.fr-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box;
}
.fr-video {
  text-align: center;
  position: relative;
}
.fr-video > * {
  box-sizing: content-box;
  max-width: 100%;
  border: 0;
}
.fr-video.fr-dvb {
  display: block;
  clear: both;
}
.fr-video.fr-dvb.fr-fvl {
  text-align: left;
}
.fr-video.fr-dvb.fr-fvr {
  text-align: right;
}
.fr-video.fr-dvi {
  display: inline-block;
}
.fr-video.fr-dvi.fr-fvl {
  float: left;
}
.fr-video.fr-dvi.fr-fvr {
  float: right;
}
a.fr-strong {
  font-weight: 700;
}
a.fr-green {
  color: green;
}
a.fr-view.fr-strong {
  font-weight: 700;
}
a.fr-view.fr-green {
  color: green;
}
img.fr-view {
  z-index: 3;
  position: relative;
  overflow: auto;
  cursor: pointer;
}
img.fr-view.fr-dib {
  display: block;
  float: none;
  vertical-align: top;
  margin-top: 5px;
  margin-bottom: 5px;
}
img.fr-view.fr-dib.fr-fil {
  margin: 15px 15px 15px 0;
  left: 5px;
}
img.fr-view.fr-dib.fr-fir {
  margin: 15px 0 15px 15px;
  right: 5px;
}
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  margin-top: 5px;
  margin-bottom: 5px;
}
img.fr-view.fr-dii.fr-fil {
  margin: 15px 15px 15px 0;
  left: 5px;
  float: left;
}
img.fr-view.fr-dii.fr-fir {
  margin: 15px 0 15px 15px;
  right: 5px;
  float: right;
}
img.fr-view.fr-rounded {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: padding-box;
}
img.fr-view.fr-bordered {
  border: solid 10px #CCC;
  box-sizing: content-box;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/* ---- VARIABLES ---- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');
img {
  width: 100%;
  height: auto;
}
/* ---- FONTS ---- */
@font-face {
  font-family: 'MullerBlack';
  src: url('../fonts/hinted-subset-MullerBlack.eot');
  src: url('../fonts/hinted-subset-MullerBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerBlack.woff2') format('woff2'), url('../fonts/hinted-subset-MullerBlack.woff') format('woff'), url('../fonts/hinted-subset-MullerBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MullerHeavy';
  src: url('../fonts/hinted-subset-MullerHeavy.eot');
  src: url('../fonts/hinted-subset-MullerHeavy.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerHeavy.woff2') format('woff2'), url('../fonts/hinted-subset-MullerHeavy.woff') format('woff'), url('../fonts/hinted-subset-MullerHeavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'MullerHairline';
  src: url('../fonts/hinted-subset-MullerHairline.eot');
  src: url('../fonts/hinted-subset-MullerHairline.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerHairline.woff2') format('woff2'), url('../fonts/hinted-subset-MullerHairline.woff') format('woff'), url('../fonts/hinted-subset-MullerHairline.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'MullerLight';
  src: url('../fonts/hinted-subset-MullerLight.eot');
  src: url('../fonts/hinted-subset-MullerLight.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerLight.woff2') format('woff2'), url('../fonts/hinted-subset-MullerLight.woff') format('woff'), url('../fonts/hinted-subset-MullerLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'MullerBold';
  src: url('../fonts/hinted-subset-MullerBold.eot');
  src: url('../fonts/hinted-subset-MullerBold.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerBold.woff2') format('woff2'), url('../fonts/hinted-subset-MullerBold.woff') format('woff'), url('../fonts/hinted-subset-MullerBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/hinted-subset-MullerRegular.eot');
  src: url('../fonts/hinted-subset-MullerRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-subset-MullerRegular.woff2') format('woff2'), url('../fonts/hinted-subset-MullerRegular.woff') format('woff'), url('../fonts/hinted-subset-MullerRegular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
.header .logo__img {
  margin-top: -15px;
}
.header .container {
  position: static;
}
.header--start {
  box-shadow: none;
  border-bottom: none;
  width: 100%;
}
.header--start .logo {
  display: none;
}
.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 67px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .header__inner {
    -ms-flex-align: center;
        align-items: center;
  }
}
.footer--no-instruments .instruments {
  display: none;
}
.footer--index {
  border: none;
}
.footer__border {
  border-top: 2px solid #1897b8;
}
.footer__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 52px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 650px) {
  .footer__inner {
    -ms-flex-pack: justify;
        justify-content: space-between;
    min-height: 58px;
    height: auto;
  }
}
@media (min-width: 320px) and (max-width: 650px) {
  .footer__logo {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .footer__logo img {
    width: 45px;
  }
}
.footer__info {
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 320px) and (max-width: 650px) {
  .footer__info {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.footer__item {
  padding-right: 20px;
  font-size: 14px;
  font-family: 'Muller', sans-serif;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 650px) {
  .footer__item {
    font-size: 12px;
  }
  .footer__item:first-child {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .footer__item:nth-child(2) {
    position: absolute;
    top: 10px;
    right: 0;
    padding-right: 0;
  }
  .footer__item:last-child {
    position: absolute;
    bottom: 10px;
    left: 0;
  }
}
.gamburg {
  width: 34px;
  height: 25px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .gamburg {
    display: block;
  }
}
.gamburg.open .gamburg__item1:before {
  top: 12px;
  width: 12px;
  transform: rotate(45deg);
  transform-origin: left bottom;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.gamburg.open .gamburg__item1:after {
  top: 12px;
  width: 12px;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, top 0.3s 0.3s;
}
.gamburg.open .gamburg__item2 {
  width: 4px;
  height: 4px;
  margin: 0 auto;
  margin-top: -2px;
}
.gamburg.open .gamburg__item3:before {
  bottom: 11px;
  width: 12px;
  transform: rotate(-45deg);
  transform-origin: left top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.gamburg.open .gamburg__item3:after {
  bottom: 11px;
  width: 12px;
  transform: rotate(45deg);
  transform-origin: right top;
  transition: transform 0.3s 0.3s, width 0.3s 0.3s, bottom 0.3s 0.3s;
}
.gamburg__item1:before {
  content: '';
  left: 50%;
  top: 0;
  position: absolute;
  width: 50%;
  transform-origin: left bottom;
  height: 5px;
  background: #21adf6;
  transition: transform 0.3s, top 0.3s;
  border-radius: 0 3px 3px 0;
}
.gamburg__item1:after {
  content: '';
  right: 50%;
  top: 0;
  position: absolute;
  width: 50%;
  transform-origin: left bottom;
  height: 5px;
  background: #21adf6;
  transition: transform 0.3s, top 0.3s;
  border-radius: 3px 0  0 3px;
}
.gamburg__item2 {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: -2.5px;
  background: #21adf6;
  transition: transform 0.3s 0.3s, width 0.3s 0.1s;
  border-radius: 3px;
}
.gamburg__item3:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50%;
  transform-origin: left top;
  height: 5px;
  background: #21adf6;
  transition: transform 0.3s, bottom 0.3s;
  border-radius: 0 3px 3px 0;
}
.gamburg__item3:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 50%;
  transform-origin: right top;
  height: 5px;
  background: #21adf6;
  transition: transform 0.3s, bottom 0.3s;
  border-radius: 3px 0 0 3px;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
body {
  color: #000;
  text-align: left;
  font-family: 'Muller', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
}
body.lock {
  overflow: hidden;
}
.link {
  color: #2d2d2d;
  text-decoration: none;
  transition: .3s;
  font-size: 18px;
}
.link:hover {
  text-decoration: none;
  color: #1998b8;
  transition: .3s;
}
.link.active {
  text-decoration: none;
  color: #1998b8;
}
.link__menu {
  font-weight: 700;
  padding: 5px;
  font-size: 16px;
}
@media (min-width: 767px) and (max-width: 1366px) {
  .link__menu {
    font-weight: 500;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .link__menu {
    text-decoration: none;
    color: #2d2d2d;
    display: block;
    padding: 0 20px;
  }
}
.link__menu.active {
  text-decoration: none;
  color: #1998b8;
}
@media (min-width: 320px) and (max-width: 767px) {
  .link__menu.active {
    text-decoration: none;
    color: #1998b8;
    display: block;
    width: 100%;
    padding: 0 20px;
  }
}
.link__mail {
  text-decoration: underline;
  color: #2d2d2d;
}
.link__mail:hover {
  text-decoration: none;
  color: #2d2d2d;
}
.link__phone {
  color: #2d2d2d;
  font-family: 'MullerBold', sans-serif;
}
.link__phone:hover {
  color: #2d2d2d;
}
.link--footer {
  font-size: 14px;
  font-family: 'Muller', sans-serif;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 650px) {
  .link--footer {
    font-size: 12px;
  }
}
.menu.active {
  width: 100%;
  top: 0;
  padding-top: 67px;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  transition: height .3s .5s;
  height: 100%;
  overflow: auto;
  z-index: 10;
  text-align: center;
}
.menu.active .menu__list {
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 20px 0;
  -ms-flex-direction: column;
      flex-direction: column;
}
.menu.active .menu__item {
  padding: 0;
  line-height: 30px;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 767px) {
  .menu {
    position: absolute;
    display: block;
    width: 0;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
    transition: height .3s .3s;
  }
}
.menu__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.menu__item {
  padding-right: 90px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .menu__item {
    padding-right: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu__item {
    padding-right: 10px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .menu__item {
    padding-top: 30px !important;
  }
}
.menu__item:last-child {
  padding-right: 0;
}
.logo {
  position: relative;
}
.logo--header {
  padding-left: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .logo--header {
    display: none;
  }
}
.logo__img {
  width: 100px;
}
.logo__img--footer {
  width: 70px;
}
.start .logo img {
  width: 700px;
}
@media (min-width: 320px) and (max-width: 1366px) {
  .start .logo img {
    width: 100%;
    max-width: 440px;
    padding: 0 20px;
  }
}
.start__inner {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}
.start__name {
  font-size: 22px;
  font-family: 'MullerBold', sans-serif;
  text-transform: uppercase;
  color: #bfbfbf;
  width: 100%;
  text-align: center;
  line-height: 1.122;
  margin-top: 10px;
  padding: 0 18px;
}
@media (min-width: 320px) and (max-width: 1366px) {
  .start__name {
    font-size: 18px;
  }
}
.phone {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.container {
  position: relative;
  width: 1100px;
  min-width: 320px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 735px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 18px;
  }
}
.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  margin: 0;
}
.wrapper--start {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}
.wrapper--start .link__menu {
  font-size: 18px;
}
.main {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-preferred-size: auto;
  padding: 40px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .main {
    padding: 0 0 10px;
  }
}
.main--partfolio2 {
  background: #40a9c4;
}
.instruments {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 80px;
}
@media (min-width: 320px) and (max-width: 1366px) {
  .instruments {
    margin-bottom: 40px;
  }
}
.instruments__item {
  margin-right: 100px;
  opacity: .4;
  transition: .3s;
  filter: grayscale(70%);
}
@media (min-width: 320px) and (max-width: 599px) {
  .instruments__item {
    margin-right: 10px;
  }
  .instruments__item img {
    width: 80%;
  }
}
.instruments__item:hover {
  opacity: 1;
  transition: .3s;
  filter: grayscale(0);
}
.instruments__item:hover img {
  animation: vibro .7s linear;
}
.instruments__item:last-child {
  margin-right: 0;
}
.project {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.project__item {
  width: calc(100% / 6);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  position: relative;
}
.project__item:hover img {
  transition: .4s;
  transform: scale(0);
}
.project__item:hover .project__content {
  opacity: 1;
  transition: .3s;
}
.project__item:hover .project__content span:first-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.project__item:hover .project__content span:last-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .project__item {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .project__item:last-child {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .project__item {
    width: calc(100%/4);
  }
  .project__item:nth-child(5) {
    display: none;
  }
  .project__item:nth-child(6) {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .project__item {
    width: calc(100%/3);
  }
  .project__item:nth-child(4) {
    display: none;
  }
  .project__item:nth-child(5) {
    display: none;
  }
  .project__item:nth-child(6) {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 399px) {
  .project__item {
    width: 100%;
  }
}
.project__item:first-child:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 152, 184, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:first-child:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 152, 184, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:nth-child(2):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 183, 25, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:nth-child(2):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 183, 25, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:nth-child(3):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(167, 108, 23, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:nth-child(3):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(167, 108, 23, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:nth-child(4):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(125, 125, 125, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:nth-child(4):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(125, 125, 125, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:nth-child(5):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 82, 177, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:nth-child(5):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 82, 177, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:nth-child(6):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(148, 20, 20, 0.7);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover:nth-child(6):after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(148, 20, 20, 0.9);
  position: absolute;
  z-index: 2;
  transition: .3s;
}
.project__item:hover .project__content {
  opacity: 1;
  transition: .3s;
}
.project__item:hover .project__content span:first-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.project__item:hover .project__content span:last-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.project__content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 3;
  opacity: 0;
  transition: .3s;
  color: #fff;
}
.project__content span:first-child {
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: 'MullerBold', sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.project__content span:last-child {
  transform: translateY(200px);
  transition: all 0.3s ease-in-out;
}
.partfolio-secondary__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.partfolio-secondary__name {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
}
.partfolio-secondary__logo {
  padding-right: 15px;
}
.page-content {
  line-height: 1.4;
}
.page-content--fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}
.page-content--white {
  color: #fff;
}
.page-content p {
  font-size: 18px;
  margin: 20px 0;
  font-weight: 400;
  line-height: 30px;
}
.page-content b {
  font-weight: 700;
}
.page-content h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin: 20px 0;
}
.page-content h2 {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
}
.page-content h2 + p,
.page-content h2 + ul,
.page-content h2 + blockquote {
  margin-top: 5px;
}
.page-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 5px;
}
.page-content h3 + p,
.page-content h3 + ul,
.page-content h3 + blockquote {
  margin-top: 5px;
}
.page-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0;
}
.page-content h4 + p,
.page-content h4 + ul,
.page-content h4 + blockquote {
  margin-top: 5px;
}
.page-content ul {
  margin: 0;
  list-style: none;
}
.page-content ul li {
  position: relative;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
}
.page-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #168099;
}
.page-content blockquote {
  margin: 20px 0;
  border-left: 3px solid #1998b8;
  padding: 5px 10px 10px 30px;
  color: #3d3d3d;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
}
.page-content a {
  color: #23879f;
  text-decoration: none;
}
.page-content a:hover {
  text-decoration: underline;
}
.partfolio__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.partfolio__img {
  vertical-align: bottom;
  opacity: 0.3;
  position: relative;
  z-index: 3;
  transition: .4s;
}
.partfolio__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partfolio__item {
  margin: 0 10px 10px 0;
  position: relative;
  color: #fff;
  width: calc(25% - 10px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item.big {
  width: calc(50% - 10px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item.big {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item.big:last-of-type {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item.big:last-of-type {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item:nth-child(4) {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item:nth-child(4) {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item:nth-child(6n) {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item:nth-child(6n) {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item:nth-child(6n-2) {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item:nth-child(6n-2) {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.partfolio__item:hover {
  text-decoration: none;
  color: #fff;
}
.partfolio__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #4a4a4a;
}
.partfolio__item.blue:after {
  background: #1998b8;
}
.partfolio__item.red:after {
  background: #710f0f;
}
.partfolio__item.gray:after {
  background: #4a4a4a;
}
.partfolio__item.yellow:after {
  background: #b89419;
}
.partfolio__item.dark-blue:after {
  background: #1977b8;
}
.partfolio__item:hover .partfolio__img {
  transition: .4s;
  transform: scale(0);
}
.partfolio__item:hover .partfolio__content {
  opacity: 1;
  transition: .3s;
}
.partfolio__item:hover .partfolio__content span:first-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.partfolio__item:hover .partfolio__content span:last-child {
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
}
.partfolio__item:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #4a4a4a;
}
.partfolio__item:last-child {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio__item:last-child {
    margin: 0 auto;
  }
}
.partfolio__type {
  position: absolute;
  bottom: 5px;
  left: 5px;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  font-size: 12px;
  font-family: 'MullerLight', sans-serif;
}
.partfolio__type span {
  padding-left: 10px;
  line-height: 16px;
}
.partfolio__name {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #000;
  color: #fff;
  line-height: 22px;
  padding-left: 10px;
  min-width: 130px;
  font-size: 12px;
  font-family: 'MullerLight', sans-serif;
}
.partfolio__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  z-index: 3;
  opacity: 0;
  transition: .3s;
  color: #fff;
}
.partfolio__content span:first-child {
  transform: translateY(-100px);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-family: 'MullerBold', sans-serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}
.partfolio__content span:last-child {
  transform: translateY(200px);
  transition: all 0.3s ease-in-out;
}
.klienti__header {
  text-align: center;
  color: #1998b8;
  padding: 3px 0 20px 0;
  font-size: 22px;
  font-family: 'MullerBold', sans-serif;
}
.klienti__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 20px;
  transition: .3s;
  color: #9c9b9b;
  font-size: 16px;
  opacity: 0;
  padding-top: 20px;
  text-decoration: none;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 991px) {
  .klienti__content {
    opacity: 1;
  }
}
.klienti__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.klienti__item {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  height: 265px;
  background: #f1f1f1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  overflow: hidden;
  transition: .3s;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .klienti__item {
    width: 100%;
    max-width: 440px;
    margin: 0 auto 10px;
  }
}
.klienti__item:hover {
  text-decoration: none;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
}
.klienti__item:hover .klienti__content {
  opacity: 1;
  transition: .3s;
}
.klienti__item:nth-child(2n) {
  margin-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .klienti__item:nth-child(2n) {
    margin-right: auto;
  }
}
.klienti__item img {
  width: auto;
  transition: .3s;
}
.heading {
  text-align: center;
  margin-bottom: 30px;
}
.heading__first {
  color: #1998b8;
  font-size: 120px;
  font-family: 'MullerBlack', sans-serif;
}
@media (min-width: 768px) and (max-width: 1366px) {
  .heading__first {
    font-size: 80px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .heading__first {
    font-size: 40px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .heading__first span {
    display: block;
  }
}
.heading__first span:first-child {
  text-transform: lowercase;
  padding-right: 30px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .heading__first span:first-child {
    padding-right: 0;
  }
}
.heading__first span:last-child {
  text-transform: uppercase;
}
.heading__second {
  color: #bfbfbf;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'MullerBold', sans-serif;
  padding: 0 100px;
  line-height: 1.3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .heading__second {
    padding: 0 20px;
    font-size: 14px;
  }
}
.services {
  margin-bottom: 40px;
}
.services__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.services__item {
  max-width: 25%;
  padding-right: 30px;
  font-size: 14px;
  color: #676767;
}
@media (min-width: 320px) and (max-width: 767px) {
  .services__item {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.services__item p:not(:first-child) {
  padding: 5px 10px;
  line-height: 1.3;
  transition: .3s;
}
.services__name {
  color: #1998b8;
  text-decoration: underline;
  padding: 0 0 20px 10px;
  display: block;
  font-family: 'MullerBold', sans-serif;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (min-width: 320px) and (max-width: 767px) {
  .services__name {
    margin-top: 20px;
  }
}
.data {
  font-size: 14px;
}
.data__link {
  display: block;
  padding-bottom: 15px;
  text-decoration: none;
  font-size: 14px;
  color: #676767;
}
.data__item:first-child {
  padding-right: 40px;
  color: #1998b8;
  text-decoration: underline;
  text-transform: uppercase;
}
.contacts__data {
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 30px 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .contacts__data {
    padding-top: 0;
  }
}
.form {
  font-family: 'Open Sans', sans-serif;
}
.form__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 320px) and (max-width: 767px) {
  .form__row {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .form__btn {
    text-align: center;
  }
}
.form__item {
  padding-right: 25px;
  width: 365px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .form__item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
    position: relative;
  }
}
.form__item:last-child {
  padding-right: 0;
}
.form__item.error .form__error {
  display: block;
}
.form__item.error .form__input {
  border-color: #a60606;
  transition: .3s;
  animation: vibro .3s linear;
}
.form__error {
  display: none;
  position: absolute;
  bottom: -15px;
  font-size: 10px;
  color: #ae1d1d;
  padding-left: 17px;
}
.form__input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  border: 2px solid transparent;
  border-radius: 5px;
  background: #f5f5f5;
  outline: none;
  transition: .3s;
  font-family: 'Open Sans', sans-serif;
}
.form__input--textarea {
  resize: none;
  height: 125px;
  padding: 18px;
}
.form__input:focus {
  box-shadow: 0 4px 12px -6px #1998b8;
  transition: .3s;
}
.btn {
  height: 45px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 15px;
  border: none;
  outline: none;
  background: #1998b8;
  cursor: pointer;
  text-transform: uppercase;
}
.btn:hover {
  background: rgba(25, 152, 184, 0.8);
}
.btn:active {
  background: rgba(25, 152, 184, 0.9);
}
.btn--contacts {
  font-family: 'Open Sans', sans-serif;
}
.btn--loading {
  position: relative;
  color: transparent !important;
  cursor: default;
}
.btn--loading:after,
.btn--loading:before {
  content: '';
  position: absolute;
  box-sizing: border-box;
}
.btn--loading:after {
  background-color: #fff;
  opacity: 1;
  transition: opacity 1s linear;
}
.btn--loading:before {
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-right-color: #fff;
  border-radius: 50%;
  animation: rotate 1.1s infinite linear;
  transition: background-color 1s linear;
}
.partfolio2__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.partfolio2__content {
  width: 330px;
  padding-right: 30px;
}
.partfolio2__content > img {
  margin: 30px 0 50px 0;
  width: initial;
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio2__content {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.partfolio2__img {
  width: calc(100% - 330px);
}
@media (min-width: 320px) and (max-width: 767px) {
  .partfolio2__img {
    width: 100%;
  }
}
.partfolio2__img img {
  display: block;
  width: 100%;
}
@keyframes vibro {
  20% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  60% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-3deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
