*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
b,
i,
li,
td {
  font-family: "Proxima Nova", sans-serif;
  font-weight: 300;
  color: inherit;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  font: 300 16px/28px "Proxima Nova", sans-serif;
}
p,
b {
  font: 300 16px/28px "Proxima Nova", sans-serif;
  margin: 0 0 16px;
}
p a,
b a {
  font: inherit;
  color: inherit;
}
a {
  text-decoration: none;
  font: 300 14px/26px "Proxima Nova", sans-serif;
  color: #222;
}
.block .typo-wrapper .list1 li a {
  text-decoration: none;
  font: 300 20px/27px "Proxima Nova", sans-serif;
  color: #ff294b;
  text-decoration:underline
}
b,
strong {
  font-weight: 600;
}
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #736666;
  font: inherit;
}
::-moz-placeholder {
  color: #736666;
  font: inherit;
}
:-moz-placeholder {
  color: #736666;
  font: inherit;
}
:-ms-input-placeholder {
  color: #736666;
  font: inherit;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNovaT-Thin.eot?szgcgg");
  src: url("../fonts/proximanova/ProximaNovaT-Thin.eot?szgcgg#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/ProximaNovaT-Thin.ttf?szgcgg") format("truetype"),
    url("../fonts/proximanova/ProximaNovaT-Thin.woff?szgcgg") format("woff"),
    url("../fonts/proximanova/ProximaNovaT-Thin.svg?szgcgg#icomoon")
      format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Light.eot?szgcgg");
  src: url("../fonts/proximanova/ProximaNova-Light.eot?szgcgg#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/ProximaNova-Light.ttf?szgcgg") format("truetype"),
    url("../fonts/proximanova/ProximaNova-Light.woff?szgcgg") format("woff"),
    url("../fonts/proximanova/ProximaNova-Light.svg?szgcgg#icomoon")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Regular.eot?szgcgg");
  src: url("../fonts/proximanova/ProximaNova-Regular.eot?szgcgg#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/ProximaNova-Regular.ttf?szgcgg")
      format("truetype"),
    url("../fonts/proximanova/ProximaNova-Regular.woff?szgcgg") format("woff"),
    url("../fonts/proximanova/ProximaNova-Regular.svg?szgcgg#icomoon")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova/ProximaNova-Semibold.eot?szgcgg");
  src: url("../fonts/proximanova/ProximaNova-Semibold.eot?szgcgg#iefix")
      format("embedded-opentype"),
    url("../fonts/proximanova/ProximaNova-Semibold.ttf?szgcgg")
      format("truetype"),
    url("../fonts/proximanova/ProximaNova-Semibold.woff?szgcgg") format("woff"),
    url("../fonts/proximanova/ProximaNova-Semibold.svg?szgcgg#icomoon")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?iwzwf");
  src: url("../fonts/icomoon/icomoon.eot?iwzwf#iefix") format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?iwzwf") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?iwzwf") format("woff"),
    url("../fonts/icomoon/icomoon.svg?iwzwf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
  content: "\e900";
}
.icon-angle-right:before {
  content: "\e901";
}
.icon-build:before {
  content: "\e902";
}
.icon-check:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-graph:before {
  content: "\e905";
}
.icon-intst:before {
  content: "\e906";
}
.icon-mail:before {
  content: "\e907";
}
.icon-marker:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-shield:before {
  content: "\e90b";
}
.icon-vkontakte:before {
  content: "\e90c";
}
.icon-youtube:before {
  content: "\e90d";
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-strike {
  text-decoration: line-through;
}
.text-muted {
  color: #a1a1a1;
}
.hidden {
  display: none;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.main-title.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.main-title.right:before {
  right: 0;
}
.main-title.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.main-title.left:before {
  left: 0;
}
.main-title.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-title.center:before {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-title span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3a3a3a;
  font: 700 72px "Proxima Nova", sans-serif;
  z-index: 1;
}
.main-title:before {
  display: block;
  position: absolute;
  content: attr(data-text);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
  font: 700 220px/220px "Proxima Nova", sans-serif;
  text-shadow: 0px 0px 1px #a1a1a1;
  opacity: 0.5;
}
@media only screen and (max-width: 992px) {
  .main-title span {
    font-size: 64px;
  }
  .main-title:before {
    font-size: 160px;
    line-height: 160px;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 768px) {
  .main-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-title span {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
  }
  .main-title:before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 100px;
    text-align: center;
    line-height: 100px;
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .main-title span {
    font-size: 36px;
    line-height: 40px;
  }
  .main-title:before {
    font-size: 80px;
    line-height: 80px;
  }
}
.stl-btn1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 252px;
  width: 100%;
  height: 70px;
  background: #373737;
  padding-right: 70px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.stl-btn1 span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font: 400 16px "Proxima Nova", sans-serif;
  text-decoration: underline;
  z-index: 2;
}
.stl-btn1:before {
  display: block;
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: #ff294b;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stl-btn1:after {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  z-index: 2;
}
.stl-btn1:hover span {
  text-decoration: none;
}
.stl-btn1:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
table.table {
  width: 100%;
  margin-bottom: 20px;
}
table.table thead tr th {
  background: #373737;
  border-color: #e1e1e1;
  color: #ffffff;
  font: 700 17px "Proxima Nova", sans-serif;
  padding: 25px;
}
table.table tbody tr td {
  border-color: #e1e1e1;
  color: #3a3a3a;
  font: 400 17px "Proxima Nova", sans-serif;
  text-align: center;
  padding: 25px;
}
table.table tbody tr:nth-child(2n) {
  background: #ffffff;
}
table.table tbody tr:nth-child(2n + 1) td {
  background: #f3f7f9;
}
@media only screen and (max-width: 992px) {
  table.table tr td,
  table.table tr th {
    padding: 5px 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  table.table thead {
    display: none;
  }
  table.table tr {
    display: block;
  }
  table.table td {
    display: block;
    background: #ffffff !important;
    border: 0 !important;
    border-bottom: 1px solid #373737 !important;
    text-align: right !important;
    padding: 5px !important;
  }
  table.table td:first-child {
    background: #373737 !important;
    border: 1px solid #373737 !important;
    color: #ffffff !important;
  }
  table.table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-align: left;
  }
}
.form {
  position: relative;
  z-index: 2;
}
.form .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -12px;
}
.form .row .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 12px;
}
.form .row .col.w50 {
  width: 50%;
}
.form .row .col.w100 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form .row {
    margin: 0;
  }
  .form .row .col {
    width: 100% !important;
    padding: 0;
  }
}
input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ececec;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px #00000012;
  box-shadow: 0px 2px 3px 0px #00000012;
  color: #3e3e3e;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  padding: 0 20px;
  margin-bottom: 20px;
}
input::-webkit-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input::-moz-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:-ms-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input::-ms-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input::placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus::-webkit-input-placeholder,
input:active::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus::-moz-placeholder,
input:active::-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus:-ms-input-placeholder,
input:active:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus::-ms-input-placeholder,
input:active::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input:focus::placeholder,
input:active::placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea {
  display: block;
  width: 100%;
  height: 260px;
  border-radius: 4px;
  border: 1px solid #ececec;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px #00000012;
  box-shadow: 0px 2px 3px 0px #00000012;
  color: #3e3e3e;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  padding: 0 20px;
  margin-bottom: 20px;
  resize: none;
}
textarea::-webkit-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::-moz-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:-ms-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::-ms-input-placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea::placeholder {
  color: #929292;
  font: 400 15px/48px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus::-moz-placeholder,
textarea:active::-moz-placeholder {
  opacity: 0;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus::-ms-input-placeholder,
textarea:active::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:focus::placeholder,
textarea:active::placeholder {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dev-pages {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 20px;
  background: white;
  border-bottom: 1px solid silver;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.dev-pages h1 {
  margin: 0 0 10px;
  font: 300 18px/40px "Proxima Nova", sans-serif;
}
.dev-pages ul {
  *zoom: 1;
}
.dev-pages ul:before,
.dev-pages ul:after {
  content: " ";
  display: table;
}
.dev-pages ul:after {
  clear: both;
}
.dev-pages ul li {
  display: inline-block;
  display: block;
  float: left;
  text-transform: uppercase;
  margin: 0 10px 10px 0;
}
.dev-pages ul li a {
  display: inline-block;
  border: 1px solid transparent;
  background: #606060;
  font: 400 16px/36px "Proxima Nova", sans-serif;
  padding: 0 16px;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.dev-pages ul li a:hover {
  color: #202020;
  border-color: silver;
  background-color: white;
}
.dev-pages .show {
  position: absolute;
  top: 100%;
  padding: 8px;
  text-decoration: none;
  background-color: black;
  color: white;
}
.dev-pages .show .mdi {
  display: none;
  font-size: 20px;
}
.dev-pages .show .mdi:first-of-type {
  display: block;
}
.dev-pages .show:hover {
  color: orange;
}
.dev-pages:hover,
.dev-pages.active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dev-pages:hover .show .mdi:first-of-type {
  display: none;
}
.dev-pages:hover .show .mdi:nth-child(3n + 2) {
  display: block;
}
.dev-pages.active .show .mdi:first-of-type,
.dev-pages.active .show .mdi:nth-child(3n + 2) {
  display: none;
}
.dev-pages.active .show .mdi:last-of-type {
  display: block;
}
body.open-menu {
  overflow: hidden;
}
body .overflow-wrapper {
  overflow: hidden;
}
.block.block-header {
  position: relative;
  padding: 0 15px;
}
.block.block-header .header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1680px;
  width: 100%;
  padding: 40px 0 37px;
  margin: 0 auto;
}
.block.block-header .header-wrapper .header-logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 286px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 286px;
  flex: 0 1 286px;
  padding-right: 25px;
}
.block.block-header .header-wrapper .header-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.block.block-header .header-wrapper .header-main .header-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding-left: 50px;
}
.block.block-header .header-wrapper .header-main .header-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block.block-header .header-wrapper .header-main .header-menu .menu > li {
  margin: 0 30px;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li.dropdown {
  position: relative;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li.dropdown
  .dropdown-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 310px;
  top: 100%;
  left: 0;
  background: #ffffff;
  border-bottom: 3px solid #ff294b;
  padding: 35px;
  z-index: 5;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li.dropdown
  .dropdown-menu
  > li
  a {
  color: #3a3a3a;
  font: 700 16px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li.dropdown
  .dropdown-menu
  > li
  a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li.dropdown:hover
  .dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.block.block-header .header-wrapper .header-main .header-menu .menu > li > a {
  color: #3a3a3a;
  font: 700 16px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header
  .header-wrapper
  .header-main
  .header-menu
  .menu
  > li
  > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .header-main .header-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 160px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 160px;
  flex: 0 1 160px;
  margin-left: 30px;
}
.block.block-header .header-wrapper .header-main .header-contacts .phone {
  /*color: #3a3a3a;*/
  color: #ff294b;
  font: 700 18px "Proxima Nova", sans-serif;
}
.block.block-header .header-wrapper .header-main .header-contacts .title {
  color: #3a3a3a;
  font: 400 14px "Proxima Nova", sans-serif;
  text-decoration: underline;
}
.block.block-header .header-wrapper .header-main .header-contacts .title:hover {
  text-decoration: none;
}
.block.block-header .header-wrapper .header-main .header-search {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  margin-left: 40px;
}
.block.block-header .header-wrapper .header-main .header-search .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ebebeb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .header-main .header-search .search i {
  color: #000000;
  font-size: 16px;
}
.block.block-header .header-wrapper .header-main .header-search .search:hover {
  background: #ebebeb;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger {
  display: none;
  position: relative;
  width: 18px;
  height: 15px;
  overflow: hidden;
  float: right;
  cursor: pointer;
}
.block.block-header .header-wrapper .burger.active span {
  left: -200%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger.active:before {
  top: 6px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger.active:after {
  bottom: 6px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger span {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #373737;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger:before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  top: 0;
  left: 0;
  background: #373737;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-header .header-wrapper .burger:after {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #373737;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .block.block-header .header-wrapper {
    padding: 16px 0;
  }
  .block.block-header .header-wrapper .header-main .header-menu {
    padding: 0;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-header .header-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block.block-header .header-wrapper .header-main {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block.block-header .header-wrapper .header-main.active {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 30px 15px;
    z-index: 10;
  }
  .block.block-header .header-wrapper .header-main .header-menu {
    margin-bottom: 20px;
  }
  .block.block-header .header-wrapper .header-main .header-menu .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block.block-header .header-wrapper .header-main .header-menu .menu > li {
    text-align: center;
  }
  .block.block-header
    .header-wrapper
    .header-main
    .header-menu
    .menu
    > li.dropdown {
    min-width: none;
  }
  .block.block-header
    .header-wrapper
    .header-main
    .header-menu
    .menu
    > li.dropdown
    .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    border-bottom: none;
    padding: 5px;
  }
  .block.block-header
    .header-wrapper
    .header-main
    .header-menu
    .menu
    > li.dropdown
    .dropdown-menu
    > li {
    text-align: center;
  }
  .block.block-header .header-wrapper .header-main .header-contacts {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .block.block-header .header-wrapper .header-main .header-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .block.block-header .header-wrapper .burger {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-header .header-wrapper .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 200px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    padding-right: 20px;
  }
  .block.block-header .header-wrapper .header-logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block.block-header .header-wrapper .header-logo a img {
    width: 100%;
  }
  .block.block-footer .footer-info .footer-logo a img {
    width: 100%;
  }
}
.block.block-footer {
  position: relative;
  padding: 0 15px;
}
.block.block-footer .footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  max-width: 1680px;
  width: 100%;
  padding: 50px 0 0;
  margin: 0 auto;
}
.block.block-footer .footer-main .footer-info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 330px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 330px;
  flex: 0 1 330px;
  padding: 12px 0;
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}
.block.block-footer .footer-main .footer-info .footer-logo {
  margin-bottom: 27px;
}
.block.block-footer .footer-main .footer-info > .info {
  max-width: 300px;
  width: 100%;
  color: #a2a2a2;
  font: 400 14px/18px "Proxima Nova", sans-serif;
  margin-bottom: 40px;
}
.block.block-footer .footer-main .footer-info .social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block.block-footer .footer-main .footer-info .social-links li {
  margin-right: 24px;
}
.block.block-footer .footer-main .footer-info .social-links li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-footer .footer-main .footer-info .social-links li a i {
  color: #373737;
  font-size: 20px;
}
.block.block-footer .footer-main .footer-info .social-links li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-footer .footer-main .footer-news {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 60px;
}
.block.block-footer .footer-main .footer-news > .title {
  color: #3a3a3a;
  font: 700 28px/38px "Proxima Nova", sans-serif;
  margin-bottom: 22px;
}
.block.block-footer .footer-main .footer-news .news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -15px;
}
.block.block-footer .footer-main .footer-news .news-container .inner-wrapper {
  width: 50%;
  padding: 0 15px;
}
.block.block-footer .footer-main .footer-news .news-container .news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 143px;
  height: 143px;
  margin-right: 29px;
  margin-bottom: 20px;
  overflow: hidden;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .image
  img {
  display: block;
  width: auto;
  height: 100%;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .image:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  bottom: 7px;
  right: 6px;
  color: #ffffff;
  font-size: 6px;
  z-index: 2;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .image:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent #ff294b transparent;
  z-index: 1;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .info
  .date {
  color: #9c9c9c;
  font: 400 14px "Proxima Nova", sans-serif;
  margin-bottom: 10px;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .info
  .theme {
  display: block;
  width: 100%;
  color: #3a3a3a;
  font: 700 18px/21px "Proxima Nova", sans-serif;
  margin-bottom: 15px;
}
.block.block-footer
  .footer-main
  .footer-news
  .news-container
  .news-block
  .info
  .desc {
  color: #3a3a3a;
  font: 400 16px/21px "Proxima Nova", sans-serif;
}
.block.block-footer .footer-main .footer-contacts {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 392px;
  -moz-box-flex: 0;
  -ms-flex: 0 1 392px;
  flex: 0 1 392px;
  padding: 0 46px;
}
.block.block-footer .footer-main .footer-contacts > .title {
  position: relative;
  color: #3a3a3a;
  font: 700 28px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.block.block-footer .footer-main .footer-contacts .contact-block {
  position: relative;
  padding-left: 36px;
  margin-bottom: 20px;
}
.block.block-footer
  .footer-main
  .footer-contacts
  .contact-block.address:before {
  content: "\e908";
}
.block.block-footer .footer-main .footer-contacts .contact-block.phone:before {
  content: "\e909";
  font-size: 17px;
}
.block.block-footer .footer-main .footer-contacts .contact-block.email a {
  text-decoration: underline;
}
.block.block-footer .footer-main .footer-contacts .contact-block.email a:hover {
  text-decoration: none;
}
.block.block-footer .footer-main .footer-contacts .contact-block.email:before {
  content: "\e907";
  font-size: 15px;
}
.block.block-footer .footer-main .footer-contacts .contact-block a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-footer .footer-main .footer-contacts .contact-block a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-footer .footer-main .footer-contacts .contact-block > .title {
  color: #3a3a3a;
  font: 400 14px/21px "Proxima Nova", sans-serif;
}
.block.block-footer .footer-main .footer-contacts .contact-block .desc {
  color: #3a3a3a;
  font: 600 18px/21px "Proxima Nova", sans-serif;
}
.block.block-footer .footer-main .footer-contacts .contact-block:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  top: 5px;
  left: 0;
  color: #ff294b;
  font-size: 20px;
}
.block.block-footer .footer-main .footer-contacts:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: -moz-calc(100% + 60px);
  height: calc(100% + 60px);
  top: -50px;
  left: 0;
  border-top: 3px solid #ff294b;
  background: #ffffff;
  -webkit-box-shadow: -21.651px 12.5px 40px 0px #27282c14;
  box-shadow: -21.651px 12.5px 40px 0px #27282c14;
}
.block.block-footer .footer-main:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: #f5f5f5;
}
.block.block-footer .footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1680px;
  width: 100%;
  padding: 45px 0;
  margin: 0 auto;
}
.block.block-footer .footer-bottom .footer-copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  color: #3a3a3a;
  font: 400 16px/16px "Proxima Nova", sans-serif;
  padding-right: 30px;
}
.block.block-footer .footer-bottom .footer-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.block.block-footer .footer-bottom .footer-menu .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block.block-footer .footer-bottom .footer-menu .menu li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 42px;
}
.block.block-footer .footer-bottom .footer-menu .menu li a {
  color: #3a3a3a;
  font: 400 16px/16px "Proxima Nova", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-footer .footer-bottom .footer-menu .menu li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1600px) {
  .block.block-footer .footer-main .footer-news {
    padding: 0 30px;
  }
  .block.block-footer .footer-main .footer-news .news-container .news-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1200px) {
  .block.block-footer .footer-main .footer-news .news-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .block.block-footer .footer-main .footer-news .news-container .inner-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .inner-wrapper:last-child {
    margin-bottom: 0;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image {
    max-width: 100%;
    width: 100%;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image
    img {
    width: 100%;
  }
  .block.block-footer .footer-main .footer-contacts {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 300px;
    -moz-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-footer .footer-main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block-footer .footer-main .footer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    border-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .block.block-footer .footer-main .footer-info .info {
    text-align: center;
  }
  .block.block-footer .footer-main .footer-info .social-links li {
    margin: 0 10px;
  }
  .block.block-footer .footer-main .footer-news {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .block.block-footer .footer-main .footer-news .news-container .news-block {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image {
    width: 148px;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image
    img {
    width: auto;
  }
  .block.block-footer .footer-main .footer-contacts {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 30px;
  }
  .block.block-footer .footer-main .footer-contacts:before {
    top: 0;
    height: 100%;
  }
  .block.block-footer .footer-main:before {
    height: 4px;
  }
  .block.block-footer .footer-bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block-footer .footer-bottom .footer-copyright {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .block.block-footer .footer-bottom .footer-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0;
  }
  .block.block-footer .footer-bottom .footer-menu .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block.block-footer .footer-bottom .footer-menu .menu li {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image {
    width: 80px;
    height: 80px;
    margin-right: 18px;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image
    img {
    width: auto;
    height: 100%;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image:before,
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .image:after {
    display: none;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .info
    .date {
    font-size: 13px;
    line-height: 15px;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .info
    .theme {
    font-size: 17px;
    line-height: 21px;
  }
  .block.block-footer
    .footer-main
    .footer-news
    .news-container
    .news-block
    .info
    .desc {
    font-size: 15px;
    line-height: 17px;
  }
}
.block.block-banner {
  position: relative;
  padding: 0 15px;
}
.block.block-banner .banner-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 95px;
}
.block.block-banner .banner-wrapper .banner-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: 35px;
  z-index: 2;
}
.block.block-banner .banner-wrapper .banner-top .top-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 152px;
}
.block.block-banner .banner-wrapper .banner-top .top-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3a3a3a;
  font: 700 28px "Proxima Nova", sans-serif;
  margin: 0 37px;
}
.block.block-banner .banner-wrapper .banner-top .top-list li i {
  color: #ff294b;
  font-size: 28px;
  margin-right: 20px;
}
.block.block-banner .banner-wrapper .banner-slider-for {
  position: absolute;
  max-width: 1920px;
  width: 100%;
  height: 756px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.block.block-banner .banner-wrapper .banner-slider-nav {
  position: relative;
  max-width: 679px;
  width: 100%;
  -webkit-box-shadow: -56.292px 32.5px 40px 0px #27282c33;
  box-shadow: -56.292px 32.5px 40px 0px #27282c33;
  z-index: 2;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slide .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 679px;
  width: 100%;
  height: 470px;
  background: #fff url(../img/banner-desc-bg.png) no-repeat center center;
  padding: 30px;
  overflow: hidden;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title {
  color: #3a3a3a;
  font: 700 78px/64px "Proxima Nova", sans-serif;
  margin-bottom: 38px;
}
.block.block-banner
  .banner-wrapper
  .banner-slider-nav
  .slide
  .desc
  .title
  span {
  color: #ff2d4b;
  font: 700 78px/64px "Proxima Nova", sans-serif;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title2 {
  color: #3a3a3a;
  font: 700 48px/44px "Proxima Nova", sans-serif;
  margin-bottom: 30px;
}
.block.block-banner
  .banner-wrapper
  .banner-slider-nav
  .slide
  .desc
  .title2
  span {
  color: #ff2d4b;
  font: 700 48px/44px "Proxima Nova", sans-serif;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .list {
  padding-left: 20px;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .list li {
  position: relative;
  color: #3a3a3a;
  font: 400 20px/36px "Proxima Nova", sans-serif;
  padding-left: 35px;
}
.block.block-banner
  .banner-wrapper
  .banner-slider-nav
  .slide
  .desc
  .list
  li:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e903";
  top: 0;
  left: 0;
  color: #000000;
  font-size: 10px;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slick-arrow {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: auto;
  bottom: 31px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #ff294b;
  z-index: 10;
}
.block.block-banner .banner-wrapper .banner-slider-nav .slick-arrow.slick-prev {
  left: 100%;
}
.block.block-banner
  .banner-wrapper
  .banner-slider-nav
  .slick-arrow.slick-prev:before {
  content: "\e900";
}
.block.block-banner .banner-wrapper .banner-slider-nav .slick-arrow.slick-next {
  left: -moz-calc(100% + 70px);
  left: calc(100% + 70px);
}
.block.block-banner
  .banner-wrapper
  .banner-slider-nav
  .slick-arrow.slick-next:before {
  content: "\e901";
}
.block.block-banner .banner-wrapper .banner-slider-nav .slick-arrow:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .block.block-banner .banner-wrapper .banner-top .top-title img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list {
    margin-bottom: 156px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list li {
    font-size: 22px;
  }
  .block.block-banner .banner-wrapper .banner-slider-for {
    height: 620px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc {
    height: 360px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title
    span {
    font-size: 64px;
    line-height: 48px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title2,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title2
    span {
    font-size: 36px;
    line-height: 34px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .list li {
    line-height: 24px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slick-arrow {
    bottom: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-banner .banner-wrapper {
    margin-bottom: 60px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list {
    margin-bottom: 166px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list li {
    font-size: 15px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list li i {
    font-size: 12px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav {
    max-width: 600px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-banner {
    padding: 0;
  }
  .block.block-banner .banner-wrapper {
    margin-bottom: 40px;
  }
  .block.block-banner .banner-wrapper .banner-top {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-title img {
    max-width: 230px;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .block.block-banner .banner-wrapper .banner-top .top-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
  .block.block-banner .banner-wrapper .banner-slider-for {
    max-width: 100%;
    width: 100%;
    height: 380px;
  }
  .block.block-banner .banner-wrapper .banner-slider-for .slide .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block.block-banner .banner-wrapper .banner-slider-for .slide img {
    display: block;
    width: auto;
    height: 620px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav {
    max-width: 100%;
    height: auto;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc {
    max-width: 100%;
    height: auto;
    padding: 15px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title
    span {
    font-size: 48px;
    line-height: 48px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title2,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title2
    span {
    font-size: 28px;
    line-height: 28px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .list li {
    line-height: 20px;
    margin-bottom: 5px;
  }
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .list
    li:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title
    span {
    font-size: 28px;
    line-height: 28px;
  }
  .block.block-banner .banner-wrapper .banner-slider-nav .slide .desc .title2,
  .block.block-banner
    .banner-wrapper
    .banner-slider-nav
    .slide
    .desc
    .title2
    span {
    font-size: 20px;
    line-height: 20px;
  }
}
.block.block-advantages {
  position: relative;
  padding: 0 15px;
}
.block.block-advantages .advantages-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 56px;
}
.block.block-advantages .advantages-wrapper .advantages-slider .slick-list {
  margin: 0 -18px;
}
.block.block-advantages .advantages-wrapper .advantages-slider .slide {
  padding: 0 18px;
}
.block.block-advantages .advantages-wrapper .advantages-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}
.block.block-advantages .advantages-wrapper .advantages-slider .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.block.block-advantages
  .advantages-wrapper
  .advantages-slider
  .slick-dots
  li.slick-active
  button {
  background: #ff2849;
}
.block.block-advantages
  .advantages-wrapper
  .advantages-slider
  .slick-dots
  li
  button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #363636;
}
.block.block-advantages
  .advantages-wrapper
  .advantages-slider
  .slick-dots
  li
  button:before {
  display: none !important;
}
.block.block-advantages .advantages-wrapper .advantage-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 294px;
  padding: 30px;
}
.block.block-advantages .advantages-wrapper .advantage-block .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 87px;
  height: 85px;
  margin-bottom: 30px;
  z-index: 3;
}
.block.block-advantages .advantages-wrapper .advantage-block .icon svg {
  width: 100%;
}
.block.block-advantages .advantages-wrapper .advantage-block .icon svg path {
  fill: #ff294b;
}
.block.block-advantages .advantages-wrapper .advantage-block .title {
  position: relative;
  color: #3a3a3a;
  font: 700 26px/27px "Proxima Nova", sans-serif;
  text-align: center;
  z-index: 3;
}
.block.block-advantages .advantages-wrapper .advantage-block p {
  color: #000;
  font: 500 20px/40px "Proxima Nova", sans-serif;
  text-align: center;
}
.block.block-advantages .advantages-wrapper .advantage-block:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  opacity: 0.502;
}
.block.block-advantages .advantages-wrapper .advantage-block:after {
  display: block;
  position: absolute;
  content: "";
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  height: -moz-calc(100% - 22px);
  height: calc(100% - 22px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(39, 40, 44, 0.03);
  box-shadow: 0px 4px 6px 0px rgba(39, 40, 44, 0.03);
  opacity: 0.251;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .block.block-advantages .advantages-wrapper .advantages-slider .slick-list {
    margin: 0 -15px;
  }
  .block.block-advantages
    .advantages-wrapper
    .advantages-slider
    .slick-list
    .slide {
    padding: 0 15px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block {
    padding: 15px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block .icon {
    width: 60px;
    height: 60px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-advantages .advantages-wrapper .advantages-slider .slick-list {
    margin: 0 -5px;
  }
  .block.block-advantages
    .advantages-wrapper
    .advantages-slider
    .slick-list
    .slide {
    padding: 0 5px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block {
    height: 200px;
    padding: 15px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
  .block.block-advantages .advantages-wrapper .advantage-block .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-advantages .advantages-wrapper .advantages-slider .slick-list {
    margin: 0;
  }
  .block.block-advantages
    .advantages-wrapper
    .advantages-slider
    .slick-list
    .slide {
    padding: 0;
  }
}
.block.block-serv {
  position: relative;
  padding: 0 15px;
}
.block.block-serv .services-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 187px;
}
.block.block-serv .services-wrapper .services-slider {
  position: relative;
  z-index: 2;
}
.block.block-serv .services-wrapper .services-slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.block.block-serv .services-wrapper .services-slider .slick-list .slide {
  padding: 0 10px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-list
  .slick-current
  .service-block {
  padding-top: 0;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-list
  .slick-current
  .service-block
  .image {
  max-width: 820px;
  height: 720px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-list
  .slick-current
  .service-block
  .image:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-list
  .slick-current
  .service-block
  .desc {
  background: #373737;
  padding: 40px 55px;
  right: 140px;
  bottom: -30px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-list
  .slick-current
  .service-block
  .desc
  .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.block.block-serv .services-wrapper .services-slider .slick-arrow {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: auto;
  bottom: -26px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #ff294b;
  z-index: 10;
}
.block.block-serv .services-wrapper .services-slider .slick-arrow.slick-prev {
  left: 680px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-arrow.slick-prev:before {
  content: "\e900";
}
.block.block-serv .services-wrapper .services-slider .slick-arrow.slick-next {
  left: 750px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-arrow.slick-next:before {
  content: "\e901";
}
.block.block-serv .services-wrapper .services-slider .slick-arrow:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
}
.block.block-serv .services-wrapper .services-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -60px;
  z-index: 9;
}
.block.block-serv .services-wrapper .services-slider .slick-dots li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-dots
  li.slick-active
  button {
  background: #ff2849;
}
.block.block-serv .services-wrapper .services-slider .slick-dots li button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #363636;
}
.block.block-serv
  .services-wrapper
  .services-slider
  .slick-dots
  li
  button:before {
  display: none !important;
}
.block.block-serv .services-wrapper .service-block {
  position: relative;
  padding-top: 50px;
}
.block.block-serv .services-wrapper .service-block .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 467px;
  width: 100%;
  height: 670px;
  overflow: hidden;
}
.block.block-serv .services-wrapper .service-block .image img {
  display: block;
  position: relative;
  width: auto;
  height: 100%;
  z-index: 1;
}
.block.block-serv .services-wrapper .service-block .image:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-serv .services-wrapper .service-block .desc {
  display: block;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}
.block.block-serv .services-wrapper .service-block .desc .title {
  color: #ffffff;
  font: 700 38px "Proxima Nova", sans-serif;
}
.block.block-serv .services-wrapper .service-block .desc .more {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
}
.block.block-serv .services-wrapper .service-block .desc .more span {
  display: block;
  color: #ffffff;
  font: 400 16px "Proxima Nova", sans-serif;
  text-decoration: underline;
}
.block.block-serv .services-wrapper .service-block .desc .more span:hover {
  text-decoration: none;
}
.block.block-serv .services-wrapper .service-block .desc .more:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ff294b;
  color: #ffffff;
  font-size: 6px;
  text-align: center;
  line-height: 18px;
  margin-left: 9px;
}
@media only screen and (max-width: 1200px) {
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .image {
    max-width: 620px;
    height: 520px;
  }
  .block.block-serv .services-wrapper .services-slider .slick-arrow.slick-prev {
    left: 480px;
  }
  .block.block-serv .services-wrapper .services-slider .slick-arrow.slick-next {
    left: 550px;
  }
  .block.block-serv .services-wrapper .service-block .image {
    max-width: 267px;
    height: 470px;
  }
  .block.block-serv .services-wrapper .service-block .desc .title {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-serv {
    padding: 0;
  }
  .block.block-serv .services-wrapper .main-title {
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .block.block-serv .services-wrapper .services-slider {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .block.block-serv .services-wrapper .services-slider .slick-list {
    margin: 0 auto;
  }
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .image {
    max-width: 100%;
    height: 480px;
  }
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .desc {
    position: absolute;
    padding-right: 60px;
    right: 0;
  }
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .desc
    .more {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .desc
    .more:before {
    width: 100%;
    height: 100%;
    margin-left: 0;
    font-size: 10px;
    line-height: 30px;
  }
  .block.block-serv
    .services-wrapper
    .services-slider
    .slick-list
    .slick-current
    .service-block
    .desc
    .more
    span {
    display: none;
  }
  .block.block-serv .services-wrapper .services-slider .slick-list .slide {
    padding: 0;
  }
  .block.block-serv .services-wrapper .service-block {
    padding-top: 0;
  }
  .block.block-serv .services-wrapper .service-block .image {
    max-width: 100%;
    height: 480px;
  }
  .block.block-serv .services-wrapper .service-block .image img {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-serv .services-wrapper .services-slider .service-block .desc {
    padding: 20px 60px 20px 25px !important;
  }
}
.block.block-about {
  position: relative;
  padding: 0 15px;
}
.block.block-about .about-over {
  display: block;
  position: absolute;
  top: 0;
}
.block.block-about .about-over.left {
  width: 930px;
  height: 600px;
  left: 0;
}
.block.block-about .about-over.right {
  width: 483px;
  height: 644px;
  right: 0;
}
.block.block-about .about-over img {
  height: 100%;
}
.block.block-about .about-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 250px;
}
.block.block-about .about-wrapper .about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.block.block-about .about-wrapper .about-container > .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -moz-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  padding: 0 90px;
}
.block.block-about .about-wrapper .about-container > .info .main-title {
  margin-bottom: 30px;
}
.block.block-about .about-wrapper .about-container > .info .desc {
  position: relative;
}
.block.block-about .about-wrapper .about-container > .info .desc p {
  color: #3a3a3a;
  font: 400 20px/27px "Proxima Nova", sans-serif;
}
.block.block-about .about-wrapper .about-container > .info:before {
  display: block;
  position: absolute;
  content: "";
  width: -moz-calc(100% + 140px);
  width: calc(100% + 140px);
  height: -moz-calc(100% + 120px);
  height: calc(100% + 120px);
  top: -50px;
  left: 0;
  background: #f5f5f5;
}
.block.block-about .about-wrapper .about-container .image {
  position: relative;
  width: 820px;
  z-index: 2;
}
.block.block-about .about-wrapper .about-container .image .about-slider-for {
  max-width: 820px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -60px;
  z-index: 9;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slick-dots
  li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slick-dots
  li.slick-active
  button {
  background: #ff2849;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slick-dots
  li
  button {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #363636;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-for
  .slick-dots
  li
  button:before {
  display: none !important;
}
.block.block-about .about-wrapper .about-container .image .about-slider-nav {
  position: absolute;
  max-width: 410px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slide
  > .info {
  background: #ffffff;
  padding: 28px 30px;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slide
  > .info
  .title {
  color: #3a3a3a;
  font: 700 28px/38px "Proxima Nova", sans-serif;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slide
  > .info
  .subtitle {
  color: #3a3a3a;
  font: 400 17px/27px "Proxima Nova", sans-serif;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: auto;
  bottom: -70px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  background: #ff294b;
  z-index: 10;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow.slick-prev {
  left: 0;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow.slick-prev:before {
  content: "\e900";
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow.slick-next {
  left: 70px;
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow.slick-next:before {
  content: "\e901";
}
.block.block-about
  .about-wrapper
  .about-container
  .image
  .about-slider-nav
  .slick-arrow:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (max-width: 1600px) {
  .block.block-about .about-wrapper .about-container .info {
    padding: 0 30px;
  }
  .block.block-about .about-wrapper .about-container .image {
    width: 580px;
  }
}
@media only screen and (max-width: 1200px) {
  .block.block-about .about-wrapper .about-container .image {
    width: 480px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-about {
    padding: 0;
  }
  .block.block-about .about-wrapper {
    margin-bottom: 120px;
  }
  .block.block-about .about-wrapper .about-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block-about .about-wrapper .about-container > .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 0 15px;
  }
  .block.block-about .about-wrapper .about-container > .info .desc p {
    font-size: 17px;
    line-height: 21px;
  }
  .block.block-about .about-wrapper .about-container > .info:before {
    width: auto;
    height: auto;
    top: -50px;
    left: -15px;
    right: -15px;
    bottom: -50px;
  }
  .block.block-about .about-wrapper .about-container .image {
    width: 100%;
  }
  .block.block-about .about-wrapper .about-container .image .about-slider-for {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
    overflow: visible;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-for
    .slide {
    height: 450px;
    overflow: hidden;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-for
    .slide
    img {
    display: block;
    width: auto;
    height: 100%;
  }
  .block.block-about .about-wrapper .about-container .image .about-slider-nav {
    -webkit-box-shadow: -16.454px 9.5px 40px 0px #27282c33;
    box-shadow: -16.454px 9.5px 40px 0px #27282c33;
    bottom: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-about .about-wrapper .about-container > .info .desc p {
    font-size: 15px;
    line-height: 19px;
  }
  .block.block-about .about-wrapper .about-container .image .about-slider-for {
    height: 350px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-for
    .slide {
    height: 350px;
  }
  .block.block-about .about-wrapper .about-container .image .about-slider-nav {
    max-width: 290px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-nav
    .slide {
    width: 100%;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-nav
    .slide
    .info {
    padding: 15px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-nav
    .slide
    .info
    .title {
    font-size: 22px;
    line-height: 26px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-nav
    .slide
    .info
    .subtitle {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-about .about-over {
    display: none;
  }
  .block.block-about .about-wrapper .about-container .image .about-slider-for {
    height: 180px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-for
    .slide {
    height: 180px;
  }
  .block.block-about
    .about-wrapper
    .about-container
    .image
    .about-slider-for
    .slide
    img {
    width: 100%;
    height: auto;
  }
}
.block.block-team {
  position: relative;
  padding: 0 15px;
}
.block.block-team .team-over {
  display: block;
  position: absolute;
  width: 483px;
  height: 644px;
  right: 0;
  bottom: 0;
}
.block.block-team .team-over img {
  height: 100%;
}
.block.block-team .team-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 160px;
}
.block.block-team .team-wrapper .main-title {
  margin-bottom: 70px;
}
.block.block-team .team-wrapper .team-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -18px;
}
.block.block-team .team-wrapper .team-container .team-inner {
  width: 25%;
  padding: 0 18px;
}
.block.block-team .team-block {
  position: relative;
  margin-bottom: 38px;
  z-index: 3;
}
.block.block-team .team-block .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 456px;
  overflow: hidden;
}
.block.block-team .team-block .image img {
  display: block;
  width: auto;
  height: 100%;
}
.block.block-team .team-block .info {
  position: relative;
  -webkit-box-shadow: -21.651px 12.5px 40px 0px #27282c33;
  box-shadow: -21.651px 12.5px 40px 0px #27282c33;
  margin-left: 30px;
  margin-top: -52px;
  z-index: 2;
}
.block.block-team .team-block .info .head {
  border-top: 3px solid #ff294b;
  background: #ffffff;
  padding: 20px 25px;
}
.block.block-team .team-block .info .head .name {
  color: #3a3a3a;
  font: 700 28px/32px "Proxima Nova", sans-serif;
  margin-bottom: 5px;
}
.block.block-team .team-block .info .head .post {
  color: #747474;
  font: 400 17px/22px "Proxima Nova", sans-serif;
  font-style: italic;
}
.block.block-team .team-block .info .list {
  background: #f5f5f5;
  padding: 20px 25px;
}
.block.block-team .team-block .info .list ul li {
  position: relative;
  color: #3a3a3a;
  font: 400 17px/22px "Proxima Nova", sans-serif;
  padding-left: 20px;
}
.block.block-team .team-block .info .list ul li:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e903";
  top: 0;
  left: 0;
  color: #000000;
  font-size: 8px;
}
@media only screen and (max-width: 1200px) {
  .block.block-team .team-wrapper .team-container .team-inner {
    width: 33.33333%;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-team .team-wrapper {
    margin-bottom: 100px;
  }
  .block.block-team .team-wrapper .team-container {
    margin: 0 -10px;
  }
  .block.block-team .team-wrapper .team-container .team-inner {
    width: 50%;
    padding: 0 10px;
  }
  .block.block-team .team-block .image {
    height: auto;
  }
  .block.block-team .team-block .image img {
    width: 100%;
    height: auto;
  }
  .block.block-team .team-block .info .head {
    padding: 15px;
  }
  .block.block-team .team-block .info .head .name {
    font-size: 24px;
    line-height: 28px;
  }
  .block.block-team .team-block .info .head .post {
    font-size: 16px;
    line-height: 18px;
  }
  .block.block-team .team-block .info .list {
    padding: 15px;
  }
  .block.block-team .team-block .info .list ul li {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-team .team-wrapper {
    margin-bottom: 80px;
  }
  .block.block-team .team-wrapper .main-title {
    margin-bottom: 30px;
  }
  .block.block-team .team-wrapper .team-container {
    margin: 0 auto;
  }
  .block.block-team .team-wrapper .team-container .team-inner {
    width: 100%;
    padding: 0;
  }
  .block.block-team .team-block .info .head .name {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-team .team-block .info {
    margin-left: 10px;
  }
}
.block.block-projects {
  position: relative;
  padding: 0 15px;
}
.block.block-projects .project-over {
  display: block;
  position: absolute;
  width: 930px;
  height: 600px;
  left: 0;
  bottom: 0;
}
.block.block-projects .project-over img {
  height: 100%;
}
.block.block-projects .projects-wrapper {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto 80px;
}
.block.block-projects .projects-wrapper .main-title {
  margin-bottom: 56px;
}
.block.block-projects
  .projects-wrapper
  .projects-main-container.long
  .project-inner:nth-child(n + 7) {
  display: none;
}
.block.block-projects .projects-wrapper .projects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -18px;
}
.block.block-projects .projects-wrapper .projects-container .project-inner {
  width: 33.33333%;
  padding: 0 18px;
}
.block.block-projects .project-block {
  position: relative;
  margin-bottom: 50px;
  z-index: 2;
}
.block.block-projects .project-block .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 439px;
  overflow: hidden;
}
.block.block-projects .project-block .image img {
  display: block;
  width: auto;
  height: 100%;
}
.block.block-projects .project-block .info {
  position: relative;
  border-top: 3px solid #ff294b;
  background: #ffffff;
  -webkit-box-shadow: -21.651px 12.5px 40px 0px #27282c33;
  box-shadow: -21.651px 12.5px 40px 0px #27282c33;
  padding: 28px 35px;
  margin-top: -100px;
  margin-right: 48px;
  z-index: 2;
}
.block.block-projects .project-block .info .title {
  color: #3a3a3a;
  font: 700 28px/33px "Proxima Nova", sans-serif;
  margin-bottom: 10px;
}
.block.block-projects .project-block .info .desc {
  color: #3a3a3a;
  font: 400 17px/22px "Proxima Nova", sans-serif;
}
.block.block-projects .more-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  max-width: 252px;
  width: 100%;
  height: 70px;
  background: #373737;
  padding-right: 70px;
  margin: 0 auto;
  cursor: pointer;
}
.block.block-projects .more-projects span {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font: 400 16px "Proxima Nova", sans-serif;
  text-decoration: underline;
  z-index: 2;
}
.block.block-projects .more-projects:before {
  display: block;
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  background: #ff294b;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.block.block-projects .more-projects:after {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e901";
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  z-index: 2;
}
.block.block-projects .more-projects:hover span {
  text-decoration: none;
}
.block.block-projects .more-projects:hover:before {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1400px) {
  .block.block-projects .project-block .info .title {
    font-size: 23px;
    line-height: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  .block.block-projects .project-block .image {
    height: 320px;
  }
  .block.block-projects .project-block .info {
    padding: 15px;
    margin-right: 20px;
  }
  .block.block-projects .project-block .info .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-projects .projects-wrapper .projects-container {
    margin: 0 -10px;
  }
  .block.block-projects .projects-wrapper .projects-container .project-inner {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-projects .projects-wrapper .main-title {
    margin-bottom: 30px;
  }
  .block.block-projects .projects-wrapper .projects-container {
    margin: 0 auto;
  }
  .block.block-projects .projects-wrapper .projects-container .project-inner {
    width: 100%;
    padding: 0;
  }
  .block.block-projects .project-block .image {
    height: auto;
  }
  .block.block-projects .project-block .info {
    margin-top: -60px;
  }
  .block.block-projects .project-block .info .title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-projects .project-block .image {
    max-height: 300px;
  }
  .block.block-projects .project-block .image img {
    width: auto;
    height: 100%;
  }
  .block.block-projects .project-block .info {
    margin-right: 10px;
  }
  .block.block-projects .project-block .info .title {
    font-size: 20px;
    line-height: 22px;
  }
  .block.block-projects .project-block .info .desc {
    font-size: 16px;
    line-height: 18px;
  }
}
.block.block-breadcrumbs {
  position: relative;
  max-width: 1920px;
  width: 100%;
  background: url(../img/bread-bg.jpg) no-repeat center center;
  -webkit-background-size: 1920px auto;
  background-size: 1920px auto;
  padding: 50px 15px;
  margin: 0 auto 80px;
}
.block.block-breadcrumbs .breadcrumbs-wrapper {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  margin-right: 10px;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li a,
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li span {
  color: #ffffff;
  font: 700 16px/28px "Proxima Nova", sans-serif;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li:after {
  display: block;
  position: absolute;
  content: "/";
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  color: #ffffff;
  font: 700 16px/28px "Proxima Nova", sans-serif;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.block.block-breadcrumbs .breadcrumbs-wrapper .breadcrumbs li:last-child:after {
  display: none;
}
.block.block-breadcrumbs:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bread-overlay.png) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .block.block-breadcrumbs {
    padding: 40px 15px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-breadcrumbs {
    padding: 40px 15px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-breadcrumbs {
    padding: 30px 15px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-breadcrumbs {
    padding: 15px;
  }
}
.block.block-contacts {
  position: relative;
  margin-bottom: 90px;
}
.block.block-contacts .contact-over {
  display: block;
  position: absolute;
  bottom: -100px;
  opacity: 0.7;
}
.block.block-contacts .contact-over.left {
  width: 930px;
  height: 600px;
  left: -400px;
}
.block.block-contacts .contact-over.right {
  width: 483px;
  height: 644px;
  right: -40px;
}
.block.block-contacts .contact-over img {
  height: 100%;
}
.block.block-contacts .main-title {
  margin-bottom: 40px;
}
.block.block-contacts .map {
  display: block;
  position: relative;
  width: 100%;
  height: 525px;
  z-index: 2;
  background-image: url('../img/map.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block.block-contacts .map1 {
  display: block;
  position: relative;
  width: 100%;
  height: 525px;
  z-index: 2;
  background-image: url('../img/map1.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.block.block-contacts .contact-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  max-width: 1250px;
  width: 100%;
  border-top: 3px solid #ff294b;
  background: #ffffff;
  -webkit-box-shadow: -21.651px 12.5px 40px 0px #27282c14;
  box-shadow: -21.651px 12.5px 40px 0px #27282c14;
  padding: 40px 60px;
  margin: -20px auto 100px;
  z-index: 3;
}
.block.block-contacts .contact-container .contact-block {
  position: relative;
  width: 33.33333%;
  padding: 0 15px 0 30px;
}
.block.block-contacts .contact-container .contact-block.address:before {
  content: "\e908";
}
.block.block-contacts .contact-container .contact-block.phone:before {
  content: "\e909";
}
.block.block-contacts .contact-container .contact-block.email .desc {
  text-decoration: underline;
}
.block.block-contacts .contact-container .contact-block.email .desc:hover {
  text-decoration: none;
}
.block.block-contacts .contact-container .contact-block.email:before {
  content: "\e907";
}
.block.block-contacts .contact-container .contact-block .title {
  color: #3a3a3a;
  font: 400 14px/21px "Proxima Nova", sans-serif;
}
.block.block-contacts .contact-container .contact-block .desc {
  color: #3a3a3a;
  font: 600 18px/21px "Proxima Nova", sans-serif;
}
.block.block-contacts .contact-container .contact-block:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "";
  top: 0;
  left: 0;
  color: #ff294b;
}
.block.block-contacts .contact-form {
  max-width: 950px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .block.block-contacts .contact-container {
    max-width: auto;
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: -20px 15px 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .block.block-contacts .map {
    height: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-contacts .contact-over.left {
    display: none;
    width: 100%;
    height: auto;
    right: 0;
  }
  .block.block-contacts .map {
    height: 350px;
  }
  .block.block-contacts .contact-container {
    padding: 30px 15px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-contacts .contact-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .block.block-contacts .contact-container .contact-block {
    width: 100%;
    margin-bottom: 20px;
  }
  .block.block-contacts .contact-container .contact-block:last-child {
    margin-bottom: 0;
  }
}
.block.block-services {
  position: relative;
  margin-bottom: 170px;
}
.block.block-services .main-title {
  margin-bottom: 60px;
}
.block.block-services .service-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 55px;
  z-index: 2;
}
.block.block-services .service-block.left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block.block-services .service-block.left .info {
  margin-right: -100px;
}
.block.block-services .service-block.right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block.block-services .service-block.right .info {
  margin-left: -100px;
}
.block.block-services .service-block .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 670px;
  overflow: hidden;
}
.block.block-services .service-block .image img {
  display: block;
  width: auto;
  height: 100%;
}
.block.block-services .service-block .info {
  position: relative;
  width: 50%;
  height: auto;
  background: #f5f5f5;
  padding: 60px 80px;
  margin-top: 40px;
  overflow: hidden;
  z-index: 2;
}
.block.block-services .service-block .info.long {
  height: 660px;
  padding: 60px 80px 100px;
}
.block.block-services .service-block .info.long:before {
  display: block;
  position: absolute;
  content: "";
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
  z-index: 2;
}
.block.block-services .service-block .info.long:after {
  display: block;
  position: absolute;
  content: "";
  height: 70px;
  left: 0;
  right: 0;
  bottom: 70px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f5f5f5),
    color-stop(1%, #f5f5f5),
    to(rgba(255, 255, 255, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    #f5f5f5 0%,
    #f5f5f5 1%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    #f5f5f5 0%,
    #f5f5f5 1%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to top,
    #f5f5f5 0%,
    #f5f5f5 1%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f5f5f5', endColorstr='#00ffffff',GradientType=1 );
  z-index: 3;
}
.block.block-services .service-block .info p {
  color: #3a3a3a;
  font: 400 20px/27px "Proxima Nova", sans-serif;
  margin-bottom: 34px;
}
.block.block-services .service-block .info .text-wrapper {
  position: relative;
  z-index: 1;
}
.block.block-services .service-block .info .title {
  color: #3a3a3a;
  font: 700 38px/38px "Proxima Nova", sans-serif;
  margin-bottom: 34px;
}
.block.block-services .service-block .info .title2 {
  color: #3a3a3a;
  font: 700 20px/27px "Proxima Nova", sans-serif;
  margin-bottom: 34px;
}
.block.block-services .service-block .info .read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-right: 30px;
  z-index: 4;
  cursor: pointer;
}
.block.block-services .service-block .info .read-more span {
  display: block;
  width: 162px;
  color: #3a3a3a;
  font: 400 16px/18px "Proxima Nova", sans-serif;
  text-decoration: underline;
}
.block.block-services .service-block .info .read-more:after {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e900";
  width: 18px;
  height: 18px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  border-radius: 50%;
  background: #ff2d4b;
  color: #ffffff;
  font-size: 6px;
  line-height: 18px;
  text-align: center;
}
.block.block-services .service-block .info .read-more:hover span {
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .block.block-services {
    margin-bottom: 100px;
  }
  .block.block-services .service-block .info {
    padding: 30px 40px;
  }
  .block.block-services .service-block .info.long {
    padding: 30px 40px 100px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-services {
    margin-bottom: 80px;
  }
  .block.block-services .main-title {
    margin-bottom: 30px;
  }
  .block.block-services .service-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block-services .service-block .image {
    width: 100%;
    height: auto;
    max-height: 400px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .block.block-services .service-block .image img {
    width: 100%;
    height: auto;
  }
  .block.block-services .service-block .info {
    width: 100%;
    margin: 0 !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .block.block-services .service-block .info p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .block.block-services .service-block .info .title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .block.block-services .service-block .info .title2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-services {
    margin-bottom: 60px;
  }
  .block.block-services .service-block .info {
    padding: 20px 15px;
  }
  .block.block-services .service-block .info.long {
    height: 440px;
    padding: 20px 15px 60px;
  }
  .block.block-services .service-block .info p {
    font-size: 16px;
    line-height: 18px;
  }
  .block.block-services .service-block .info .title {
    font-size: 24px;
    line-height: 24px;
  }
  .block.block-services .service-block .info .title2 {
    font-size: 16px;
    line-height: 18px;
  }
}
.block.block-typo {
  position: relative;
  padding: 0 15px;
  margin-bottom: 60px;
}
.block.block-typo .typo-over {
  display: block;
  position: absolute;
  width: 930px;
  height: 600px;
  left: 0;
  bottom: 0;
}
.block.block-typo .typo-over img {
  height: 100%;
}
.block.block-typo .main-title {
  margin-bottom: 60px;
}
.block.block-typo .typo-wrapper {
  position: relative;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
.block.block-typo .typo-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin: 0 -30px;
}
.block.block-typo .typo-wrapper .row .col {
  padding: 0 30px;
  margin-bottom: 60px;
}
.block.block-typo .typo-wrapper .row .col.w50 {
  width: 50%;
}
.block.block-typo .typo-wrapper .row .col.w70 {
  width: 70%;
}
.block.block-typo .typo-wrapper .row .col.w100 {
  width: 100%;
}
.block.block-typo .typo-wrapper .text-container {
  position: relative;
  background: #f5f5f5;
  padding: 60px 80px;
  z-index: 2;
}
.block.block-typo h1 {
  color: #3a3a3a;
  font: 700 72px/70px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.block.block-typo h2 {
  color: #3a3a3a;
  font: 700 38px/38px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.block.block-typo p {
  color: #3a3a3a;
  font: 400 20px/27px "Proxima Nova", sans-serif;
  margin-bottom: 20px;
}
.block.block-typo ul {
  margin-bottom: 20px;
}
.block.block-typo ul li {
  position: relative;
  padding-left: 20px;
  color: #3a3a3a;
  font: 400 20px/27px "Proxima Nova", sans-serif;
}
.block.block-typo ul li:before {
  display: block;
  position: absolute;
  font-family: "icomoon";
  content: "\e903";
  top: 0;
  left: 0;
  color: #000000;
  font-size: 8px;
}
.block.block-typo ol {
  padding-left: 26px;
  margin-bottom: 20px;
}
.block.block-typo ol li {
  color: #3a3a3a;
  font: 400 20px/27px "Proxima Nova", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .block.block-typo {
    margin-bottom: 100px;
  }
  .block.block-typo h1 {
    font-size: 64px;
    line-height: 62px;
  }
  .block.block-typo h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .block.block-typo .typo-wrapper .text-container {
    padding: 30px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .block.block-typo {
    margin-bottom: 80px;
  }
  .block.block-typo h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .block.block-typo h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .block.block-typo .main-title {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .block.block-typo {
    margin-bottom: 60px;
  }
  .block.block-typo h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .block.block-typo h2 {
    font-size: 21px;
    line-height: 21px;
  }
  .block.block-typo p {
    font-size: 18px;
    line-height: 22px;
  }
  .block.block-typo ul li,
  .block.block-typo ol li {
    font-size: 18px;
    line-height: 22px;
  }
  .block.block-typo .typo-wrapper .text-container {
    padding: 15px;
  }
  .block.block-typo .typo-wrapper .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .block.block-typo .typo-wrapper .row .col {
    width: 100% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .block.block-typo p {
    font-size: 16px;
    line-height: 18px;
  }
  .block.block-typo ul li,
  .block.block-typo ol li {
    font-size: 16px;
    line-height: 18px;
  }
}
