@charset "UTF-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Amiko:400,700&subset=latin-ext');
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;
  box-sizing: border-box;
}
/* 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;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.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 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
[data-aos="example-slide-open"] {
  transform: skewX(-30deg);
  transition-property: transform, opacity, width;
}
[data-aos="example-slide-open"].aos-animate {
  transform: skewX(-30deg) !important;
}
@media only screen and (min-width: 768px) {
  [data-aos="example-slide-open"].aos-animate {
    width: 540px;
  }
}
@media only screen and (min-width: 992px) {
  [data-aos="example-slide-open"].aos-animate {
    width: 740px;
  }
}
@media only screen and (min-width: 1200px) {
  [data-aos="example-slide-open"].aos-animate {
    width: 840px;
  }
}
[data-aos="example-slide-open2"] {
  transform: skewX(-30deg);
  transition-property: transform, opacity, width;
}
[data-aos="example-slide-open2"].aos-animate {
  transform: skewX(-30deg) !important;
}
@media only screen and (min-width: 768px) {
  [data-aos="example-slide-open2"].aos-animate {
    width: 480px;
  }
}
@media only screen and (min-width: 992px) {
  [data-aos="example-slide-open2"].aos-animate {
    width: 680px;
  }
}
@media only screen and (min-width: 1200px) {
  [data-aos="example-slide-open2"].aos-animate {
    width: 780px;
  }
}
[data-aos^="zoom"][data-aos^="zoom"] {
  transition-property: all !important;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transition-long {
  transition: all 0.3s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
.posr {
  position: relative;
}
.flex-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.button {
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 45px;
  border: solid 1px #ffffff;
  position: relative;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .button {
    font-size: 16px;
  }
}
.button:after {
  content: '';
  transform: translateY(-50%);
  position: absolute;
  right: 15px;
  top: 50%;
  width: 15px;
  height: 15px;
  background: url(../images/cursor.svg) no-repeat center;
  background-size: contain;
}
.button:hover {
  background-color: #ef8401;
  border-color: #ef8401;
}
.section__title {
  font-family: "Amiko", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.7px;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 28px;
  }
}
.section__subtitle {
  color: #989898;
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  margin-top: 3px;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    margin-top: 5px;
  }
}
.more-btn {
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  background: #ef8401 url(../images/add.svg) no-repeat center;
  background-size: 50%;
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
  color: #353535;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: "Amiko", sans-serif;
  position: relative;
  color: #353535;
}
.header {
  width: 100%;
  position: fixed;
  top: -1px;
  left: 0;
  padding: 15px 0;
  z-index: 998;
  color: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 25px 0;
    z-index: 999;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    padding: 35px 0;
    z-index: 999;
  }
}
.header--active {
  background: #ef8401;
  box-shadow: -1.3px 6.9px 20px 0 rgba(96, 98, 166, 0.2);
}
@media only screen and (min-width: 992px) {
  .header--active {
    background: #ffffff;
    color: #353535;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .header--active .header__logo {
    display: none;
  }
  .header--active .header__logo--active {
    display: block;
  }
}
.header--active .header__menu__button a {
  background: #ef8401;
  color: #ffffff;
}
.header--active .header__menu__button a:hover {
  background: #e53e1e;
}
.header__logo {
  width: 180px;
  height: auto;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 160px;
  }
}
.header__logo--active {
  display: none;
}
.header__menu {
  letter-spacing: -0.4px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .header__menu {
    font-size: 14px;
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .header__menu {
    font-size: 16px;
  }
}
.header__menu ul {
  text-align: right;
}
.header__menu ul li {
  display: inline-block;
  margin-left: 15px;
}
@media only screen and (min-width: 1200px) {
  .header__menu ul li {
    margin-left: 20px;
  }
}
.header__menu a {
  transition: all 0.2s ease-in-out;
}
.header__menu .active {
  color: #ef8401;
}
.header__menu__button a {
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  color: #e53e1e;
  height: 40px;
  margin-left: auto;
  line-height: 40px;
  max-width: 210px;
  margin-right: 0;
  padding: 0 20px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__menu__button a {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .header__menu__button a {
    max-width: none;
    margin-left: 0;
  }
}
.header__menu__button a:hover {
  color: #ffffff;
  background: #ef8401;
}
.cookies-bar {
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.3);
  background-color: white;
  position: fixed;
  z-index: 100;
  height: auto;
  width: 100%;
  bottom: 0;
  left: 0;
}
.cookies-bar__container {
  text-align: center;
  line-height: 1.7;
  padding: 20px 0;
  font-size: 13px;
}
.cookies-bar__container a {
  font-weight: 700;
}
.cookies-bar__container a:hover {
  text-decoration: underline;
}
.cookies-bar__close {
  color: #ef8401;
}
.footer {
  width: 100%;
  background: #f2f2f2;
  position: relative;
  margin-top: 100px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: 130px;
    padding-bottom: 60px;
  }
}
.footer__box {
  width: 100%;
  padding: 30px 20px;
  background: #ffffff;
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  margin-top: -90px;
  background: url(../images/elipse-3.svg) no-repeat #ffffff;
  background-position: right -90px bottom -65px;
  background-size: 150px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer__box {
    padding: 50px 40px 30px 40px;
    background-position: right -240px bottom -140px;
    background-size: 400px;
  }
}
.footer__box_icon {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: -3.1px 15.7px 30px 0 rgba(239, 132, 1, 0.25);
  background-color: #ef8401;
  border-radius: 80px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .footer__box_icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.footer__box_icon img {
  width: 50%;
  height: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: -5%;
  right: 0;
  bottom: -5%;
  margin: auto;
}
.footer__box_form {
  margin-top: 20px;
  max-width: 380px;
}
@media only screen and (min-width: 768px) {
  .footer__box_form {
    margin-top: 30px;
  }
}
.footer__box_form input[type="text"],
.footer__box_form input[type="email"],
.footer__box_form textarea {
  width: 100%;
  height: 30px;
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  border-bottom: solid 2px #ef8401;
  opacity: 0.5;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .footer__box_form input[type="text"],
  .footer__box_form input[type="email"],
  .footer__box_form textarea {
    font-size: 16px;
  }
}
.footer__box_form input[type="text"]:focus,
.footer__box_form input[type="email"]:focus,
.footer__box_form textarea:focus {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .footer__box_form input[type="text"],
  .footer__box_form input[type="email"],
  .footer__box_form textarea {
    height: 40px;
  }
}
.footer__box_form textarea {
  padding-top: 10px;
  resize: vertical;
}
.footer__box_form textarea:focus {
  height: 200px;
}
.footer__box_form button {
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  position: relative;
  background: linear-gradient(to right, #ef8401, #e53e1e);
  background-size: 200%;
  color: #ffffff;
  padding: 0 25px;
  padding-right: 45px;
  height: 40px;
  line-height: 37px;
  display: block;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .footer__box_form button {
    font-size: 14px;
  }
}
.footer__box_form button:hover {
  background-position: 100%;
}
.footer__box_form button:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 12px;
  width: 13px;
  height: 13px;
  background: url(../images/cursor.svg) no-repeat center;
  background-size: contain;
}
.footer__box_form .wpcf7-validation-errors {
  border: 0;
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  background: #ffffff;
  padding: 10px;
  margin: 0;
  color: #ef8401;
}
@media only screen and (min-width: 768px) {
  .footer__box_form .wpcf7-validation-errors {
    font-size: 14px;
  }
}
.footer__box_form .wpcf7-mail-sent-ok {
  border: 0;
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  background: #ffffff;
  padding: 10px;
  margin: 0;
  color: #353535;
}
@media only screen and (min-width: 768px) {
  .footer__box_form .wpcf7-mail-sent-ok {
    font-size: 14px;
  }
}
.footer__box_form .wpcf7-not-valid-tip {
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  color: #ef8401;
  font-size: 10px !important;
  position: relative;
  top: -5px;
}
@media only screen and (min-width: 768px) {
  .footer__box_form .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.footer__box_title {
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer__box_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__box_title {
    margin-top: 50px;
  }
}
.footer__box_data {
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #989898;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .footer__box_data {
    font-size: 16px;
  }
}
.footer__box_data svg {
  fill: #ef8401;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 10px;
  vertical-align: middle;
}
.footer__info {
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  font-size: 12px;
  color: #989898;
  margin-top: 40px;
  width: 100%;
  line-height: 1.4;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .footer__info {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__info {
    font-size: 13px;
  }
}
.footer__images {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.footer__image {
  width: calc(50% - 10px);
  margin-bottom: 10px;
  margin-right: 20px;
  display: block;
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .footer__image {
    width: calc(25% - 15px);
  }
}
.footer__image:nth-of-type(even) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .footer__image:nth-of-type(even) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__image:nth-of-type(4n+4),
  .footer__image:last-of-type {
    margin-right: 0;
  }
}
.footer__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
}
.mobile-btn {
  width: 27px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-top: 8px;
  float: right;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 992px) {
  .mobile-btn {
    display: none;
  }
}
.mobile-btn.active span:nth-child(1),
.mobile-btn.active span:nth-child(4) {
  opacity: 0;
}
.mobile-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.mobile-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #fff;
  height: 2px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
}
.mobile-btn span:nth-child(1) {
  top: 0;
}
.mobile-btn span:nth-child(2),
.mobile-btn span:nth-child(3) {
  top: 8px;
  right: 0;
}
.mobile-btn span:nth-child(4) {
  top: 16px;
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  z-index: 9999;
  overflow: auto;
  transform: translateX(-100%);
  visibility: hidden;
}
@media only screen and (min-width: 992px) {
  .mobile-nav {
    display: none !important;
  }
}
.mobile-nav.active {
  transform: translateX(0);
  visibility: visible;
}
.mobile-nav__header {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__header {
    padding: 40px 0;
  }
}
.mobile-nav__header img {
  width: 180px;
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mobile-nav__header img {
    width: 160px;
  }
}
.mobile-nav__header .mobile-btn {
  z-index: 20;
}
.mobile-nav__header .mobile-btn span {
  background-color: #000;
}
.mobile-nav__menu {
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 15px;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu {
    padding-right: 0;
  }
}
.mobile-nav__menu-wrapper {
  width: 100%;
  position: absolute;
  height: calc(100vh - 100px);
  overflow: auto;
  top: 50%;
  transform: translate(-50%, calc(-50% + 30px));
  left: 50%;
}
.mobile-nav__menu li {
  padding: 20px 0;
}
.home__shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: 0.9;
  z-index: 98;
}
.home__banner {
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: top -1px center;
}
@media only screen and (min-width: 768px) {
  .home__banner {
    height: 450px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__banner {
    height: 550px;
  }
}
.home__banner .container {
  z-index: 3;
  position: relative;
}
.home__banner__title {
  font-family: "Amiko", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-top: 130px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__banner__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .home__banner__title {
    margin-top: 180px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__banner__title {
    margin-top: 270px;
    margin-bottom: 90px;
  }
}
.home__banner__title:after {
  content: '';
  width: 90px;
  height: 90px;
  opacity: 0.2;
  border: solid 10px #e53e1e;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 9999px;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .home__banner__title:after {
    width: 180px;
    height: 180px;
    border: solid 20px #e53e1e;
  }
}
.home__banner__addon_inside {
  position: absolute;
  width: 280px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.6;
  background-color: #ff8400;
  transform: skewX(-30deg);
}
@media only screen and (min-width: 768px) {
  .home__banner__addon_inside {
    width: 0;
  }
}
.home__banner__addon {
  position: absolute;
  width: 320px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.2;
  background-color: #ef8401;
  transform: skewX(-30deg);
}
@media only screen and (min-width: 768px) {
  .home__banner__addon {
    width: 0;
  }
}
.home__about {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .home__about {
    padding-top: 120px;
  }
}
.home__about__box {
  width: 100%;
  padding: 30px 20px;
  background: url(../images/elipse-1.svg) no-repeat #ffffff;
  background-position: right -90px bottom -65px;
  background-size: 150px;
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .home__about__box {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 992px) {
  .home__about__box {
    background-position: right -240px bottom -140px;
    background-size: 400px;
  }
}
.home__about__box_text {
  margin-top: 20px;
  max-width: 500px;
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .home__about__box_text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home__about__box_text {
    margin-top: 55px;
  }
}
.home__about__box_text p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__about__box_text p {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__about__box_text {
    max-width: 730px;
  }
}
.home__about__box_icon {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: -3.1px 15.7px 30px 0 rgba(239, 132, 1, 0.25);
  background-color: #ef8401;
  border-radius: 80px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .home__about__box_icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
.home__about__box_icon img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.home__team {
  padding-top: 50px;
  padding-bottom: 80px;
  background: url(../images/elipse-2.svg) no-repeat #f2f2f2;
  background-position: left -90px bottom -65px;
  background-size: 150px;
}
.home__team .section__title,
.home__team .section__subtitle {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home__team .section__title,
  .home__team .section__subtitle {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .home__team {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .home__team {
    background-position: right -240px bottom -140px;
    background-size: 400px;
  }
}
.home__team__box {
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  background-color: #ffffff;
  border: solid 3px #ffffff;
  padding: 80px 10px 20px 10px;
  text-align: center;
  position: relative;
  margin-top: 30px;
  width: 100%;
  height: calc(100% - 30px);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.home__team__box_toggle {
  width: 30px;
  height: 30px;
  background: #ef8401 url(../images/add.svg) no-repeat center;
  background-size: 50%;
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__team__box {
    padding: 90px 20px 60px 20px;
    margin-top: 80px;
    height: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .home__team__box {
    height: 460px;
  }
}
.home__team__box_avatar {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: -1px 4.9px 30px 0 rgba(92, 94, 162, 0.2);
}
@media only screen and (min-width: 768px) {
  .home__team__box_avatar {
    top: -50px;
    width: 100px;
    height: 100px;
  }
}
.home__team__box_avatar img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__team__box_name {
  margin-bottom: 10px;
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  .home__team__box_name {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .home__team__box_name {
    margin-bottom: 30px;
  }
}
.home__team__box_name span {
  transition: all 0.2s ease-in-out;
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  font-weight: normal;
  color: #989898;
  display: block;
}
@media only screen and (min-width: 768px) {
  .home__team__box_name span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .home__team__box_name span {
    margin-top: 5px;
  }
}
.home__team__box_text {
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  line-height: 1.7;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home__team__box_text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home__team__box_text {
    max-height: 29px;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 768px) {
  .home__team__box_text {
    height: 190px;
  }
}
@media only screen and (min-width: 992px) {
  .home__team__box_text {
    height: 240px;
  }
}
.home__team__box_text strong {
  font-weight: 700;
}
.home__team__box_text:after {
  content: '';
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}
@media only screen and (min-width: 768px) {
  .home__team__box_text:after {
    bottom: 40px;
    height: 245px;
  }
}
@media only screen and (min-width: 768px) {
}
@media only screen and (min-width: 768px) {
  .home__team__box:hover .home__team__box_toggle {
    transform: rotate(180deg);
  }
}
.home__team__box--mobile {
  transition: none;
  display: none;
  position: absolute;
  z-index: 99;
  width: calc(100% - 30px);
  margin-top: 90px;
  height: inherit;
}
@media only screen and (min-width: 992px) {
  .home__team__box--mobile {
    pointer-events: none;
  }
}
.home__team__box--mobile .home__team__box_toggle {
  transform: rotate(45deg);
}
.home__team__box--mobile .home__team__box_text {
  max-height: inherit;
  padding: 0 20px 20px 20px;
  height: auto;
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .home__team__box--mobile .home__team__box_text {
    font-size: 16px;
  }
}
.home__team__box--mobile .home__team__box_text:after {
  display: none;
}
.home__team__box--mobile .home__team__box_avatar {
  width: 120px;
  height: 120px;
  top: -60px;
}
.home__found {
  box-shadow: -1.3px 6.9px 20px 0 rgba(55, 54, 55, 0.1);
  background-color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .home__found {
    min-height: 500px;
    padding: 0;
  }
}
.home__found__image {
  width: 100%;
  height: 200px;
  position: relative;
  background-color: #ef8401;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .home__found__image {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}
.home__found__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home__found__icon {
  display: block;
  width: 50px;
  height: 50px;
  box-shadow: -1px 4.9px 30px 0 rgba(229, 62, 30, 0.25);
  background-color: #ffffff;
  border-radius: 80px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home__found__icon {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}
@media only screen and (min-width: 992px) {
  .home__found__icon {
    top: 0;
    bottom: 0;
  }
}
.home__found__icon img {
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .home__found__box {
    padding: 40px 0px 40px 60px;
  }
}
.home__found__box_text {
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 20px;
  line-height: 1.7;
}
@media only screen and (min-width: 768px) {
  .home__found__box_text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home__found__box_text {
    margin-top: 40px;
  }
}
.home__found__box_text ul,
.home__found__box_text ol {
  margin-bottom: 20px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .home__found__box_text ul,
  .home__found__box_text ol {
    margin-bottom: 30px;
  }
}
.home__found__box_text ul {
  list-style-type: disc;
}
.home__found__box_text ol {
  list-style-type: decimal;
}
.home__found__box_text p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__found__box_text p {
    margin-bottom: 30px;
  }
}
.home__steps {
  padding: 50px 0 30px 0;
}
@media only screen and (min-width: 768px) {
  .home__steps {
    padding: 80px 0;
  }
}
.home__steps .section__title,
.home__steps .section__subtitle {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .home__steps .section__title,
  .home__steps .section__subtitle {
    text-align: left;
  }
}
.home__steps__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.home__steps__box {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0 15px;
  position: relative;
  margin-bottom: 20px;
}
.home__steps__box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 20px;
  background: url(../images/cursor-orange.svg) no-repeat center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .home__steps__box:after {
    transform: rotate(90deg);
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .home__steps__box:after {
    top: 20px;
    right: 10px;
    bottom: inherit;
    left: inherit;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .home__steps__box:after {
    right: -20px;
    top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__steps__box:after {
    top: 36px;
  }
}
.home__steps__box:last-of-type::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .home__steps__box {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .home__steps__box {
    width: 20%;
  }
}
.home__steps__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-shadow: -1px 4.9px 30px 0 rgba(220, 220, 220, 0.25);
  background-color: #ffffff;
  border-radius: 130px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .home__steps__icon {
    float: left;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .home__steps__icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__steps__icon {
    width: 95px;
    height: 95px;
  }
}
.home__steps__icon img {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.home__steps__title {
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
  font-size: 14px;
  margin: 40px 0;
}
@media only screen and (min-width: 768px) {
  .home__steps__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .home__steps__title {
    display: inline-block;
    text-align: left;
    float: left;
    margin: 15px 0 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .home__steps__title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .home__steps__title {
    letter-spacing: -1.1px;
    min-height: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .home__steps__title {
    letter-spacing: normal;
    min-height: 32px;
  }
}
.home__steps__text {
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
  color: #989898;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .home__steps__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .home__steps__text {
    display: inline-block;
    text-align: left;
    font-size: 13px;
  }
}
.home__portfolio {
  padding: 30px 0 0 0;
  background-size: cover;
  background-position: bottom;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .home__portfolio {
    padding: 80px 0;
    margin-bottom: 0;
  }
}
.home__portfolio .section__title,
.home__portfolio .section__subtitle {
  color: #ffffff;
}
.home__portfolio .swiper-container {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (max-width: 767px) {
  .home__portfolio .swiper-container {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 992px) {
  .home__portfolio .swiper-slide {
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
  }
  .home__portfolio .swiper-slide-next {
    filter: grayscale(0);
    z-index: 9;
  }
  .home__portfolio .swiper-slide-next .home__portfolio__box {
    box-shadow: -1.3px 6.9px 20px 0 rgba(96, 98, 166, 0.2);
  }
  .home__portfolio .swiper-slide-next .home__portfolio__box * {
    opacity: 1;
  }
}
.home__portfolio .swiper-navigation {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin-left: -50px;
  margin-right: -50px;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .home__portfolio .swiper-navigation {
    top: 50%;
    margin-left: -80px;
    margin-right: -80px;
  }
}
.home__portfolio .swiper-navigation .arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 20px;
  background: url(../images/cursor.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__portfolio .swiper-navigation .arrow {
    width: 45px;
    height: 40px;
  }
}
.home__portfolio .swiper-navigation .arrow--left {
  left: 0;
  transform: rotate(180deg);
}
.home__portfolio .swiper-navigation .arrow--left:hover {
  transform: rotate(180deg) scale(1.1);
}
.home__portfolio .swiper-navigation .arrow--right {
  right: 0;
}
.home__portfolio .swiper-navigation .arrow--right:hover {
  transform: scale(1.1);
}
.home__portfolio__box {
  width: 100%;
  background: #ffffff;
  height: 110px;
  position: relative;
  margin-top: 20px;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__portfolio__box {
    height: 230px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .home__portfolio__box {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
  .home__portfolio__box * {
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
  }
}
.home__portfolio__box_logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
}
@media only screen and (min-width: 768px) {
  .home__portfolio__box_logo {
    margin-top: -35px;
  }
}
.home__portfolio__box_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home__portfolio__box_title {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #ef8401;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .home__portfolio__box_title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home__portfolio__box_title {
    padding: 30px;
    font-family: "Amiko", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.5px;
  }
}
@media only screen and (min-width: 768px) and only screen and (min-width: 768px) {
  .home__portfolio__box_title {
    font-size: 18px;
  }
}
.home__documents {
  padding: 50px 0;
}
@media only screen and (min-width: 768px) {
  .home__documents {
    padding: 80px 0;
  }
}
.home__documents__box {
  background: #ffffff;
  box-shadow: -1.3px 6.9px 20px 0 rgba(96, 98, 166, 0.1);
  padding: 15px;
  padding-top: 70px;
  text-align: center;
  position: relative;
  display: block;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .home__documents__box {
    padding: 25px;
    padding-top: 80px;
    margin-top: 90px;
  }
}
.home__documents__box:hover .home__documents__box_ico {
  background: #ef8401;
  box-shadow: -1px 4.9px 30px 0 rgba(239, 132, 1, 0.2);
}
.home__documents__box:hover .home__documents__box_ico svg {
  fill: #ffffff;
}
@media only screen and (max-width: 767px) {
  .home__documents__box {
    cursor: pointer;
    padding-bottom: 20px;
  }
  .home__documents__box:after {
    content: '';
    width: 30px;
    height: 30px;
    background: #ef8401 url(../images/add.svg) no-repeat center;
    background-size: 50%;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 30px;
  }
}
.home__documents__box_ico {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  box-shadow: -1px 4.9px 30px 0 rgba(220, 220, 220, 0.2);
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .home__documents__box_ico {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.home__documents__box_ico svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  fill: #ef8401;
  transition: all 0.2s ease-in-out;
}
.home__documents__box_title {
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  .home__documents__box_title {
    font-size: 18px;
  }
}
.home__documents__box_title span {
  font-weight: normal;
  display: block;
  padding-top: 5px;
  color: #989898;
  font-family: "Amiko", sans-serif;
  font-size: 10px;
  letter-spacing: -0.4px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .home__documents__box_title span {
    font-size: 14px;
  }
}
.page-blog .blog {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) {
  .page-blog .blog {
    margin-top: 90px;
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-blog .blog {
    margin-top: 120px;
    margin-bottom: 140px;
  }
}
.page-blog .blog__wrapper {
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__wrapper {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__wrapper {
    padding-bottom: 80px;
  }
}
.page-blog .blog__container {
  position: relative;
  box-shadow: 0px 7px 20px 0 rgba(55, 54, 55, 0.1);
  height: 100%;
}
.page-blog .blog__container:hover .module-blog__btn {
  transform: rotate(180deg);
}
.page-blog .blog__pic {
  width: 100%;
  height: 200px;
  display: block;
}
.page-blog .blog__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__pic {
    height: 255px;
  }
}
.page-blog .blog__content {
  padding: 30px 15px 50px 30px;
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__content {
    padding: 35px 15px 50px 40px;
  }
}
.page-blog .blog__header {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #333333;
  margin-bottom: 5px;
}
.page-blog .blog__date {
  position: relative;
  font-size: 14px;
  line-height: normal;
  letter-spacing: -0.1px;
  color: #989898;
  margin-bottom: 30px;
}
.page-blog .blog__date::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 35px;
  height: 1px;
  background-color: #ef8401;
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__date {
    margin-bottom: 40px;
  }
}
.page-blog .blog__desc {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #353535;
}
.page-blog .blog__btn {
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  background: #ef8401 url(../images/add.svg) no-repeat center;
  background-size: 50%;
  position: absolute;
  bottom: -17.5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 30px;
}
.page-single .single {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .page-single .single {
    margin-top: 90px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
.page-single .single__container {
  position: relative;
  box-shadow: 0px 7px 20px 0 rgba(55, 54, 55, 0.1);
  background: url(../images/elipse-1.svg) no-repeat #ffffff;
  background-position: right -90px bottom -65px;
  background-size: 150px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__container {
    background-position: right -240px bottom -140px;
    background-size: 400px;
  }
}
.page-single .single__pic {
  height: 220px;
}
.page-single .single__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .page-single .single__pic {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single .single__pic {
    height: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single__pic {
    height: 410px;
  }
}
.page-single .single__header {
  -ms-flex-align: stretch;
      align-items: stretch;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-single .single__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .page-single .single__header {
    height: 140px;
  }
}
.page-single .single__header-content {
  background-color: #ef8401;
  text-shadow: 0px 7px 30px rgba(30, 28, 28, 0.1);
  color: #f2f2f2;
  width: 100%;
  padding: 30px 15px 130px 15px;
}
@media only screen and (min-width: 992px) {
  .page-single .single__header-content {
    width: 685px;
    padding: 40px 160px 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single__header-content {
    width: 825px;
    padding: 40px 120px 0 100px;
  }
}
.page-single .single__date {
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__date {
    font-size: 16px;
  }
}
.page-single .single__title {
  font-family: "Amiko", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #ffffff;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__title {
    font-size: 28px;
  }
}
.page-single .single__subtitle {
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
  font-weight: normal;
  position: relative;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) {
  .page-single .single__subtitle {
    font-size: 18px;
  }
}
.page-single .single__subtitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 35px;
  height: 1px;
  background-color: #ffffff;
}
.page-single .single__header-links {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-single .single__header-links {
    width: auto;
    right: 0;
    top: 40px;
    bottom: auto;
    left: auto;
    transform: translateX(0);
  }
}
.page-single .single__link {
  transition: all 0.2s ease-in-out;
  padding: 0;
  width: calc(100% / 3.1);
  color: #f2f2f2;
  display: inline-block;
  position: relative;
  padding-top: 40px;
  text-align: center;
  vertical-align: top;
}
.page-single .single__link svg {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 26px;
}
.page-single .single__link svg path {
  transition: all 0.2s ease-in-out;
  fill: #f2f2f2;
}
.page-single .single__link:hover {
  color: #333333;
}
.page-single .single__link:hover svg path {
  fill: #333333;
}
@media only screen and (min-width: 768px) {
  .page-single .single__link {
    padding: 40px 20px 0 20px;
  }
  .page-single .single__link svg {
    top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-single .single__link {
    padding: 50px 10px 0 10px;
    color: #333333;
  }
  .page-single .single__link svg {
    top: 0;
  }
  .page-single .single__link svg path {
    fill: #333333;
  }
  .page-single .single__link:hover.single__link--prev,
  .page-single .single__link:hover.single__link--next {
    color: #ef8401;
  }
  .page-single .single__link:hover.single__link--prev svg path,
  .page-single .single__link:hover.single__link--next svg path {
    fill: #ef8401;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single__link {
    width: auto;
    padding: 50px 20px 0 20px;
  }
}
.page-single .single__link--back {
  color: #f2f2f2;
  margin-top: -10px;
}
.page-single .single__link--back svg {
  transform: translateX(-50%) rotate(-90deg);
}
.page-single .single__link--back svg path {
  fill: #f2f2f2;
}
@media only screen and (min-width: 992px) {
  .page-single .single__link--back:hover {
    color: #333333;
  }
  .page-single .single__link--back:hover svg path {
    fill: #333333;
  }
}
.page-single .single__link--prev svg {
  transform: translateX(-50%) rotate(-180deg);
}
.page-single .single__link--disabled {
  pointer-events: none;
  cursor: inherit;
  opacity: 0.3;
}
.page-single .single__desc {
  width: 100%;
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #353535;
  padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single .single__desc {
    width: 685px;
    padding: 40px 40px 90px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single__desc {
    width: 825px;
    padding: 50px 60px 100px 90px;
  }
}
.page-single .single__desc h1,
.page-single .single__desc h2,
.page-single .single__desc h3,
.page-single .single__desc h4,
.page-single .single__desc h5 {
  color: #333333;
  margin-bottom: 12px;
}
.page-single .single__desc h1 {
  font-family: "Amiko", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__desc h1 {
    font-size: 60px;
  }
}
.page-single .single__desc h2 {
  font-family: "Amiko", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.7px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__desc h2 {
    font-size: 28px;
  }
}
.page-single .single__desc h3 {
  font-family: "Amiko", sans-serif;
  font-size: 25px;
  line-height: 1.96;
}
.page-single .single__desc h4 {
  font-family: "Amiko", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.5px;
}
@media only screen and (min-width: 768px) {
  .page-single .single__desc h4 {
    font-size: 18px;
  }
}
.page-single .single__desc p {
  margin-bottom: 12px;
}
.page-single .single__desc blockquote {
  margin: 40px 0;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) {
  .page-single .single__desc blockquote {
    padding: 0 150px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .single__desc blockquote {
    padding: 0 250px 0 0;
  }
}
.page-single .single__desc img {
  max-width: 100%;
  margin: 20px 0;
}
.page-single .single__desc ul,
.page-single .single__desc ol {
  padding-left: 50px;
  margin: 20px 0;
}
.page-single .single__desc ul {
  list-style: disc;
}
.page-single .single__desc ol {
  list-style: decimal;
}
.page-single .similar {
  margin-bottom: 170px;
}
.page-single .similar__box {
  box-shadow: 0px 7px 20px 0 rgba(55, 54, 55, 0.1);
  margin-bottom: 30px;
}
.page-single .similar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ef8401;
  color: #f2f2f2;
  padding: 20px 25px 10px 25px;
}
@media only screen and (min-width: 992px) {
  .page-single .similar__header {
    padding: 30px 20px 20px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .similar__header {
    padding: 40px 35px 30px 75px;
  }
}
.page-single .similar__btn {
  font-family: "Amiko", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #ef8401;
  position: relative;
  margin-bottom: 30px;
  margin-left: 25px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .page-single .similar__btn {
    font-size: 16px;
  }
}
.page-single .similar__btn::after {
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0px;
  height: 1px;
  background-color: #ef8401;
}
.page-single .similar__btn:hover::after {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-single .similar__btn {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .similar__btn {
    margin-left: 75px;
  }
}
.page-single .similar .single__subtitle::after {
  content: none;
}
.page-single .similar .single__desc {
  width: 100%;
  padding: 25px 25px 10px 25px;
}
@media only screen and (min-width: 992px) {
  .page-single .similar .single__desc {
    padding: 40px 15px 20px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-single .similar .single__desc {
    padding: 40px 15px 20px 75px;
  }
}
