/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/*

@base-font-family: "Arial", sans-serif;

*/
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
.footer-logo {
  background: url(/static/css/images/sprite/footer-logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 197px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-envelope-red {
  background: url(/static/css/images/sprite/ico-envelope-red.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 36px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-phone-red {
  background: url(/static/css/images/sprite/ico-phone-red.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.ico-share {
  background: url(/static/css/images/sprite/ico-share.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 23px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.logo-white {
  background: url(/static/css/images/sprite/logo-white.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 271px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.logo {
  background: url(/static/css/images/sprite/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 271px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-envelope-red {
    background: url(/static/css/images/sprite/ico-envelope-red@2x.png) no-repeat 0 0;
    width: 36px;
    height: 21px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-phone-red {
    background: url(/static/css/images/sprite/ico-phone-red@2x.png) no-repeat 0 0;
    width: 26px;
    height: 26px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .ico-share {
    background: url(/static/css/images/sprite/ico-share@2x.png) no-repeat 0 0;
    width: 23px;
    height: 26px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .logo-white {
    background: url(/static/css/images/sprite/logo-white@2x.png) no-repeat 0 0;
    width: 271px;
    height: 55px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
  .logo {
    background: url(/static/css/images/sprite/logo@2x.png) no-repeat 0 0;
    width: 271px;
    height: 55px;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
  }
}
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
html,
body {
  height: 100%;
}
html {
  overflow-y: scroll;
  text-size-adjust: 100%;
}
body {
  font-smoothing: antialiased;
}
img {
  border: 0;
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  font-smoothing: antialiased;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: inherit;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] label[for] {
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  overflow: visible;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  padding: 0;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: 'Avenir', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: underline;
}
a:focus {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 35px;
  font-weight: 900;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 24px;
  font-weight: 900;
}
h5 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
h6 {
  font-size: 18px;
}
p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 10px;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */
@media only screen and (max-width: 1023px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 26px;
    font-weight: 900;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 16px;
    font-weight: 900;
  }
  h6 {
    font-size: 14px;
  }
}
/* --------------------------------- *\
	Wagtail Embeds Responsive fixes
\* --------------------------------- */
.rich-text img {
  max-width: 100%;
  height: auto;
}
.responsive-object {
  position: relative;
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.shell:after,
.header-inner,
.cols:after,
.clear:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
/* Hidden*/
.hidden {
  display: none;
}
/*  Notext  */
.notext {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/* No-scroll */
.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*  Grid  */
.col {
  float: left;
  width: 100%;
}
.col-1of2 {
  width: 50%;
}
.col-1of3 {
  width: 33.33%;
}
.col-3of4 {
  width: 75%;
}
.col-1of4 {
  width: 25%;
}
/* Alignright*/
.alignright {
  float: right;
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
.icon-round {
  display: block;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 4px solid #fff;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
}
.icon-round i {
  margin-right: -4px;
}
/* Icon-round-big */
.icon-round-big {
  height: 69px;
  width: 69px;
  font-size: 52px;
}
@media only screen and (max-width: 991px) {
  .icon-round {
    width: 40px;
    height: 40px;
    font-size: 30px;
    line-height: 32px;
  }
  .icon-round-big {
    height: 56px;
    width: 56px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .col {
    float: none;
    width: 100%;
  }
  .icon-round-big {
    height: 46px;
    width: 46px;
    font-size: 40px;
    line-height: 36px;
  }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: 'Avenir';
  src: url('fonts/avenir-roman-webfont.eot');
  src: url('fonts/avenir-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/avenir-roman-webfont.woff2') format('woff2'), url('fonts/avenir-roman-webfont.woff') format('woff'), url('fonts/avenir-roman-webfont.ttf') format('truetype'), url('fonts/avenir-roman-webfont.svg#avenir_55roman') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/avenir-black-webfont.eot');
  src: url('fonts/avenir-black-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/avenir-black-webfont.woff2') format('woff2'), url('fonts/avenir-black-webfont.woff') format('woff'), url('fonts/avenir-black-webfont.ttf') format('truetype'), url('fonts/avenir-black-webfont.svg#avenir_95_blackregular') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/avenir-light-webfont.eot');
  src: url('fonts/avenir-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/avenir-light-webfont.woff2') format('woff2'), url('fonts/avenir-light-webfont.woff') format('woff'), url('fonts/avenir-light-webfont.ttf') format('truetype'), url('fonts/avenir-light-webfont.svg#avenir_35_lightregular') format('svg');
  font-weight: 300;
  font-style: normal;
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 936px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .shell {
    padding: 0 12px;
  }
}
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	List-contacts
\* ------------------------------------------------------------ */
.list-contacts {
  letter-spacing: 0.075em;
  padding-left: 2px;
}
.list-contacts li + li {
  margin-top: 18px;
}
.list-contacts p {
  margin: 0 0 5px;
}
.list-contacts a {
  color: #bf1e2e;
}
.list-contacts a:hover {
  text-decoration: none;
  color: #fff;
}
/* ------------------------------------------------------------ *\
	List-links
\* ------------------------------------------------------------ */
.list-links li + li {
  margin-top: 18px;
}
.list-links a:hover {
  text-decoration: none;
  color: #bf1e2e;
}
/* ------------------------------------------------------------ *\
	List-feeds
\* ------------------------------------------------------------ */
.list-feeds {
  letter-spacing: 0.1em;
  margin-top: -3px;
}
.list-feeds li {
  line-height: 1.5;
}
.list-feeds li + li {
  margin-top: 30px;
}
.list-feeds span {
  display: block;
}
.list-feeds a:hover {
  text-decoration: none;
  color: #bf1e2e;
}
/* ------------------------------------------------------------ *\
	list-actions
\* ------------------------------------------------------------ */
.list-actions:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
.list-actions li {
  font-size: 12px;
  font-weight: 300;
  color: #bf1e2e;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  float: left;
}
.list-actions a:hover {
  text-decoration: none;
  color: #000;
}
.list-actions li + li {
  float: right;
}
/* ------------------------------------------------------------ *\
	List-details
\* ------------------------------------------------------------ */
.list-details a {
  padding-left: 61px;
  position: relative;
}
.list-details a i {
  position: absolute;
  top: 0;
  left: 0;
}
.list-details a:hover {
  text-decoration: none;
  color: #bf1e2e;
}
.list-details li + li {
  margin-top: 17px;
}
/* ------------------------------------------------------------ *\
	List-testimonials
\* ------------------------------------------------------------ */
ul.list-testimonials {
  margin-bottom: 50px;
}
.list-testimonials {
  margin: 40px -12px;
  display: flex;
  flex-wrap: wrap;
  transition: background .3s, color .3s;
  text-align: center;
}
.list-testimonials li {
  flex: 0 0 30.69%;
  max-width: 30.69%;
  width: 30.69%;
  margin: 0 1.32%;
  padding: 30px 15px 33px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  transition: background .3s, color .3s;
  min-height: 280px;
}
.list-testimonials li a {
  color: #bf1e2e;
  border-color: #bf1e2e;
  font-size: 14px;
  padding: 12px 19px 11px;
  margin-top: 12px;
}
.list-testimonials li:hover {
  background: #bf1e2e;
  color: #fff;
  align-content: center;
}
.list-testimonials li:hover h5 {
  min-height: 0;
  margin-bottom: 10px;
}
.list-testimonials li:hover p {
  display: none;
}
.list-testimonials li:hover a {
  color: #fff;
  border-color: #fff;
}
.list-testimonials li:hover a:hover {
  background: #bf1e2e;
}
.list-testimonials li:nth-child(2n) {
  background: #f6f6f6;
}
.list-testimonials li:nth-child(2n):hover {
  background: #bf1e2e;
}
.list-testimonials h5 {
  min-height: 60px;
  align-self: flex-start;
  margin-bottom: 0;
  width: 100%;
}
.list-testimonials p {
  margin: 9px 0 14px;
  line-height: 1.8;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .list-testimonials li {
    padding: 20px 5px;
    align-content: center;
  }
  .list-testimonials h5 {
    min-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .list-testimonials li {
    flex: 0 0 48%;
    width: 48%;
    max-width: 48%;
    margin: 0 1%;
  }
  .list-testimonials li:nth-child(4n) {
    background: #fff;
  }
  .list-testimonials li:nth-child(4n-1) {
    background: #f6f6f6;
  }
  .list-testimonials li:nth-child(4n-1):hover {
    background: #bf1e2e;
  }
}
@media only screen and (max-width: 479px) {
  .list-testimonials {
    margin: 40px 0;
  }
  .list-testimonials li {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    min-height: 250px;
    padding: 20px 10px;
  }
  .list-testimonials li:nth-child(4n-1) {
    background: #fff;
  }
  .list-testimonials li:nth-child(even) {
    background: #f6f6f6;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 70px;
  z-index: 10;
  color: #fff;
  transition: background .3s;
  pointer-events: none;
}
.header-inner {
  position: relative;
  width: 100%;
  padding: 49px 0 39px;
  pointer-events: auto;
}
.header .nav-show {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
.header .logo {
  float: left;
}
.header .logo-white {
  float: left;
  display: none;
}
.header .nav {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}
.header.nav-open {
  background: #bf1e2e;
  pointer-events: auto;
}
.header.nav-open .logo {
  display: none;
}
.header.nav-open .logo-white {
  display: block;
}
.header.nav-open .nav {
  opacity: 1;
  visibility: visible;
}
.header.nav-open .header-inner {
  position: relative;
  z-index: 10;
  background: #bf1e2e;
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 0;
  }
  .header-inner {
    padding: 49px 20px 39px;
  }
  .header .nav-show {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    padding: 20px;
  }
  .header .nav-show {
    margin-top: -12px;
  }
  .header .logo,
  .header .logo-white {
    width: 135px;
    height: 28px;
  }
}
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */
.intro {
  background-size: cover;
  background-position: center center;
  text-align: center;
  color: #fff;
  padding: 226px 0 194px;
}
.intro h2 {
  line-height: 1.37;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.intro h2 span {
  display: block;
  color: #bf1e2e;
}
@media only screen and (max-width: 991px) {
  .intro {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro {
    padding: 100px 0;
  }
}
/* ------------------------------------------------------------ *\
	Intro-insurance
\* ------------------------------------------------------------ */
.intro-insurance {
  padding: 236px 0 228px;
}
@media only screen and (max-width: 991px) {
  .intro-insurance {
    padding: 160px 0;
  }
}
@media only screen and (max-width: 767px) {
  .intro-insurance {
    padding: 120px 0 100px;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  position: relative;
}
.section-title {
  text-transform: uppercase;
}
.section .section-inner {
  position: relative;
  text-align: center;
}
.section .parallax {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.section .section-content,
.section .section-aside {
  position: relative;
  z-index: 1;
}
.section .cols {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .section .parallax {
    background-position: center center !important;
  }
}
/* ------------------------------------------------------------ *\
	Section-primary
\* ------------------------------------------------------------ */
.section-primary {
  color: #fff;
}
.section-primary .section-content {
  padding: 132px 0 150px;
}
.section-primary h2 {
  letter-spacing: 0.1em;
  margin-bottom: 36px;
  line-height: 1.37;
}
.section-primary p {
  max-width: 570px;
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.section-primary img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 991px) {
  .section-primary .section-content {
    padding: 80px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-secondary
\* ------------------------------------------------------------ */
.section-secondary {
  color: #fff;
}
.section-secondary .section-content {
  padding: 137px 0;
  min-height: 480px;
}
.section-secondary h2 {
  letter-spacing: 0.05em;
  margin-bottom: 36px;
  line-height: 1.37;
}
.section-secondary p {
  max-width: 570px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 2.1;
}
.section-secondary img {
  width: 100%;
  height: auto;
}
.section-secondary .contact {
  text-align: right;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 991px) {
  .section-secondary .section-content {
    padding: 80px 0;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .section-secondary .section-content {
    padding: 60px 0;
    min-height: 0px;
  }
  .section-secondary .contact {
    position: static;
    transform: translate(0);
  }
}
/* ------------------------------------------------------------ *\
	Section-recent-news
\* ------------------------------------------------------------ */
.section-recent-news {
  padding: 130px 0;
  color: #fff;
}
.section-recent-news .section-title {
  text-align: center;
  margin-bottom: 62px;
  letter-spacing: 0.05em;
}
.section-recent-news .section-actions {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-recent-news {
    padding: 60px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  background-color: #000;
  background-size: cover;
  padding-bottom: 260px;
}
.section-testimonials .bar-partners {
  margin-bottom: 120px;
}
.section-testimonials .section-title {
  margin-bottom: 106px;
  letter-spacing: 0.05em;
  color: #fff;
}
.section-testimonials .section-content {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .section-testimonials {
    padding-bottom: 60px;
  }
  .section-testimonials .bar-partners {
    margin-bottom: 60px;
  }
  .section-testimonials .section-title {
    margin-bottom: 60px;
  }
}
/* ------------------------------------------------------------ *\
	Section-about
\* ------------------------------------------------------------ */
.section-about {
  color: #000;
  line-height: 1.79;
  padding: 61px 0 16px;
}
.section-about h2 {
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.section-about p {
  margin-bottom: 25px;
}
.section-about .section-image-alt {
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 12px;
}
.section-about .section-image-alt img {
  width: 100%;
  max-width: 708px;
}
.section-about .shell {
  display: table;
  width: 100%;
  padding: 0 12px;
}
.section-about .section-group {
  position: relative;
  margin-bottom: 50px;
}
.section-about .section-group--alt .section-image-alt {
  position: absolute;
  top: 0;
  left: auto;
  right: 50%;
  margin: 0 12px 0 0;
}
.section-about .section-group--alt .section-content {
  height: 828px;
  padding-right: 15px;
  float: right;
}
.section-about .section-actions {
  padding-left: 12px;
}
.section-about .section-actions a {
  color: #bf1e2e;
  text-decoration: none;
}
.section-about .section-actions a span {
  text-transform: uppercase;
  margin-right: 10px;
}
.section-about .section-content,
.section-about .section-aside {
  width: 50%;
  padding: 0 12px;
  display: table-cell;
}
.section-about .section-content {
  padding-bottom: 15px;
}
.section-about .section-aside {
  vertical-align: bottom;
}
.section-about .section-container {
  display: none;
}
@media only screen and (max-width: 991px) {
  .section-about {
    padding-bottom: 10px;
  }
  .section-about .shell {
    display: block;
  }
  .section-about .section-content,
  .section-about .section-aside {
    width: 100%;
    padding: 0;
    display: block;
    float: none;
  }
  .section-about .section-group--alt .section-image-alt {
    position: static;
  }
  .section-about .section-group--alt .section-content {
    height: auto;
    float: none;
  }
  .section-about .section-image img {
    width: 100%;
    height: auto;
  }
  .section-about .section-image-alt {
    position: static;
    margin: 0 0 20px;
  }
  .section-about .section-image-alt img {
    max-width: 100%;
  }
  .section-about .section-group {
    margin-bottom: 30px;
  }
  .section-about .section-actions {
    padding: 20px 0 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .section-about {
    padding-bottom: 60px;
  }
}
/* ------------------------------------------------------------ *\
	Section-about-alt
\* ------------------------------------------------------------ */
.section-about-alt {
  color: #000;
  line-height: 1.79;
  padding: 59px 0 66px;
  color: #fff;
}
.section-about-alt .section-image-alt {
  position: absolute;
  top: 89px;
  left: auto;
  right: 50%;
  margin: 0 12px 0 0;
}
.section-about-alt .section-content {
  height: 828px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .section-about-alt .shell {
    display: flex;
    flex-wrap: wrap;
  }
  .section-about-alt .section-image-alt {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 0 20px;
    width: 100%;
    order: 2;
  }
  .section-about-alt .section-content {
    order: 1 ;
    height: auto;
    padding-right: 15px;
  }
  .section-about-alt .section-aside {
    order: 3;
  }
}
/* ------------------------------------------------------------ *\
	Section-members
\* ------------------------------------------------------------ */
.section-members .section-head {
  text-align: center;
  color: #fff;
  background: #bf1e2e;
  padding: 77px 0;
}
@media only screen and (max-width: 991px) {
  .section-members .section-head {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-members .section-head {
    padding: 20px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-member
\* ------------------------------------------------------------ */
.section-member h4 {
  font-size: 25px;
}
.section-member h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-member .section-title {
  color: #bf1e2e;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.section-member .section-head {
  background: #fff;
  padding: 69px 0 22px;
}
.section-member .section-head-inner {
  margin-left: 33.33%;
  padding-left: 12px;
  max-width: 432px;
}
.section-member .section-body {
  background: #e4e4e4;
  line-height: 1.79;
  padding: 31px 0 100px;
}
.section-member .section-body .section-image {
  margin-top: -137px;
}
.section-member .section-body p {
  margin-bottom: 25px;
}
.section-member .shell {
  padding: 0 12px;
}
.section-member .col {
  padding: 0 12px;
}
@media only screen and (max-width: 991px) {
  .section-member .col {
    float: none;
    width: 100%;
  }
  .section-member .section-head {
    padding: 30px 0;
  }
  .section-member .section-head-inner {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
    padding: 0 20px;
  }
  .section-member .section-body {
    padding: 30px 0;
  }
  .section-member .section-body .section-image {
    margin: 0 0 20px;
    text-align: center;
  }
}
/* ------------------------------------------------------------ *\
	Section-team
\* ------------------------------------------------------------ */
.section-team {
  padding: 60px 0 109px;
}
.section-team .section-head {
  text-align: center;
  margin-bottom: 66px;
}
.section-team .section-title {
  color: #bf1e2e;
  letter-spacing: 0.1em;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .section-team {
    padding: 30px 0;
  }
  .section-team .section-head {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Section-services
\* ------------------------------------------------------------ */
.section-services .section-head {
  background: #000;
  text-align: center;
  padding: 177px 0 78px;
}
.section-services .section-title {
  color: #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .section-services .section-head {
    padding: 95px 0 30px;
  }
}
/* ------------------------------------------------------------ *\
	Section-service-single
\* ------------------------------------------------------------ */
.section-service-single {
  padding-bottom: 65px;
}
.section-service-single h4 {
  text-transform: uppercase;
  margin-bottom: 34px;
  letter-spacing: 0.05em;
}
.section-service-single img {
  margin-bottom: 34px;
  width: 100%;
  height: auto;
}
.section-service-single .section-aside {
  float: left;
  width: 27%;
}
.section-service-single .section-content {
  float: right;
  width: 67.52%;
  padding: 88px 24px 0;
}
.section-service-single .section-content p {
  line-height: 1.78;
  margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
  .section-service-single .shell {
    padding: 0;
  }
  .section-service-single .section-content {
    width: 73%;
  }
}
@media only screen and (max-width: 767px) {
  .section-service-single {
    padding-bottom: 30px;
  }
  .section-service-single .section-aside,
  .section-service-single .section-content {
    width: 100%;
    float: none;
  }
  .section-service-single .section-content {
    padding: 30px 20px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-insurance
\* ------------------------------------------------------------ */
.section-insurance {
  text-align: center;
  padding: 46px 0 58px;
}
.section-insurance p {
  line-height: 1.78;
  margin-bottom: 0;
}
.section-insurance p + p {
  margin-top: 27px;
}
.section-insurance .section-title {
  max-width: 433px;
  line-height: 1.4;
  margin: 0 auto;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
.section-insurance .section-content {
  max-width: 584px;
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Section-article
\* ------------------------------------------------------------ */
.section-article {
  padding: 75px 0 92px;
}
.section-article .list-actions {
  margin-bottom: 48px;
}
.section-article .section-content {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .section-article {
    padding: 30px 0;
  }
  .section-article .list-actions {
    margin-bottom: 30px;
  }
  .section-article .section-content {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 479px) {
  .section-article .section-content {
    padding: 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-contact
\* ------------------------------------------------------------ */
.section-contact {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.62;
  background: #000;
  padding: 170px 0 93px;
}
.section-contact h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
.section-contact h6 {
  text-transform: uppercase;
  color: #bf1e2e;
  letter-spacing: 0.15em;
  margin-bottom: 0px;
}
.section-contact .section-head {
  text-align: center;
  margin-bottom: 73px;
}
.section-contact .section-body {
  padding: 0 12px;
}
.section-contact .section-title {
  color: #fff;
  letter-spacing: 0.1em;
}
.section-contact .section-entry {
  margin-bottom: 41px;
}
.section-contact .section-entry p span {
  font-weight: 900;
  text-transform: uppercase;
  color: #bf1e2e;
}
.section-contact .section-entry-secondary h4 {
  margin-bottom: 10px;
}
.section-contact .parallax {
  top: 170px;
}
.section-contact .col {
  padding: 0 12px;
}
.section-contact .address {
  line-height: 1.88;
}
.section-contact .list-details {
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px) {
  .section-contact {
    padding: 150px 0 50px;
  }
  .section-contact .section-body {
    padding: 0;
  }
  .section-contact .parallax {
    top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .section-contact {
    padding: 100px 0 20px;
    font-size: 14px;
  }
  .section-contact .parallax {
    top: 90px;
  }
  .section-contact .section-head {
    margin-bottom: 30px;
  }
  .section-contact .col {
    margin-bottom: 30px;
  }
  .section-contact .section-entry {
    margin-bottom: 30px;
  }
  .section-contact .list-details {
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------ *\
	Section-map
\* ------------------------------------------------------------ */
.section-map {
  padding: 84px 0 100px;
  background: #e4e4e4;
}
@media only screen and (max-width: 991px) {
  .section-map {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section-map {
    padding: 20px 0;
  }
}
/* ------------------------------------------------------------ *\
	Section-news
\* ------------------------------------------------------------ */
.section-news {
  padding: 172px 0 93px;
  background: #000;
}
.section-news .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 96px;
  letter-spacing: 0.15em;
}
.section-news .parallax {
  top: 170px;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top !important;
}
@media only screen and (max-width: 991px) {
  .section-news {
    padding: 150px 0 50px;
  }
  .section-news .parallax {
    top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .section-news {
    padding: 100px 0 20px;
  }
  .section-news .section-title {
    margin-bottom: 40px;
  }
  .section-news .parallax {
    top: 90px;
  }
}
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  position: relative;
}
.slider .slides {
  list-style: none;
}
.slider .slick-dots {
  position: absolute;
  bottom: 32px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider .slick-dots li {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 6px 0 7px;
}
.slider .slick-dots .slick-active {
  background: #bf1e2e;
}
.slider .slick-dots button {
  display: none;
}
.slider .slick-prev,
.slider .slick-next {
  border: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  width: 25px;
  height: 68px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  z-index: 1;
}
.slider .slick-prev {
  background: url(images/slider-prev@2x.png) no-repeat 0 0;
  left: 31px;
  background-size: cover;
}
.slider .slick-next {
  background: url(images/slider-next@2x.png) no-repeat 0 0;
  right: 31px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .slider .slick-prev {
    left: 12px;
  }
  .slider .slick-next {
    right: 12px;
  }
}
/* ------------------------------------------------------------ *\
	Slider-home
\* ------------------------------------------------------------ */
.slider-home .slide {
  position: relative;
  background: #000;
}
.slider-home .slide-image {
  opacity: .5;
  padding-top: 71.18%;
  background-size: cover;
  background-position: center center;
}
.slider-home .slide-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
}
.slider-home .slide-content img {
  margin: 0 auto 40px;
}
.slider-home .slide-content h2 {
  font-weight: 300;
  max-width: 610px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .slider-home .slide-content img {
    max-width: 300px;
  }
  .slider-home .slide-content h2 {
    font-size: 28px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .slider-home .slide-image {
    padding-top: 0;
    height: 470px;
  }
  .slider-home .slide-content h2 {
    font-size: 20px;
    max-width: 320px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .slider-home .slide-image {
    height: 370px;
  }
  .slider-home .slide-content img {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	Slider-partners
\* ------------------------------------------------------------ */
.slider-partners {
  text-align: center;
}
.slider-partners img {
  margin: 0 auto;
}
/* ------------------------------------------------------------ *\
	Slider-testimonials
\* ------------------------------------------------------------ */
.slider-testimonials .slides {
  padding: 0 37px;
}
.slider-testimonials .slide {
  padding: 0 12px;
}
@media only screen and (max-width: 479px) {
  .slider-testimonials .slides {
    padding: 0 12px;
  }
}
/* ------------------------------------------------------------ *\
	Slider-members
\* ------------------------------------------------------------ */
.slider-members .slides {
  padding: 0 12px;
}
.slider-members .slide {
  padding: 0 12px;
}
.slider-members .slick-prev {
  background: url(images/slider-prev-red@2x.png) no-repeat 0 0;
  left: -45px;
  background-size: cover;
}
.slider-members .slick-next {
  background: url(images/slider-next-red@2x.png) no-repeat 0 0;
  right: -45px;
  background-size: cover;
}
@media only screen and (max-width: 1023px) {
  .slider-members .slick-prev {
    left: -6px;
  }
  .slider-members .slick-next {
    right: -6px;
  }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search form:after {
  content: '';
  line-height: 0;
  display: table;
  clear: both;
}
.search-field {
  display: inline-block;
  width: 100%;
  max-width: calc(100% - 30px);
  font-size: 24px;
  border: 0;
  border-radius: 0;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  appearance: none;
  float: left;
  height: 24px;
}
.search-btn {
  border: 0;
  border-radius: 0;
  font-family: FontAwesome;
  font-size: 24px;
  color: #fff;
  text-indent: 0;
  background: none;
  float: right;
}
.search-results ul {
  list-style: none;
  margin: 20px 0 20px 0;
  width: 100%;
  display: block;
}
.search-results li {
  border-bottom: 1px solid;
}
.search-results li p {
  margin-top: 0px;
  padding-top: 0px;
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .search {
    position: relative;
  }
  .search-field {
    font-size: 20px;
    height: 20px;
  }
  .search-btn {
    font-size: 20px;
    position: absolute;
    top: -2px;
    right: 0;
  }
}
/* ------------------------------------------------------------ *\
	Nav-show
\* ------------------------------------------------------------ */
.nav-show {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 24px;
}
.nav-show span {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
}
.nav-show span:nth-child(1) {
  top: 0;
}
.nav-show span:nth-child(2) {
  top: 10px;
}
.nav-show span:nth-child(3) {
  top: 20px;
}
.nav-show.active span {
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
}
.nav-show.active span:nth-child(3),
.nav-show.active span:nth-child(1) {
  top: 12px;
  background: #fff;
}
.nav-show.active span:nth-child(2) {
  opacity: 0;
}
.nav-show.active span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-show.active span:nth-child(3) {
  transform: rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bf1e2e;
  overflow-y: auto;
  padding: 143px 0 50px;
}
.nav .shell {
  padding: 0 12px;
}
.nav .shell > ul {
  float: left;
  width: calc(50% - 24px);
  margin: 0 12px;
}
.nav ul {
  list-style: none;
  font-size: 0;
  line-height: 0;
}
.nav li {
  border-bottom: 3px solid #fff;
  padding: 54px 0 17px;
}
.nav a {
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}
.nav .is-main > a {
  display: block;
}
.nav .is-main > a:hover {
  text-decoration: none;
}
.nav .is-main > a i {
  float: right;
  font-size: 38px;
  position: relative;
  top: -6px;
  right: -2px;
  line-height: 24px;
  transition: transform .3s;
}
.nav .is-main ul {
  padding: 40px 0 15px;
  display: none;
}
.nav .is-main li {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.nav .is-main li + li {
  margin-top: 24px;
}
.nav .is-main li a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.nav .has-dropdown > a {
  display: block;
}
.nav .has-dropdown > a:hover {
  text-decoration: none;
}
.nav .has-dropdown > a i {
  float: right;
  font-size: 38px;
  position: relative;
  top: -6px;
  right: -2px;
  line-height: 24px;
  transition: transform .3s;
}
.nav .has-dropdown ul {
  padding: 40px 0 15px;
  display: none;
}
.nav .has-dropdown li {
  width: 100%;
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.nav .has-dropdown li + li {
  margin-top: 24px;
}
.nav .has-dropdown li a {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.nav .has-dropdown.expand > a i {
  transform: rotate(90deg);
  top: -4px;
}
.nav .has-dropdown.expand ul {
  display: block;
}
@media only screen and (max-width: 767px) {
  .nav {
    top: 100px;
    padding-top: 0;
  }
  .nav .shell {
    padding: 0 20px;
  }
  .nav .shell > ul {
    float: none;
    width: 100%;
    margin: 0;
  }
  .nav a {
    font-size: 20px;
  }
  .nav li {
    padding: 25px 0 17px;
  }
  .nav .has-dropdown > a i {
    font-size: 28px;
    top: -6px;
  }
  .nav .has-dropdown ul {
    padding: 27px 0 15px;
  }
}
@media only screen and (max-width: 479px) {
  .nav {
    top: 60px;
  }
  .nav a {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------ *\
	Nav-secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  position: static;
  height: auto;
  padding: 74px 24px;
  min-height: 976px;
}
.nav-secondary:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #bf1e2e;
  width: 9999px;
  bottom: 0;
}
.nav-secondary li {
  border-bottom: none;
  padding: 0;
}
.nav-secondary a {
  font-size: 20px;
  letter-spacing: 0.03em;
  display: block;
  padding: 16px 0 16px;
  line-height: 1.25;
}
.nav-secondary .has-dropdown > a {
  border-bottom: 1px solid #ffffff;
}
.nav-secondary .has-dropdown ul {
  padding: 5px 0;
}
.nav-secondary .has-dropdown li a {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  padding: 14px 0 14px 26px;
  position: relative;
}
.nav-secondary .has-dropdown li a i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 0;
}
.nav-secondary .has-dropdown li a:hover {
  color: #000;
  text-decoration: none;
}
.nav-secondary .has-dropdown li + li {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .nav-secondary {
    padding: 74px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .nav-secondary {
    min-height: 0;
    padding: 30px 20px;
  }
}
/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */
.box {
  background: #000;
  position: relative;
  overflow: hidden;
  color: #fff;
  max-height: 510px;
}
.box h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 10px 10px 10px;
}
.box p {
  padding-bottom: 15px;
}
.box-image-faded {
  opacity: .8;
}
.box-image img {
  display: block;
  width: 100%;
  height: auto;
}
.box .box-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  height: 110px;
  overflow: hidden;
  transition: height .5s;
}
.box .box-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: .3;
  z-index: 1;
}
.box .box-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bf1e2e;
  opacity: .8;
}
.box .box-overlay-inner {
  position: relative;
  z-index: 5;
  top: 0;
  transition: top .5s, transform .5s;
  padding-left: 10px;
  padding-right: 10px;
}
.box .box-overlay .icon-round {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}
.box a:hover h4 {
  height: auto;
}
.box a:hover .box-overlay {
  height: 100%;
}
.box a:hover .box-overlay-inner {
  top: 50%;
  transform: translateY(-50%);
}
.box a:hover .icon-round {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 991px) {
  .box .box-overlay {
    height: 80px;
  }
  .box h4 {
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 767px) {
  .box .box-overlay {
    height: 80px;
  }
  .box h4 {
    margin-bottom: 0;
    padding-top: 15px;
    font-size: 14px !important;
  }
}
/* ------------------------------------------------------------ *\
	Box-alt
\* ------------------------------------------------------------ */
.box-alt h6 {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.box-alt .box-overlay {
  padding: 15px 0;
}
/* ------------------------------------------------------------ *\
	Contact
\* ------------------------------------------------------------ */
.contact {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
}
.contact h1 {
  color: #bf1e2e;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  display: inline-block;
  text-align: right;
  line-height: 1;
  padding-right: 28px;
}
.contact p {
  display: inline-block;
  text-align: right;
  padding-right: 28px;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}
.contact .icon-round {
  display: inline-block;
  float: right;
  margin-top: 4px;
  transition: all .3s;
}
.contact a:hover .icon-round {
  border-color: #bf1e2e;
  color: #bf1e2e;
}
@media only screen and (max-width: 767px) {
  .contact {
    max-width: 320px;
  }
  .contact .icon-round {
    margin-top: 0;
  }
  .contact p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .contact {
    max-width: 320px;
  }
  .contact .icon-round {
    margin-top: 0;
  }
}
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
}
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Update
\* ------------------------------------------------------------ */
.updates {
  list-style: none;
  padding: 0 24px;
}
.updates .update {
  margin-bottom: 52px;
}
.updates-secondary .update {
  margin-bottom: 34px;
}
.update {
  display: flex;
  color: #fff;
}
.update a:hover {
  color: #bf1e2e;
  text-decoration: none;
}
.update-image {
  width: 432px;
}
.update-content {
  width: calc(100% - 432px);
  padding: 37px 0 0 25px;
}
.update p {
  margin-bottom: 17px;
  line-height: 1.29;
  letter-spacing: 0.05em;
}
.update p a {
  margin-left: 13px;
}
.update h6 {
  text-transform: uppercase;
  margin: 0 0 17px;
  width: 100%;
  letter-spacing: 0.15em;
}
.update h6 + .update-meta {
  margin-top: -17px;
}
.update .update-meta {
  letter-spacing: 0.15em;
  font-weight: 300;
  text-transform: uppercase;
}
.update .link-read {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
/* Update-left */
.update-left .update-image {
  order: 1;
}
.update-left .update-content {
  order: 2;
}
/* Update-right */
.update-right .update-image {
  order: 2;
}
.update-right .update-content {
  order: 1;
  text-align: right;
  padding-left: 0;
  padding-right: 25px;
}
/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */
@media only screen and (max-width: 991px) {
  .updates {
    padding: 0;
  }
  .update img {
    width: 100%;
    height: auto;
  }
  .update-image {
    width: 50%;
    padding: 0 12px;
  }
  .update-content {
    width: 50%;
    padding: 0 12px;
    align-self: center;
  }
  .update-right .update-content {
    order: 1;
    text-align: right;
    padding: 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .update {
    flex-wrap: wrap;
  }
  .update-image {
    width: 100%;
    padding: 0 12px;
    margin-bottom: 20px;
  }
  .update-content {
    width: 100%;
    align-self: center;
  }
  .update-right .update-image {
    order: 1;
  }
  .update-right .update-content {
    order: 2;
    text-align: left;
  }
}
/* ------------------------------------------------------------ *\
	Btns
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: top;
}
/* ------------------------------------------------------------ *\
	Btn-transparent
\* ------------------------------------------------------------ */
.btn-transparent {
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: 3px solid #fff;
  border-radius: 3px;
  padding: 12px 29px 11px;
  transition: all .3s;
}
.btn-transparent:hover {
  text-decoration: none;
  background: #fff;
  color: #bf1e2e;
}
/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */
.bar {
  background: #fff;
  text-align: center;
}
.bar h3 {
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 29px;
}
/* Bar-partners */
.bar-partners {
  padding: 42px 0 52px;
}
/* ------------------------------------------------------------ *\
	Bar-black
\* ------------------------------------------------------------ */
.bar-black {
  background: #000;
  height: 161px;
}
@media only screen and (max-width: 767px) {
  .bar-black {
    height: 70px;
  }
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background: rgba(255, 255, 255, 0.2);
  line-height: 1.79;
  padding: 35px 35px 38px;
}
.testimonial a {
  color: #fff;
  transition: color .3s;
}
.testimonial a:hover {
  color: #f30a21;
  text-decoration: none;
}
.testimonial blockquote {
  max-width: 321px;
  margin: 0 auto 25px;
}
.testimonial-author {
  text-transform: uppercase;
  max-width: 321px;
  margin: 0 auto;
}
.testimonial-meta {
  display: block;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  font-size: 0;
}
.socials li {
  display: inline-block;
  font-size: 22px;
}
.socials li + li {
  margin-left: 25px;
}
.socials a {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #0d1d26;
  text-align: center;
  line-height: 34px;
  transition: all .3s;
}
.socials a:hover {
  background: #bf1e2e;
  color: #fff;
}
.socials .fa-twitter {
  position: relative;
  top: 1px;
  right: -1px;
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article p {
  margin-bottom: 7px;
}
.article p small {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.article-head {
  padding-bottom: 12px;
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
}
.article-title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 1;
}
.article-meta {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 300;
  float: right;
  padding-top: 15px;
}
.article-images img {
  margin-bottom: 23px;
  width: 100%;
  height: auto;
}
.article-content {
  padding: 3px 0 0;
}
.article-content p {
  line-height: 1.72;
}
.article-content p + p {
  margin-top: 25px;
}
.article .cols {
  margin: 0 -10px;
}
.article .col {
  padding: 0 10px;
}
.article .link-share:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .article-meta {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .article-head {
    text-align: center;
  }
  .article-title {
    display: block;
  }
  .article-meta {
    float: none;
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form h4 {
  margin-bottom: 24px;
}
.form .field,
.form .textarea {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  color: #7c7c7c;
  padding: 10px 14px 9px;
  letter-spacing: 0.05em;
}
.form .textarea {
  min-height: 162px;
}
.form .form-row {
  margin-bottom: 26px;
}
.form .form-btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.15em;
  background: #bf1e2e;
  padding: 10px 14px 9px;
  cursor: pointer;
  transition: all .3s;
}
.form .form-btn:hover {
  color: #bf1e2e;
  background: #fff;
}
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: relative;
  display: block;
  padding-top: 55.13%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  background: #000;
  color: #fff;
  padding: 91px 0;
}
.footer h6 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin: 31px 0;
}
.footer .shell {
  padding: 0 12px;
}
.footer .col {
  padding: 0 12px;
}
.footer .cols + .cols {
  margin-top: 41px;
}
.footer-logo {
  margin-bottom: 35px;
}
.footer .list-links {
  float: left;
  width: 50%;
}
.footer .list-links + .list-links {
  padding-left: 12px;
}
.footer .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
  padding-top: 18px;
}
@media only screen and (max-width: 991px) {
  .footer-logo {
    width: 141px;
    height: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer h6 {
    margin-bottom: 20px;
  }
  .footer .col {
    float: none;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .footer .col:last-child {
    margin-bottom: 0;
  }
  .footer .cols + .cols {
    margin-top: 20px;
  }
  .footer .list-links {
    float: none;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footer .copyright {
    padding-top: 0;
  }
}
