@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #626262;
  background: #fff;
  font-weight: 200;
  font-size: 12px;
  line-height: 1.3333;
  background: #f2f4f6;
  position: relative;
}
p {
  margin-bottom: 1.333em;
}
a {
  color: #d7624e;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #c0cbd6;
}
h1,
.main-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 200;
}
.title-decor {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.title-decor.left {
  text-align: left;
}
.title-decor.left span {
  padding-left: 0;
  padding-right: 15px;
}
.title-decor.left span:before {
  display: none;
}
.title-decor.left span:after {
  width: 1600px;
}
.title-decor span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 30px;
}
.title-decor span:before,
.title-decor span:after {
  content: "";
  display: block;
  width: 999px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  background: #a3a3a3;
}
.title-decor span:before {
  left: auto;
  right: 100%;
}
h2.title-decor.left,
h2 {
  font-size: 17px;
}
h3.title-decor.left,
h3 {
  font-size: 17px;
  text-transform: uppercase;
}
.article-button {
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.article-photo {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 200px;
}
.article-photo img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.article-photo img:last-child {
  margin-bottom: 0;
}
.article-photo p {
  margin: 0;
}
ol {
  margin-bottom: 30px;
  counter-reset: li;
}
ol > li:last-child {
  margin-bottom: 0;
}
ol ol {
  padding-left: 20px;
  padding-top: 8px;
}
ol li {
  padding: 0;
  margin-bottom: 8px;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  display: none;
}
ol li > *:first-child:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
ol p {
  margin: 0;
}
ul {
  margin-bottom: 30px;
}
ul li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 20px;
}
ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 6px;
  margin-top: -5px;
  background: #1578bd;
}
ul li:last-child {
  margin-bottom: 0;
}
ul ul {
  padding-top: 20px;
}
ul ul li {
  padding-left: 17px;
  margin-bottom: 8px;
}
ul ul li:last-child {
  margin-bottom: 0;
}
ul ul li:before {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #c1d0db;
}
ul p {
  margin: 0;
}
.article-box {
  margin-bottom: 35px;
}
.article-box > *:last-child {
  margin-bottom: 0;
}
.article-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (max-width: 639px) {
  .tbl-wrap {
    margin: 0 -10px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .tbl-wrap:first-child {
    margin-top: 0;
  }
  .tbl-title {
    display: none;
  }
  table {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-collapse: collapse;
  }
  table thead {
    display: none;
  }
  table tbody,
  table tr,
  table td,
  table th {
    display: block;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    width: 100%\9;
    float: left\9;
  }
  table tr {
    margin-bottom: 1px;
  }
  table td.td-button,
  table th.td-button {
    font-size: 13px;
    text-align: center;
    line-height: 19px;
    color: #fff;
    background: #d7624e;
    padding: 16px 40px;
    cursor: pointer;
    text-transform: uppercase;
  }
  table td.td-button:after,
  table th.td-button:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -165px -196px;
    width: 16px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s;
    margin: auto 0;
  }
  table td.td-button.active:after,
  table th.td-button.active:after {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  table td.td-button.active ~ td,
  table th.td-button.active ~ td,
  table td.td-button.active ~ th,
  table th.td-button.active ~ th {
    display: block;
  }
  table td:not(.td-button),
  table th:not(.td-button) {
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
    font-size: 13px;
    line-height: 17px;
    vertical-align: middle;
    min-height: 50px;
    padding: 14px 20px;
    text-align: center;
    border: none;
    border-bottom: 1px solid #d9dee2;
  }
}
@media (min-width: 480px) {
  .title-decor span:before,
  .title-decor span:after {
    width: 60px;
  }
}
@media (min-width: 640px) {
  .article-photo {
    width: 153px;
    float: left;
    margin: 5px 20px 20px 0;
  }
  .tbl-wrap {
    margin-top: 35px;
  }
  .tbl-wrap:first-child {
    margin-top: 0;
  }
  .tbl-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 30px;
  }
  table td {
    vertical-align: middle;
    text-align: center;
    padding: 8px 10px;
    border-left: 1px solid #d9dee2;
    height: 40px;
  }
  table td:first-child {
    border-left-color: #fff;
  }
  table th {
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 200;
    color: #fff;
    text-align: center;
    padding: 8px 10px;
    background: #d7624e;
    border-left: 1px solid #d9dee2;
  }
  table th:first-child {
    border-left: none;
  }
  table tr:nth-child(2n) td {
    background: #f2f4f6;
  }
  table p {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  h1,
  .main-title {
    font-size: 25px;
  }
  h2.title-decor.left,
  h2 {
    font-size: 23px;
  }
  h3.title-decor.left,
  h3 {
    font-size: 19px;
  }
  table th {
    height: 46px;
  }
  .tbl-title {
    padding-left: 35px;
    margin-bottom: 25px;
  }
  .article-photo {
    width: 230px;
    margin: 5px 30px 30px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .article-photo img {
    margin-bottom: 20px;
  }
  .article-button {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 14px;
    line-height: 1.3571;
  }
  h1,
  .main-title {
    font-size: 34px;
    margin-bottom: 1.2em;
  }
  h2.title-decor.left,
  h2 {
    font-size: 34px;
    margin-bottom: 25px;
  }
  h3.title-decor.left,
  h3 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .title-decor span {
    padding: 0 47px;
  }
  .title-decor span:before,
  .title-decor span:after {
    width: 86px;
  }
  .tbl-wrap {
    margin-top: 50px;
  }
  .tbl-wrap:first-child {
    margin-top: 0;
  }
  .tbl-title {
    margin-bottom: 30px;
    padding-left: 60px;
    font-size: 14px;
  }
  table {
    font-size: 14px;
    line-height: 18px;
  }
  table td {
    padding: 10px 20px;
    height: 55px;
  }
  table th {
    height: 64px;
    padding: 10px 20px;
  }
  .article-photo {
    width: 303px;
    margin: 5px 35px 35px 0;
    font-size: 14px;
    line-height: 27px;
  }
  .article-photo img {
    margin-bottom: 26px;
  }
  .article-box {
    margin-bottom: 0;
  }
  .article-box > *:last-child {
    margin-bottom: 35px;
  }
  ul li:before {
    top: 9px;
  }
}
@media (min-width: 1800px) {
  body {
    font-size: 18px;
    line-height: 1.3889;
  }
  h1,
  .main-title {
    font-size: 46px;
  }
  h2.title-decor.left,
  h2 {
    font-size: 40px;
  }
  h3.title-decor.left,
  h3 {
    font-size: 30px;
  }
  .title-decor span {
    padding: 0 62px;
  }
  .title-decor span:before,
  .title-decor span:after {
    width: 114px;
  }
  .tbl-wrap {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
  }
  .tbl-title {
    font-size: 18px;
    padding-left: 66px;
    margin-bottom: 32px;
  }
  table {
    font-size: 18px;
    line-height: 22px;
  }
  table th,
  table td {
    padding: 20px;
    height: 60px;
  }
  table th {
    height: 72px;
  }
  .article-photo {
    margin: 5px 40px 40px 0;
  }
  ul li:before {
    top: 12px;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.sep-page {
  display: block;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 10px;
  min-width: 320px;
  max-width: 1600px;
}
.page-inner .page {
  padding-bottom: 50px;
}
.page-inner .header {
  border-bottom: 2px solid #f2f4f6;
  margin-bottom: 20px;
}
.wrap,
.wrap-inner,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 320px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
  background-image: url(../img/main/decor01.png), url(../img/main/decor02.png), url(../img/main/decor03.png), url(../img/main/decor04.png);
  background-position: 0 0, right 0, 0 bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 182px auto, 141px auto, 182px auto, 141px auto;
}
.wrap-inner {
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.footer {
  background: #5d3929;
  color: #5d3929;
}
.footer .map-wrap {
  display: block;
  height: 410px;
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.footer .map-wrap > ymaps {
  display: block;
  height: 100% !important;
  width: 100% !important;
}
.footer .inner-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer .footer-contact {
  margin-bottom: 16px;
  text-align: center;
  font-size: 12px;
  color: #baa49a;
  line-height: 20px;
}
.footer .footer-button {
  line-height: 1;
  text-align: center;
  margin-bottom: 28px;
}
.footer .footer-soc {
  margin: 0 -10px;
  text-align: center;
  font-size: 0;
  margin-bottom: 36px;
}
.footer .footer-phone {
  color: #baa49a;
  font-size: 17px;
  padding-left: 32px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.footer .footer-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -36px -196px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.footer .footer-copy {
  font-size: 10px;
  text-align: center;
  color: #baa49a;
}
.footer .footer-location {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.footer .footer-location:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -161px -105px;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.footer .btn-action-soc {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.footer p {
  margin: 0;
}
.footer .btn:hover,
.footer button:hover,
.footer input[type="submit"]:hover {
  background: none;
  color: #fff;
}
.header-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 394px;
  background: #f0e5d9;
  border-bottom: 4px solid #e06651;
  z-index: -1;
}
.header .inner-wrap {
  height: 136px;
  overflow: hidden;
}
.header .logo-wrap {
  display: block;
  float: left;
  position: absolute;
  top: 25px;
  left: 10px;
  width: 120px;
  z-index: 2;
}
.header .actions-wrap {
  line-height: 1;
  overflow: hidden;
  padding-top: 100px;
}
.header .button-wrap {
  float: right;
}
.header .phone-wrap {
  float: left;
}
.header .btn-header {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 24px;
  height: 31px;
  line-height: 29px;
  border-radius: 16px;
  border: 1px solid #e06651;
  background: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-size: 12px;
  color: #626262;
  text-decoration: none;
  text-transform: none;
}
.header .btn-header:hover {
  text-decoration: none;
  color: #fff;
  background: #e06651;
}
.header .phone {
  display: inline-block;
  vertical-align: middle;
  padding-left: 22px;
  height: 31px;
  line-height: 31px;
  font-size: 14px;
  color: #474747;
  text-decoration: none;
  position: relative;
}
.header .phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -97px -196px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.nav {
  line-height: 1;
}
.nav .btn-action-menu {
  position: absolute;
  top: 11px;
  right: 8px;
}
.nav ul {
  margin: 0;
}
.nav li {
  margin: 0;
  padding: 0;
}
.nav li:before {
  display: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  max-width: 100%;
  white-space: nowrap;
  font-family: 'nautilus_pompiliusregular';
  color: #453f40 !important;
  font-weight: 400;
  text-decoration: none;
  font-size: 21px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo .logo-ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  max-width: 70px;
  max-height: 70px;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 639px) {
  .nav {
    position: static;
  }
  .nav .inner-wrap {
    min-width: 0;
    padding: 0;
    width: 250px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: #f2f4f6;
    padding: 35px 0;
    display: none;
  }
  .nav .btn-action-menu {
    z-index: 100;
  }
  .main-menu ul {
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
  }
  .main-menu li.open > ul {
    display: block;
  }
  .main-menu > li {
    font-size: 17px;
    color: #4e4e4e;
    text-align: center;
    line-height: 24px;
  }
  .main-menu > li.open > a {
    color: #4e4e4e;
    background: #fff;
    text-decoration: none;
  }
  .main-menu > li > a {
    display: block;
    position: relative;
    padding: 13px 15px;
    text-decoration: none;
    color: #4e4e4e;
  }
  .main-menu > li > a:hover,
  .main-menu > li > a.active {
    background: #fff;
    color: #4e4e4e;
    text-decoration: none;
  }
  .main-menu > li > ul {
    background: #fff;
    padding: 12px 0;
  }
  .main-menu > li > ul > li {
    color: #7f7f7f;
    text-align: left;
  }
  .main-menu > li > ul > li.open > a {
    background: #f2f4f6;
    color: #7f7f7f;
    text-decoration: none;
  }
  .main-menu > li > ul > li > a {
    display: block;
    position: relative;
    overflow: hidden;
    color: #7f7f7f;
    text-decoration: none;
    padding: 12px 20px 12px 50px;
  }
  .main-menu > li > ul > li > a:hover,
  .main-menu > li > ul > li > a.active {
    color: #7f7f7f;
    text-decoration: none;
    background: #f2f4f6;
  }
  .main-menu > li > ul ul {
    background: #f2f4f6;
    padding: 6px 0;
  }
  .main-menu > li > ul ul a {
    display: block;
    padding: 11px 20px 11px 30px;
    color: #7f7f7f;
    text-decoration: none;
  }
  .main-menu > li > ul ul a:hover,
  .main-menu > li > ul ul a.active {
    color: #d7624e;
    text-decoration: none;
  }
}
@media (min-width: 480px) {
  .wrap {
    padding: 20px 20px 20px 20px;
  }
  .wrap-inner {
    -webkit-box-shadow: 0px 0px 43.35px 7.65px rgba(0, 0, 0, 0.09);
            box-shadow: 0px 0px 43.35px 7.65px rgba(0, 0, 0, 0.09);
    max-width: 440px;
  }
  .sep-page {
    height: 720px;
  }
  .footer {
    max-width: 440px;
    margin: 0 auto;
    margin-top: -740px;
    overflow: hidden;
  }
  .footer .inner-wrap {
    height: 310px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}
@media (min-width: 640px) {
  .page-inner .header {
    border-bottom: none;
    margin-bottom: 0;
  }
  .page-inner .nav {
    border-bottom: 2px solid #f2f4f6;
    margin-bottom: 20px;
  }
  .sep-page {
    height: 460px;
  }
  .footer {
    max-width: 600px;
    margin-top: -495px;
  }
  .footer .inner-wrap {
    padding: 35px 30px 15px 24px;
    height: 225px;
  }
  .footer .footer-copy {
    font-size: 9px;
  }
  .footer .footer-contact {
    text-align: left;
  }
  .footer .footer-button {
    float: left;
    position: absolute;
    top: 46px;
    right: 28px;
  }
  .footer .footer-soc {
    padding-top: 16px;
  }
  .footer .map-wrap {
    height: 235px;
  }
  .wrap {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .wrap-inner {
    max-width: 600px;
  }
  .inner-wrap,
  .page {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .inner-wrap {
    height: 86px;
  }
  .header .logo-wrap {
    float: left;
    width: 151px;
    position: relative;
    height: 86px;
    line-height: 86px;
    top: auto;
    left: auto;
  }
  .header .actions-wrap {
    float: right;
    padding-top: 27px;
    padding-right: 5px;
    width: 347px;
  }
  .header .logo {
    font-size: 27px;
  }
  .nav {
    padding-bottom: 20px;
    background: #fff;
    z-index: 10;
  }
  .nav .btn-action-menu {
    display: none;
  }
  .nav .main-menu {
    font-size: 14px;
    line-height: 32px;
    color: #7f7f7f;
    margin: 0 -75px 0 0;
  }
  .nav .main-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .nav .main-menu > li {
    position: relative;
    float: left;
    margin: 0 75px 0 0;
  }
  .nav .main-menu > li:hover {
    z-index: 9;
  }
  .nav .main-menu > li > a {
    display: block;
    height: 32px;
    line-height: 32px;
    position: relative;
    white-space: nowrap;
    color: #7f7f7f;
    text-decoration: none;
  }
  .nav .main-menu > li.submenu > a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -218px -171px;
    width: 7px;
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .nav .main-menu > li > ul > li:hover > a {
    color: #7f7f7f;
    text-decoration: none;
    background: #f2f4f6;
  }
  .nav .main-menu li:hover > ul {
    display: block;
  }
  .nav .main-menu ul {
    display: none;
    -webkit-animation: fadein ease 0.2s;
            animation: fadein ease 0.2s;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15.3px 2.7px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 0px 15.3px 2.7px rgba(0, 0, 0, 0.07);
    padding: 10px 0;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 0;
    width: 255px;
  }
  .nav .main-menu ul li {
    margin: 0;
    padding: 0;
    position: relative;
  }
  .nav .main-menu ul li:before {
    display: none;
  }
  .nav .main-menu ul a {
    display: block;
    padding: 13px 20px 13px 50px;
    color: #7f7f7f;
    text-decoration: none;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    background: #fff;
  }
  .nav .main-menu ul a:hover,
  .nav .main-menu ul a.active {
    color: #7f7f7f;
    text-decoration: none;
    background: #f2f4f6;
  }
  .nav .main-menu ul ul {
    padding: 6px 0;
    background: #f2f4f6;
    position: absolute;
    top: 0;
    left: 100%;
    width: 270px;
    z-index: 20;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav .main-menu ul ul a {
    -webkit-transition: color ease 0.2s;
    -o-transition: color ease 0.2s;
    transition: color ease 0.2s;
    padding: 11px 15px 11px 30px;
    background: none;
  }
  .nav .main-menu ul ul a:hover,
  .nav .main-menu ul ul a.active {
    background: none;
    color: #d7624e;
  }
  .logo .logo-ico {
    max-width: 40px;
    max-height: 40px;
  }
}
@media (min-width: 640px) and (max-width: 1799px) {
  .nav .main-menu ul {
    padding: 10px 0;
    font-size: 15px;
    line-height: 20px;
    width: 200px;
  }
  .nav .main-menu ul a {
    padding-left: 20px;
  }
  .nav .main-menu ul ul {
    width: 200px;
  }
  .nav .main-menu ul ul a {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) {
  .sep-page {
    height: 335px;
  }
  .footer {
    max-width: 900px;
    margin-top: -370px;
  }
  .footer .inner-wrap {
    height: 335px;
    width: 42%;
    float: left;
    min-width: 0;
    padding: 75px 20px 20px 75px;
    clear: none;
  }
  .footer .map-wrap {
    width: 58%;
    height: 335px;
    float: right;
  }
  .footer .footer-button {
    position: static;
    text-align: left;
    float: none;
    margin-bottom: 25px;
  }
  .footer .footer-soc {
    padding: 0;
    margin: 0 0 45px 0;
    text-align: left;
  }
  .footer .footer-copy {
    text-align: left;
  }
  .footer .btn-action-soc {
    margin: 0 5px 0 0;
  }
  .wrap-inner {
    max-width: 900px;
  }
  .wrap {
    background-size: 249px auto, 194px auto;
  }
  .inner-wrap,
  .page {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .inner-wrap {
    height: 80px;
  }
  .header .logo-wrap {
    width: 160px;
    height: 80px;
    line-height: 92px;
  }
  .header .actions-wrap {
    padding-top: 34px;
    padding-right: 0;
    margin-right: -8px;
    width: 536px;
  }
  .header .phone {
    padding-left: 32px;
    font-size: 17px;
  }
  .header .phone:beforE {
    background-image: url(../img/spr.png);
    background-position: 0px -196px;
    width: 16px;
    height: 16px;
  }
  .nav .main-menu li.last ul ul {
    left: auto;
    right: 100%;
  }
}
@media (min-width: 1400px) {
  .sep-page {
    height: 442px;
  }
  .footer {
    margin-top: -502px;
    max-width: 1200px;
  }
  .footer .inner-wrap {
    height: 442px;
    padding: 110px 30px 30px 118px;
  }
  .footer .map-wrap {
    height: 442px;
    margin-top: 20px;
  }
  .footer .footer-contact {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .footer .footer-phone {
    display: block;
    padding-left: 42px;
    font-size: 22px;
  }
  .footer .footer-phone:before {
    background-image: url(../img/spr.png);
    background-position: -218px -130px;
    width: 21px;
    height: 21px;
  }
  .footer .footer-location {
    padding-left: 42px;
    display: block;
  }
  .footer .footer-location:before {
    background-image: url(../img/spr.png);
    background-position: -218px -45px;
    width: 18px;
    height: 24px;
  }
  .footer .footer-button {
    padding-top: 5px;
    margin-bottom: 30px;
  }
  .footer .footer-soc {
    margin-bottom: 65px;
  }
  .footer .btn-action-soc {
    margin: 0 7px 0 0;
  }
  .header-decor {
    height: 596px;
    border-bottom-width: 12px;
  }
  .wrap {
    background-size: 399px auto, 311px auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .inner-wrap,
  .page {
    padding-left: 30px;
    padding-right: 30px;
  }
  .wrap-inner {
    max-width: 1200px;
  }
  .header .inner-wrap {
    height: 160px;
  }
  .header .logo-wrap {
    width: 211px;
    line-height: 1;
    height: 90px;
    padding-top: 45px;
  }
  .header .logo {
    font-size: 28px;
  }
  .header .actions-wrap {
    width: 700px;
    margin-right: 0;
    padding-top: 47px;
  }
  .header .phone {
    padding-left: 44px;
    line-height: 39px;
    font-size: 22px;
    height: 39px;
  }
  .header .phone:before {
    background-image: url(../img/spr.png);
    background-position: -174px -144px;
    width: 21px;
    height: 21px;
  }
  .header .btn-header {
    height: 39px;
    padding: 0 32px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 37px;
  }
  .nav {
    padding-bottom: 0;
  }
  .nav .main-menu {
    font-size: 15px;
    line-height: 20px;
  }
  .nav .main-menu > li > a {
    height: 75px;
    line-height: 75px;
  }
  .logo .logo-ico {
    max-width: 105px;
    max-height: 105px;
  }
}
@media (min-width: 1800px) {
  .page-inner .nav {
    margin-bottom: 32px;
  }
  .sep-page {
    height: 595px;
  }
  .footer {
    margin-top: -675px;
    max-width: 1600px;
  }
  .footer .inner-wrap {
    height: 595px;
    padding: 130px 30px 30px 152px;
  }
  .footer .map-wrap {
    height: 595px;
  }
  .footer .footer-contact {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }
  .footer .footer-phone {
    padding-left: 56px;
    font-size: 30px;
  }
  .footer .footer-phone:before {
    background-image: url(../img/spr.png);
    background-position: -126px -144px;
    width: 28px;
    height: 28px;
  }
  .footer .footer-location {
    padding-left: 56px;
  }
  .footer .footer-location:before {
    background-image: url(../img/spr.png);
    background-position: 0px -144px;
    width: 24px;
    height: 32px;
  }
  .footer .footer-button {
    padding-top: 10px;
    margin-bottom: 50px;
  }
  .footer .footer-soc {
    margin-bottom: 90px;
  }
  .footer .footer-copy {
    font-size: 12px;
  }
  .footer .btn-action-soc {
    margin: 0 10px 0 0;
  }
  .header-decor {
    height: 696px;
    border-bottom-width: 12px;
  }
  .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wrap-inner {
    max-width: 1600px;
  }
  .inner-wrap,
  .page {
    padding-left: 35px;
    padding-right: 35px;
  }
  .header .inner-wrap {
    height: 140px;
  }
  .header .logo-wrap {
    height: 130px;
    width: 282px;
    padding-top: 60px;
  }
  .header .logo {
    font-size: 40px;
  }
  .header .actions-wrap {
    width: 935px;
    padding-top: 63px;
  }
  .header .phone {
    font-size: 30px;
    line-height: 52px;
    padding-left: 57px;
    height: 52px;
  }
  .header .phone:before {
    background-image: url(../img/spr.png);
    background-position: -78px -144px;
    width: 28px;
    height: 28px;
  }
  .header .btn-header {
    padding: 0 43px;
    font-size: 18px;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
  }
  .nav .main-menu {
    font-size: 20px;
    line-height: 30px;
    margin: 0 -110px 0 0;
  }
  .nav .main-menu > li {
    margin-right: 110px;
  }
  .logo .logo-ico {
    max-width: 65px;
    max-height: 65px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'nautilus_pompiliusregular';
  src: url('../fonts/nautiluspompilius-webfont.eot');
  src: url('../fonts/nautiluspompilius-webfont.eot@') format('embedded-opentype'), url('../fonts/nautiluspompilius-webfont.woff2') format('woff2'), url('../fonts/nautiluspompilius-webfont.woff') format('woff'), url('../fonts/nautiluspompilius-webfont.ttf') format('truetype'), url('../fonts/nautiluspompilius-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/fontfabric_-_mullerbold-webfont.eot');
  src: url('../fonts/fontfabric_-_mullerbold-webfont.eot@') format('embedded-opentype'), url('../fonts/fontfabric_-_mullerbold-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_mullerbold-webfont.woff') format('woff'), url('../fonts/fontfabric_-_mullerbold-webfont.ttf') format('truetype'), url('../fonts/fontfabric_-_mullerbold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/fontfabric_-_mullerlight-webfont.eot');
  src: url('../fonts/fontfabric_-_mullerlight-webfont.eot@') format('embedded-opentype'), url('../fonts/fontfabric_-_mullerlight-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_mullerlight-webfont.woff') format('woff'), url('../fonts/fontfabric_-_mullerlight-webfont.ttf') format('truetype'), url('../fonts/fontfabric_-_mullerlight-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/fontfabric_-_mullerregular-webfont.eot');
  src: url('../fonts/fontfabric_-_mullerregular-webfont.eot@') format('embedded-opentype'), url('../fonts/fontfabric_-_mullerregular-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_mullerregular-webfont.woff') format('woff'), url('../fonts/fontfabric_-_mullerregular-webfont.ttf') format('truetype'), url('../fonts/fontfabric_-_mullerregular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/fontfabric_-_mullerthin-webfont.eot');
  src: url('../fonts/fontfabric_-_mullerthin-webfont.eot@') format('embedded-opentype'), url('../fonts/fontfabric_-_mullerthin-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_mullerthin-webfont.woff') format('woff'), url('../fonts/fontfabric_-_mullerthin-webfont.ttf') format('truetype'), url('../fonts/fontfabric_-_mullerthin-webfont.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Muller';
  src: url('../fonts/fontfabric_-_mullerultralight-webfont.eot');
  src: url('../fonts/fontfabric_-_mullerultralight-webfont.eot@') format('embedded-opentype'), url('../fonts/fontfabric_-_mullerultralight-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_mullerultralight-webfont.woff') format('woff'), url('../fonts/fontfabric_-_mullerultralight-webfont.ttf') format('truetype'), url('../fonts/fontfabric_-_mullerultralight-webfont.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-a01 {
  background-image: url(../img/spr.png);
  background-position: -218px -171px;
  width: 7px;
  height: 4px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -131px -196px;
  width: 14px;
  height: 6px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -130px -79px;
  width: 8px;
  height: 16px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -72px -196px;
  width: 5px;
  height: 15px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -218px -89px;
  width: 11px;
  height: 21px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: -44px -144px;
  width: 14px;
  height: 28px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: -165px -196px;
  width: 16px;
  height: 6px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -195px -105px;
  width: 1px;
  height: 1px;
}
.i-ico-flocation01 {
  background-image: url(../img/spr.png);
  background-position: -161px -105px;
  width: 14px;
  height: 18px;
}
.i-ico-flocation02 {
  background-image: url(../img/spr.png);
  background-position: -218px -45px;
  width: 18px;
  height: 24px;
}
.i-ico-flocation03 {
  background-image: url(../img/spr.png);
  background-position: 0px -144px;
  width: 24px;
  height: 32px;
}
.i-ico-fphone01 {
  background-image: url(../img/spr.png);
  background-position: -36px -196px;
  width: 16px;
  height: 16px;
}
.i-ico-fphone02 {
  background-image: url(../img/spr.png);
  background-position: -218px -130px;
  width: 21px;
  height: 21px;
}
.i-ico-fphone03 {
  background-image: url(../img/spr.png);
  background-position: -126px -144px;
  width: 28px;
  height: 28px;
}
.i-ico-phone01 {
  background-image: url(../img/spr.png);
  background-position: -97px -196px;
  width: 14px;
  height: 14px;
}
.i-ico-phone02 {
  background-image: url(../img/spr.png);
  background-position: 0px -196px;
  width: 16px;
  height: 16px;
}
.i-ico-phone03 {
  background-image: url(../img/spr.png);
  background-position: -174px -144px;
  width: 21px;
  height: 21px;
}
.i-ico-phone04 {
  background-image: url(../img/spr.png);
  background-position: -78px -144px;
  width: 28px;
  height: 28px;
}
.i-ico-quote01 {
  background-image: url(../img/spr.png);
  background-position: -218px 0px;
  width: 27px;
  height: 25px;
}
.i-ico-quote02 {
  background-image: url(../img/spr.png);
  background-position: -161px 0px;
  width: 37px;
  height: 33px;
}
.i-ico-quote03 {
  background-image: url(../img/spr.png);
  background-position: 0px -79px;
  width: 49px;
  height: 45px;
}
.i-ico-quote04 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 65px;
  height: 59px;
}
.i-ico-zoom01 {
  background-image: url(../img/spr.png);
  background-position: -161px -53px;
  width: 31px;
  height: 32px;
}
.i-ico-zoom02 {
  background-image: url(../img/spr.png);
  background-position: -69px -79px;
  width: 41px;
  height: 43px;
}
.i-ico-zoom03 {
  background-image: url(../img/spr.png);
  background-position: -85px 0px;
  width: 56px;
  height: 58px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
select,
textarea,
input[type="text"],
input[type="phone"],
input[type="email"],
input[type="password"] {
  height: 32px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a3a3a3;
  padding: 0 8px;
  font-size: 13px;
  color: #626262;
  font-weight: 200;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:hover,
textarea:hover,
input[type="text"]:hover,
input[type="phone"]:hover,
input[type="email"]:hover,
input[type="password"]:hover {
  border-bottom-color: #d7624e;
}
textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
select {
  display: block;
  width: 100%;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  -o-text-overflow: '';
     text-overflow: '';
  outline: none;
}
select::-ms-expand {
  display: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #626262;
}
[placeholder]:-moz-placeholder {
  color: #626262;
}
[placeholder]::-moz-placeholder {
  color: #626262;
}
[placeholder]:-ms-input-placeholder {
  color: #626262;
}
.btn,
button,
input[type="submit"] {
  height: 44px;
  line-height: 42px;
  padding: 0 50px;
  background: #d7624e;
  border: 1px solid #d7624e;
  border-radius: 22px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  text-decoration: none;
}
.btn:visited,
button:visited,
input[type="submit"]:visited {
  color: #fff;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #d7624e;
  background: #fff;
}
.btn-action-soc {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  border: 1px solid #a78e83;
}
.btn-action-soc:hover {
  border-color: #e06651;
}
.btn-action-soc:hover img,
.btn-action-soc:hover svg {
  opacity: 0;
}
.btn-action-soc:hover img.hover,
.btn-action-soc:hover svg.hover {
  opacity: 1;
}
.btn-action-soc img,
.btn-action-soc svg {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  max-width: 16px;
  max-height: 16px;
}
.btn-action-soc img.hover,
.btn-action-soc svg.hover {
  opacity: 0;
}
.btn-action-menu {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.btn-action-menu:before,
.btn-action-menu:after {
  content: "";
  display: block;
  width: 24px;
  height: 17px;
  border-top: 1px solid #d7624e;
  border-bottom: 1px solid #d7624e;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -12px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-menu:before {
  height: 1px;
  width: 18px;
  border-top: none;
  margin-top: -1px;
  margin-left: -6px;
}
.btn-action-menu.active:after,
.btn-action-menu.active:before {
  width: 22px;
  height: 1px;
  margin: -1px 0 0 -11px;
  border-top: none;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-menu.active:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-prev,
.owl-next {
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: -50px;
  margin-top: -21px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #c5c5cc;
  text-indent: -999px;
}
.owl-prev:before,
.owl-next:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -130px -79px;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-prev {
  right: auto;
  left: -50px;
}
.owl-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dots {
  font-size: 0;
  line-height: 1;
  text-align: center;
}
.owl-dot {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 0 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #dddde6;
}
.owl-dot:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e06651;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  opacity: 0;
}
.owl-dot:hover:after,
.owl-dot.active:after {
  opacity: 1;
}
.form-wrap {
  display: block;
  position: relative;
}
.inner-form-wrap {
  position: relative;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.inner-form-wrap:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.succefull-form-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  z-index: 4;
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.succefull-form-wrap .succefull-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 90;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.succefull-form-wrap .succefull-text p {
  margin: 0;
}
.frm-select {
  line-height: 20px;
  position: relative;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -999px;
  opacity: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select a {
  color: #626262;
}
.frm-select label {
  display: block;
  position: relative;
  padding-left: 30px;
  min-height: 20px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #626262;
  position: absolute;
  top: 0;
  left: 0;
}
.frm-select label:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: -7px 0 0 -5px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
}
.frm-succefull .inner-form-wrap {
  opacity: 0;
}
.frm-succefull .inner-form-wrap:after {
  display: block;
}
.frm-succefull .succefull-form-wrap {
  display: block;
}
.frm-title {
  font-size: 23px;
  font-weight: 100;
  line-height: 1.1522;
  margin-bottom: 32px;
}
.frm-row {
  position: relative;
  line-height: 1;
  margin-bottom: 29px;
}
.frm-row-submit {
  margin-top: 40px;
  line-height: 1;
  text-align: center;
}
.frm-phone {
  margin-top: 27px;
  line-height: 1;
  text-align: center;
}
.frm-phone .phone {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
  color: #626262;
  text-decoration: none;
  padding-left: 22px;
  position: relative;
}
.frm-phone .phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -97px -196px;
  width: 14px;
  height: 14px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.frm-popup {
  width: 260px;
  margin: 0 auto;
  position: relative;
  padding: 45px 0;
}
.ui-dialog {
  width: 300px !important;
  left: 50% !important;
  margin-left: -150px;
}
body .ui-widget-overlay {
  background: rgba(0, 0, 0, 0.5);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15.3px 2.7px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 15.3px 2.7px rgba(0, 0, 0, 0.07);
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #626262;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
@media (min-width: 640px) {
  .btn-action-soc {
    width: 28px;
    height: 28px;
  }
  .btn-action-soc img,
  .btn-action-soc svg {
    max-width: 12px;
    max-height: 12px;
  }
  .btn,
  button,
  input[type="submit"] {
    height: 31px;
    line-height: 29px;
    padding: 0 27px;
    font-size: 13px;
    border-radius: 16px;
  }
  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .owl-prev:before,
  .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -72px -196px;
    width: 5px;
    height: 15px;
  }
}
@media (min-width: 1024px) {
  .ui-dialog {
    width: 380px !important;
    margin-left: -190px;
  }
  .frm-popup {
    width: 220px;
    padding: 80px 0 60px 0;
  }
  .frm-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .frm-row {
    margin-bottom: 24px;
  }
  .frm-row-submit {
    margin-top: 40px;
  }
  .frm-phone {
    margin-top: 60px;
  }
  .frm-phone .phone {
    font-size: 17px;
    padding-left: 34px;
  }
  .frm-phone .phone:before {
    background-image: url(../img/spr.png);
    background-position: 0px -196px;
    width: 16px;
    height: 16px;
  }
  .owl-prev,
  .owl-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }
  .owl-prev:before,
  .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -130px -79px;
    width: 8px;
    height: 16px;
  }
}
@media (min-width: 1400px) {
  select,
  textarea,
  input[type="text"],
  input[type="phone"],
  input[type="email"],
  input[type="password"] {
    height: 48px;
    padding: 0 14px;
    font-size: 14px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  .frm-row {
    margin-bottom: 26px;
  }
  .frm-row-submit {
    margin-top: 64px;
  }
  .frm-phone {
    margin-top: 100px;
  }
  .frm-phone .phone {
    font-size: 22px;
    padding-left: 42px;
    height: 30px;
    line-height: 30px;
  }
  .frm-phone .phone:before {
    background-image: url(../img/spr.png);
    background-position: -174px -144px;
    width: 21px;
    height: 21px;
  }
  .frm-popup {
    width: 285px;
    padding: 105px 0 80px 0;
  }
  .frm-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .ui-dialog {
    width: 490px !important;
    margin-left: -245px;
  }
  .btn-action-soc {
    width: 35px;
    height: 35px;
    border-width: 2px;
  }
  .btn-action-soc img,
  .btn-action-soc svg {
    max-width: 16px;
    max-height: 16px;
  }
  .btn,
  button,
  input[type="submit"] {
    height: 39px;
    line-height: 37px;
    padding: 0 40px;
    font-size: 14px;
    border-radius: 20px;
  }
  .owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 6px;
  }
  .owl-dot:after {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
  }
  .owl-prev,
  .owl-next {
    width: 56px;
    height: 56px;
    margin-top: -28px;
  }
  .owl-prev:before,
  .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -218px -89px;
    width: 11px;
    height: 21px;
  }
}
@media (min-width: 1800px) {
  select,
  textarea,
  input[type="text"],
  input[type="phone"],
  input[type="email"],
  input[type="password"] {
    height: 54px;
    padding: 0 15px;
    font-size: 18px;
  }
  textarea {
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none;
  }
  select {
    background-image: url(../img/main/select02.png);
  }
  .frm-row {
    margin-bottom: 35px;
  }
  .frm-row-submit {
    margin-top: 68px;
  }
  .frm-phone {
    margin-top: 100px;
  }
  .frm-phone .phone {
    font-size: 30px;
    padding-left: 58px;
    height: 40px;
    line-height: 40px;
  }
  .frm-phone .phone:before {
    background-image: url(../img/spr.png);
    background-position: -78px -144px;
    width: 28px;
    height: 28px;
  }
  .frm-title {
    font-size: 46px;
    margin-bottom: 30px;
  }
  .frm-popup {
    width: 350px;
    padding: 130px 0 75px 0;
  }
  .ui-dialog {
    width: 600px !important;
    margin-left: -300px;
  }
  .btn-action-soc {
    width: 46px;
    height: 46px;
  }
  .btn-action-soc img,
  .btn-action-soc svg {
    max-width: 22px;
    max-height: 22px;
  }
  .btn,
  button,
  input[type="submit"] {
    height: 52px;
    line-height: 50px;
    padding: 0 52px;
    font-size: 18px;
    border-radius: 26px;
  }
  .owl-dot {
    width: 24px;
    height: 24px;
    margin: 0 9px;
  }
  .owl-dot:after {
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
  }
  .owl-prev,
  .owl-next {
    width: 74px;
    height: 74px;
    margin-top: -37px;
  }
  .owl-prev:before,
  .owl-next:before {
    background-image: url(../img/spr.png);
    background-position: -44px -144px;
    width: 14px;
    height: 28px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.center-image {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-partner {
  display: block;
  height: 85px;
  line-height: 63px;
  border: 1px solid #d4d9e2;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  max-width: 300px;
  margin: 0 auto;
}
.item-partner:hover {
  border-color: #b2b7c0;
}
.item-partner img,
.item-partner svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.item-review {
  background: #fff;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 8.28px 0.72px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 8.28px 0.72px rgba(0, 0, 0, 0.07);
  font-size: 12px;
  line-height: 1.1667;
}
.item-review .review-text-wrap {
  padding: 18px 8px;
}
.item-review .review-title-wrap {
  background: #e06651;
  color: #fff;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  position: relative;
  padding: 0 110px 0 72px;
}
.item-review .review-photo {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.item-review .review-photo img {
  display: block;
  width: 100%;
}
.item-review .review-name {
  width: 100%;
  float: left;
  padding-right: 5px;
}
.item-review .review-name span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
}
.item-review .review-pos {
  display: block;
  width: 110px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0 5px;
  font-style: italic;
}
.item-review .review-pos span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1667;
}
.item-review p:last-child {
  margin-bottom: 0;
}
.item-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  background: #000;
  color: #626262;
  text-decoration: none;
}
.item-gallery:before {
  content: "";
  display: block;
  padding-top: 66%;
}
.item-gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-license {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  border: 5px solid #fff;
  background: #fff;
  margin: 0 auto;
  max-width: 200px;
}
.item-license img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-license:before {
  content: "";
  display: block;
  padding-top: 135%;
}
.item-team {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  color: #626262;
  margin: 0 auto;
}
.item-team:visited {
  color: #626262;
}
.item-team:hover {
  text-decoration: none;
  color: #626262;
}
.item-team:hover .team-photo:after {
  opacity: 1;
}
.item-team .team-photo {
  display: block;
  position: relative;
  margin: 0 auto 10px auto;
  overflow: hidden;
  line-height: 1;
  max-width: 170px;
}
.item-team .team-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-team .team-photo:before {
  content: "";
  padding-top: 142%;
  display: block;
}
.item-team .team-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border: 6px solid #e06651;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-team .team-name {
  font-weight: 400;
  margin-bottom: 6px;
  display: block;
}
.item-team .team-pos {
  display: block;
  font-style: italic;
}
.item-service {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #626262;
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
  font-size: 13px;
}
.item-service:visited {
  color: #626262;
}
.item-service:hover {
  color: #fff;
  text-decoration: none;
}
.item-service:hover .service-photo:after {
  opacity: 1;
}
.item-service:hover .service-title {
  background: #e06651;
}
.item-service .service-photo {
  display: block;
  margin: 0 auto 8px auto;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.item-service .service-photo img {
  display: block;
  width: 100%;
}
.item-service .service-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 50%;
  border: 6px solid #e06651;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-service .service-title {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  line-height: 20px;
  padding: 2px 9px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
@media (min-width: 640px) {
  .item-partner {
    height: 50px;
    line-height: 29px;
  }
  .item-review .review-title-wrap {
    padding-right: 20px;
  }
  .item-review .review-title-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -218px 0px;
    width: 27px;
    height: 25px;
    position: absolute;
    top: 17px;
    right: 26px;
  }
  .item-review .review-name {
    float: left;
    width: 105px;
  }
  .item-review .review-pos {
    position: static;
    float: left;
    width: 110px;
  }
  .item-review .review-text-wrap {
    padding: 20px;
  }
  .item-team .team-photo {
    margin-bottom: 15px;
  }
  .item-service .service-photo {
    width: 94px;
    height: 94px;
    margin-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .item-partner {
    height: 74px;
    line-height: 53px;
  }
  .item-review {
    padding-left: 145px;
  }
  .item-review:before {
    content: "";
    display: block;
    width: 145px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #e06651;
  }
  .item-review .review-title-wrap {
    display: block;
    width: 145px;
    height: auto;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 10px;
    text-align: center;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .item-review .review-title-wrap:before {
    display: none;
  }
  .item-review .review-text-wrap {
    min-height: 217px;
    padding: 75px 20px 20px 28px;
    position: relative;
    width: 100%;
  }
  .item-review .review-text-wrap:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -161px 0px;
    width: 37px;
    height: 33px;
    position: absolute;
    top: 27px;
    left: 27px;
  }
  .item-review .review-photo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 10px auto;
    width: 70px;
    height: 70px;
  }
  .item-review .review-name {
    height: auto;
    width: 100%;
    float: none;
    margin-bottom: 12px;
    padding: 0;
    font-size: 11px;
  }
  .item-review .review-pos {
    display: block;
    position: relative;
    height: auto;
    line-height: 1.2;
    font-size: 11px;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }
  .item-service .service-photo {
    width: 133px;
    height: 133px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1400px) {
  .item-partner {
    height: 97px;
    line-height: 75px;
  }
  .item-review {
    padding-left: 193px;
  }
  .item-review:before {
    width: 193px;
  }
  .item-review .review-title-wrap {
    padding: 0 20px;
    width: 193px;
  }
  .item-review .review-photo {
    width: 94px;
    height: 94px;
    margin-bottom: 15px;
  }
  .item-review .review-name {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .item-review .review-pos {
    font-size: 13px;
    line-height: 18px;
  }
  .item-review .review-text-wrap {
    min-height: 290px;
    padding: 96px 40px 40px 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .item-review .review-text-wrap:before {
    background-image: url(../img/spr.png);
    background-position: 0px -79px;
    width: 49px;
    height: 45px;
    top: 36px;
    left: 36px;
  }
  .item-team {
    font-size: 14px;
    line-height: 20px;
  }
  .item-team .team-photo {
    max-width: 303px;
    margin-bottom: 20px;
  }
  .item-team .team-photo:after {
    border-width: 10px;
  }
  .item-service {
    font-size: 14px;
  }
  .item-service .service-photo {
    width: 177px;
    height: 177px;
    margin-bottom: 9px;
  }
  .item-service .service-photo:after {
    border-width: 10px;
  }
  .item-service .service-title {
    padding: 5px 20px;
  }
}
@media (min-width: 1800px) {
  .item-partner {
    height: 130px;
    line-height: 108px;
  }
  .item-review {
    padding-left: 258px;
  }
  .item-review:before {
    width: 258px;
  }
  .item-review .review-title-wrap {
    width: 258px;
  }
  .item-review .review-photo {
    width: 125px;
    height: 125px;
    margin-bottom: 20px;
  }
  .item-review .review-name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
  }
  .item-review .review-pos {
    font-size: 18px;
    line-height: 25px;
  }
  .item-review .review-text-wrap {
    min-height: 386px;
    padding: 125px 40px 40px 45px;
    font-size: 18px;
    line-height: 25px;
  }
  .item-review .review-text-wrap:before {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 65px;
    height: 59px;
    top: 48px;
    left: 48px;
  }
  .item-team {
    font-size: 18px;
    line-height: 29px;
  }
  .item-team .team-photo {
    margin-bottom: 30px;
  }
  .item-service {
    font-size: 18px;
  }
  .item-service .service-photo {
    width: 237px;
    height: 237px;
    margin-bottom: 12px;
  }
  .item-service .service-title {
    padding: 5px 20px;
    line-height: 30px;
    padding: 5px 30px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.breadcrumbs-box {
  font-size: 9px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: -9px;
  display: none;
  position: relative;
  overflow: hidden;
}
.breadcrumbs-box a,
.breadcrumbs-box span {
  float: left;
  margin: 0 9px 0 0;
  position: relative;
}
.breadcrumbs-box a:last-child:before,
.breadcrumbs-box span:last-child:before {
  display: none;
}
.breadcrumbs-box a:before,
.breadcrumbs-box span:before {
  content: ">";
  display: block;
  width: 9px;
  text-align: center;
  text-decoration: none;
  color: #626262;
  position: absolute;
  top: 0;
  left: 100%;
}
.action-box {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
  background: #f2f4f6;
  text-align: center;
}
.action-box .action-pic {
  display: none;
}
.action-box .action-text-wrap {
  padding: 25px 20px 30px 20px;
}
.action-box .action-text {
  padding: 12px 20px 0 20px;
}
.action-box .action-title {
  color: #e06651;
  margin-bottom: 10px;
  font-weight: 400;
}
.action-box .action-title-wrap {
  padding: 0 0 20px 0;
}
.action-box .action-mobile-pic-wrap {
  display: block;
  line-height: 1;
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}
.action-box .action-mobile-pic-wrap img {
  display: block;
  width: 100%;
}
.action-box h1,
.action-box .main-title {
  margin-bottom: 0;
}
.action-box p {
  margin: 0;
}
.action-box .action-button {
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}
.partners-box {
  padding: 25px 0 28px 0;
}
.partners-box .slider-wrap {
  padding: 0 40px;
  position: relative;
}
.partners-box .sl-item {
  padding: 0 12px;
  display: block;
  position: relative;
  overflow: hidden;
}
.partners-box .owl-prev {
  left: -40px;
}
.partners-box .owl-next {
  right: -40px;
}
.reviews-box {
  padding: 15px 0 14px 0;
  position: relative;
}
.reviews-box .item-wrap {
  margin-bottom: 30px;
}
.reviews-box .item-wrap:last-child {
  margin-bottom: 0;
}
.reviews-box h1,
.reviews-box .main-title {
  margin-bottom: 0em;
}
.reviews-box h1 + .items-wrap,
.reviews-box .main-title + .items-wrap {
  padding-top: 25px;
}
.reviews-box .sl-item {
  padding: 20px;
}
.reviews-box .slider-wrap {
  margin: 0 -20px;
  position: relative;
}
.reviews-box .owl-dots {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}
.gallery-box {
  padding: 30px 0 0 0;
}
.gallery-box .items-wrap {
  margin: 0 -5px;
}
.gallery-box .item-wrap {
  width: 50%;
  float: left;
  margin-bottom: 10px;
  padding: 0 5px;
}
.gallery-box .preview-block .item-gallery:after,
.gallery-box .items-wrap .item-gallery:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid rgba(224, 102, 81, 0.7);
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  opacity: 0;
}
.gallery-box .preview-block .item-gallery:hover:after,
.gallery-box .items-wrap .item-gallery:hover:after,
.gallery-box .preview-block .item-gallery.active:after,
.gallery-box .items-wrap .item-gallery.active:after {
  opacity: 1;
}
.photos-box {
  position: relative;
  overflow: hidden;
}
.photos-box .main-block {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
}
.photos-box .preview-block ul {
  margin: 0 -5px;
  overflow: hidden;
}
.photos-box .preview-block li {
  padding: 0 5px;
  width: 33.333%;
  float: left;
  margin-bottom: 10px;
}
.photos-box .preview-block li:before {
  display: none;
}
.photos-box .preview-block .item-gallery:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 5px solid rgba(224, 102, 81, 0.7);
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  opacity: 0;
}
.photos-box .preview-block .item-gallery:hover:after,
.photos-box .preview-block .item-gallery.active:after {
  opacity: 1;
}
.photos-box .gal-title-wrap {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 9;
  text-align: center;
}
.photos-box .gal-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  width: 100%;
}
.photos-box p {
  margin: 0;
}
.licenses-box {
  padding: 30px 0;
}
.licenses-box .slider-wrap {
  position: relative;
  padding: 0 50px;
}
.licenses-box .sl-item {
  position: relative;
  padding: 0 17px;
}
.teams-box {
  padding: 25px 0 5px 0;
}
.teams-box .items-wrap {
  margin: 0 -7px;
  padding: 10px 10px 0 10px;
  font-size: 0;
}
.teams-box .item-wrap {
  margin-bottom: 25px;
  padding: 0 7px;
  display: inline-block;
  vertical-align: top;
  width: 49.99%;
}
.teams-box .slider-wrap {
  padding: 0 40px;
  margin-bottom: 25px;
}
.teams-box .sl-item {
  padding: 0 10px;
}
.teams-box .owl-prev {
  left: -40px;
  top: 120px;
}
.teams-box .owl-next {
  right: -40px;
  top: 120px;
}
.services-box {
  padding: 30px 0 10px 0;
  position: relative;
}
.services-box .items-wrap {
  font-size: 0;
  margin: 0 -15px;
}
.services-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 49.99%;
  padding: 0 15px;
  margin-bottom: 15px;
}
.services-box .slider-wrap {
  padding: 0 40px;
  position: relative;
  margin-bottom: 15px;
}
.services-box .sl-item {
  padding: 0 10px;
}
.services-box .owl-prev {
  left: -40px;
  top: 62px;
}
.services-box .owl-next {
  right: -40px;
  top: 62px;
}
.about-box {
  padding: 25px 0;
  overflow: hidden;
  position: relative;
}
.about-box .pic-wrap {
  margin-bottom: 20px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.about-box .pic-wrap img {
  display: block;
  width: 100%;
}
.about-box p:last-child {
  margin-bottom: 0;
}
.main-box {
  position: relative;
  overflow: hidden;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: 0 -10px;
}
.main-box .owl-dots {
  padding-top: 15px;
}
.main-box .pic-wrap {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1;
  overflow: hidden;
}
.main-box .pic-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-box .mobile-pic-wrap {
  position: relative;
  line-height: 1;
  overflow: hidden;
}
.main-box .mobile-pic-wrap:before {
  content: "";
  display: block;
  padding-top: 56%;
}
.main-box .mobile-pic-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-box .text-wrap {
  text-align: center;
  padding: 15px 25px 0 25px;
  position: relative;
  z-index: 2;
}
.main-box .button-wrap {
  text-align: center;
  line-height: 1;
  margin-top: 12px;
}
.main-box h1,
.main-box .main-title {
  text-align: center;
  margin-bottom: 0.5em;
}
.main-box p {
  margin: 0;
}
.bg-box {
  position: relative;
  background: #f2f4f6;
}
.bg-box:before,
.bg-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #f2f4f6;
}
.bg-box:before {
  left: auto;
  right: 100%;
}
@media (min-width: 480px) {
  .bg-box:before,
  .bg-box:after {
    width: 10px;
  }
  .teams-box .owl-prev,
  .teams-box .owl-next {
    top: 106px;
  }
}
@media (min-width: 640px) {
  .breadcrumbs-box {
    display: block;
  }
  .action-box {
    min-height: 222px;
    margin: 0 -15px;
  }
  .action-box .action-pic {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  .action-box .action-mobile-pic-wrap {
    display: none;
  }
  .action-box .action-text-wrap {
    width: 50%;
    position: relative;
    z-index: 2;
    padding: 30px 25px 20px 25px;
    float: left;
    text-align: left;
  }
  .action-box .action-text {
    padding: 0;
  }
  .action-box .action-title-wrap {
    padding: 0 0 12px 0;
  }
  .action-box .action-button {
    margin-top: 12px;
    padding-right: 30px;
  }
  .action-box h2,
  .action-box .main-title {
    margin: 0 -20px 0 0;
  }
  .partners-box {
    padding: 27px 0 45px 0;
  }
  .partners-box .sl-item {
    padding: 0 5px;
  }
  .reviews-box {
    padding-bottom: 21px;
  }
  .reviews-box .slider-wrap {
    margin: 0;
    padding: 0 15px;
    position: relative;
  }
  .reviews-box .owl-prev {
    left: -22px;
  }
  .reviews-box .owl-next {
    right: -22px;
  }
  .reviews-box .owl-dots {
    padding-top: 7px;
    bottom: -21px;
  }
  .photos-box .preview-block li {
    width: 25%;
  }
  .photos-box .preview-block .item-gallery:after {
    border-width: 10px;
  }
  .gallery-box .item-wrap {
    width: 33.33%;
  }
  .gallery-box .preview-block .item-gallery:after,
  .gallery-box .items-wrap .item-gallery:after {
    border-width: 10px;
  }
  .gallery-box h1,
  .gallery-box .main-title {
    margin-bottom: 1.4em;
  }
  .licenses-box {
    padding: 25px 0 35px 0;
  }
  .licenses-box .slider-wrap {
    padding-top: 5px;
  }
  .licenses-box .slider {
    margin: 0 -5px;
    display: block;
    width: auto !important;
  }
  .licenses-box .sl-item {
    padding: 0 5px;
  }
  .teams-box .items-wrap {
    margin: 0 -12px;
    padding-left: 0;
    padding-right: 0;
  }
  .teams-box .item-wrap {
    padding: 0 12px;
    width: 24.99%;
  }
  .teams-box .owl-prev,
  .teams-box .owl-next {
    top: 102px;
  }
  .services-box .items-wrap {
    padding-top: 15px;
  }
  .services-box .item-wrap {
    width: 19.99%;
  }
  .services-box .owl-prev,
  .services-box .owl-next {
    top: 47px;
  }
  .about-box .pic-wrap {
    width: 39%;
    float: left;
    margin: 0 13px 10px 0;
  }
  .main-box {
    margin: 0 -15px 0 -15px;
  }
  .main-box:hover .owl-prev,
  .main-box:hover .owl-next {
    opacity: 1;
  }
  .main-box .text-wrap {
    width: 309px;
    height: 253px;
    position: relative;
    overflow: hidden;
    background: url(../img/main/main-text.png) center no-repeat;
    background-size: 100% 100%;
    float: right;
    padding: 0 15px 0 98px;
    line-height: 270px;
  }
  .main-box .inner-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2308;
    text-align: left;
  }
  .main-box .mobile-pic-wrap {
    display: none;
  }
  .main-box .pic-wrap {
    display: block;
  }
  .main-box h1,
  .main-box .main-title {
    text-align: left;
    margin-bottom: 0.9em;
  }
  .main-box .owl-prev,
  .main-box .owl-next {
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
    background: rgba(255, 255, 255, 0.8);
  }
  .main-box .owl-prev {
    left: 10px;
  }
  .main-box .owl-next {
    right: 10px;
  }
  .bg-box:before,
  .bg-box:after {
    width: 15px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs-box {
    margin-bottom: 30px;
    margin-right: -13px;
    font-size: 12px;
  }
  .breadcrumbs-box a,
  .breadcrumbs-box span {
    margin-right: 13px;
  }
  .breadcrumbs-box a:before,
  .breadcrumbs-box span:before {
    width: 13px;
  }
  .action-box {
    min-height: 326px;
    font-size: 12px;
    margin: 0 -20px;
  }
  .action-box .action-text-wrap {
    padding: 65px 20px 55px 95px;
  }
  .action-box .action-title {
    margin-bottom: 15px;
  }
  .action-box .action-title-wrap {
    padding-bottom: 15px;
  }
  .action-box .action-text {
    padding-right: 0;
    width: 240px;
  }
  .action-box .action-button {
    margin-top: 20px;
    text-align: left;
    padding-right: 0;
  }
  .partners-box {
    padding: 35px 0 52px 0;
  }
  .partners-box .slider-wrap {
    margin: 0 -6px;
    padding: 0 15px;
  }
  .partners-box .sl-item {
    padding: 0 6px;
  }
  .reviews-box {
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .reviews-box h1,
  .reviews-box .main-title {
    margin-bottom: 0.7em;
  }
  .reviews-box .slider-wrap {
    padding: 0 80px;
  }
  .reviews-box .owl-dots {
    padding-top: 10px;
    bottom: -24px;
  }
  .reviews-box .owl-prev {
    left: -50px;
  }
  .reviews-box .owl-next {
    right: -50px;
  }
  .photos-box {
    overflow: hidden;
  }
  .photos-box .main-block {
    width: 61%;
    float: left;
    padding-right: 10px;
  }
  .photos-box .main-block .item-gallery:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-image: url(../img/spr.png);
    background-position: -161px -53px;
    width: 31px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  .photos-box .preview-block {
    width: 39%;
    float: right;
  }
  .photos-box .preview-block li {
    width: 50%;
  }
  .photos-box .preview-block .item-gallery:after {
    border-width: 24px;
  }
  .gallery-box {
    padding-top: 45px;
  }
  .gallery-box .item-wrap {
    width: 25%;
  }
  .licenses-box {
    padding: 42px 0 50px 0;
  }
  .licenses-box .slider-wrap {
    padding: 0 18px;
  }
  .licenses-box .slider {
    margin: 0 -18px;
  }
  .licenses-box .sl-item {
    padding: 0 18px;
  }
  .licenses-box h1,
  .licenses-box .main-title {
    margin-bottom: 1.3em;
  }
  .teams-box {
    padding: 45px 0 15px 0;
  }
  .teams-box .items-wrap {
    margin: 0 -20px;
    padding: 20px 25px 0 25px;
  }
  .teams-box .item-wrap {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .teams-box .slider-wrap {
    padding: 0;
    margin-bottom: 30px;
  }
  .teams-box .sl-item {
    padding: 0 20px;
  }
  .services-box {
    padding: 40px 20px 25px 20px;
  }
  .services-box .item-wrap {
    margin-bottom: 20px;
  }
  .services-box .slider-wrap {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-box {
    padding: 40px 0 20px 0;
  }
  .about-box .pic-wrap {
    width: 29%;
    margin: 0 22px 20px 0;
  }
  .about-box .pic-wrap + .text-wrap {
    margin-top: -5px;
  }
  .about-box .text-wrap {
    margin-bottom: 20px;
  }
  .main-box {
    margin: 0;
  }
  .main-box .text-wrap {
    height: 360px;
    line-height: 390px;
    padding: 0 20px 0 130px;
    width: 370px;
  }
  .main-box .inner-text {
    font-size: 12px;
    line-height: 15px;
  }
  .main-box h1,
  .main-box .main-title {
    margin-bottom: 0.5em;
  }
  .bg-box:before,
  .bg-box:after {
    display: none;
  }
}
@media (min-width: 1400px) {
  .breadcrumbs-box {
    margin-bottom: 40px;
    margin-right: -20px;
    font-size: 18px;
  }
  .breadcrumbs-box a,
  .breadcrumbs-box span {
    margin-right: 20px;
  }
  .breadcrumbs-box a:before,
  .breadcrumbs-box span:before {
    width: 20px;
  }
  .action-box {
    min-height: 434px;
    margin: 0 -30px;
  }
  .action-box .action-text-wrap {
    padding: 85px 20px 50px 120px;
  }
  .action-box .action-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .action-box .action-title-wrap {
    padding-bottom: 25px;
  }
  .action-box .action-text {
    font-size: 14px;
    line-height: 18px;
    width: 300px;
  }
  .partners-box {
    padding: 50px 0 70px 0;
  }
  .partners-box .slider-wrap {
    margin: 0 -10px;
  }
  .partners-box .sl-item {
    padding: 0 10px;
  }
  .reviews-box {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .reviews-box .owl-dots {
    padding-top: 17px;
    bottom: -35px;
  }
  .reviews-box .slider-wrap {
    padding: 0 105px;
  }
  .reviews-box .owl-prev {
    left: -65px;
  }
  .reviews-box .owl-next {
    right: -65px;
  }
  .photos-box .main-block .item-gallery:after {
    background-image: url(../img/spr.png);
    background-position: -69px -79px;
    width: 41px;
    height: 43px;
    top: 22px;
    right: 22px;
  }
  .photos-box .gal-title-wrap {
    height: 66px;
    font-weight: 400;
    font-size: 14px;
    line-height: 66px;
  }
  .gallery-box {
    padding-top: 60px;
  }
  .gallery-box .item-wrap {
    width: 20%;
  }
  .licenses-box {
    padding: 60px 0 65px 0;
  }
  .licenses-box .slider-wrap {
    padding: 0 25px;
  }
  .licenses-box .slider {
    margin: 0 -19px;
  }
  .licenses-box .sl-item {
    padding: 0 19px;
  }
  .teams-box {
    padding: 55px 0 32px 0;
  }
  .teams-box .items-wrap {
    margin: 0 -27px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .teams-box .item-wrap {
    padding: 0 27px;
    margin-bottom: 30px;
  }
  .teams-box .slider-wrap {
    margin-bottom: 30px;
  }
  .teams-box .sl-item {
    padding: 0 27px;
  }
  .services-box {
    padding: 60px 20px 35px 20px;
  }
  .services-box .item-wrap {
    margin-bottom: 30px;
  }
  .services-box .slider-wrap {
    margin-bottom: 30px;
  }
  .about-box {
    padding: 55px 0;
  }
  .about-box .pic-wrap {
    margin: 0 30px 20px 0;
  }
  .main-box {
    margin: 0;
  }
  .main-box .text-wrap {
    height: 480px;
    line-height: 520px;
    padding: 0 30px 0 170px;
    width: 493px;
  }
  .main-box .inner-text {
    font-size: 14px;
    line-height: 19px;
  }
  .main-box .button-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 1800px) {
  .action-box {
    min-height: 581px;
    margin: 0 -35px;
  }
  .action-box .action-text-wrap {
    padding: 110px 20px 80px 160px;
  }
  .action-box .action-title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .action-box .action-text {
    font-size: 18px;
    line-height: 25px;
    width: 400px;
  }
  .action-box .action-button {
    margin-top: 35px;
  }
  .partners-box {
    padding: 75px 0 95px 0;
  }
  .partners-box .slider-wrap {
    margin: 0 -12px;
    padding: 0 20px;
  }
  .partners-box .sl-item {
    padding: 0 12px;
  }
  .reviews-box {
    padding-top: 70px;
    padding-bottom: 54px;
  }
  .reviews-box .owl-dots {
    padding-top: 30px;
    bottom: -54px;
  }
  .reviews-box .slider-wrap {
    padding: 0 155px;
  }
  .reviews-box .owl-prev {
    left: -100px;
  }
  .reviews-box .owl-next {
    right: -100px;
  }
  .photos-box .main-block {
    padding-right: 16px;
  }
  .photos-box .main-block .item-gallery:after {
    top: 27px;
    right: 27px;
    background-image: url(../img/spr.png);
    background-position: -85px 0px;
    width: 56px;
    height: 58px;
  }
  .photos-box .preview-block ul {
    margin: 0 -8px;
  }
  .photos-box .preview-block li {
    margin-bottom: 16px;
    padding: 0 8px;
  }
  .photos-box .gal-title-wrap {
    font-size: 18px;
    height: 88px;
    line-height: 88px;
  }
  .gallery-box {
    padding-top: 80px;
  }
  .licenses-box {
    padding: 80px 0 85px 0;
  }
  .licenses-box .slider-wrap {
    padding: 0 38px;
  }
  .licenses-box .slider {
    margin: 0 -22px;
  }
  .licenses-box .sl-item {
    padding: 0 22px;
  }
  .teams-box {
    padding: 80px 0 48px 0;
  }
  .teams-box .items-wrap {
    margin: 0 -38px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 25px;
  }
  .teams-box .item-wrap {
    margin-bottom: 40px;
    padding: 0 38px;
  }
  .services-box {
    padding: 75px 30px 50px 30px;
  }
  .services-box .items-wrap {
    padding-top: 25px;
  }
  .services-box .slider-wrap {
    padding-top: 25px;
  }
  .about-box {
    padding: 75px 0;
  }
  .about-box .pic-wrap {
    margin: 0 40px 20px 0;
  }
  .main-box {
    margin: 0;
  }
  .main-box .text-wrap {
    height: 642px;
    line-height: 680px;
    padding: 0 40px 0 220px;
    width: 657px;
  }
  .main-box .inner-text {
    font-size: 18px;
    line-height: 26px;
  }
  .main-box .button-wrap {
    margin-top: 25px;
  }
}
