@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #4a4a4a;
  background: #fff;
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 300;
}
a {
  color: #cf9300;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 24px;
}
h1,
.main-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2143;
  position: relative;
  margin-bottom: 45px;
  text-align: left;
}
.section-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.1;
  color: #7d26cd;
  font-weight: 400;
  margin-bottom: 16px;
  text-align: left;
}
.clr01 {
  color: #cf9300;
}
.clr02 {
  color: #7d26cd;
}
.att-text {
  position: relative;
  padding-left: 14px;
  margin-bottom: 28px;
  text-align: justify;
}
.att-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  bottom: -10px;
  width: 3px;
}
.att-text.clr01,
.att-text.clr02 {
  color: #4a4a4a;
}
.att-text.clr01:before {
  background: #0e7aee;
}
.att-text.clr02:before {
  background: #9b30ff;
}
.att-text p:last-child {
  margin-bottom: 0;
}
ol {
  counter-reset: li;
  list-style: none;
  font-size: 18px;
  line-height: 1.3333;
}
ol li {
  position: relative;
  padding-left: 74px;
  margin-bottom: 49px;
  text-align: justify;
}
ol li:last-child {
  margin-bottom: 0;
}
ol li:before {
  content: '0' counter(li);
  counter-increment: li;
  width: 74px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 50px;
  font-weight: 100;
  color: #7d26cd;
  text-align: left;
  float: left;
}
ol li:after {
  content: "";
  display: block;
  width: 3px;
  position: absolute;
  top: 5px;
  bottom: -3px;
  left: 62px;
}
ol li:nth-child(3n+1):after {
  background: #0e7aee;
}
ol li:nth-child(3n+2):after {
  background: #ff7f00;
}
ol li:nth-child(3n+3):after {
  background: #9b30ff;
}
@media (min-width: 1320px) {
  body {
    font-size: 18px;
  }
  h1,
  .main-title {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 65px;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 17px;
  }
  .att-text {
    padding-left: 22px;
    margin-bottom: 42px;
  }
  .att-text:before {
    border-width: 5px;
  }
  ol {
    font-size: 22px;
    line-height: 27px;
  }
  ol li {
    padding-left: 98px;
    margin-bottom: 60px;
  }
  ol li:before {
    font-size: 60px;
    top: 4px;
  }
  ol li:after {
    left: 80px;
    width: 5px;
  }
}
/* ----------------------------------- *\
      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 20px;
  min-width: 480px;
  max-width: 1900px;
}
.inner-wrap:after,
.page:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.inner-wrap.content,
.page.content {
  max-width: 1320px;
}
.inner-wrap.content-main,
.page.content-main {
  max-width: 1520px;
}
.wrap,
.header,
.nav,
.footer,
.cnt-section {
  position: relative;
  clear: both;
  min-width: 480px;
}
.wrap {
  overflow: hidden;
  min-height: 100%;
}
.fixed {
  padding-top: 290px;
}
.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(244, 244, 244, 0.9);
  padding: 0;
  height: 74px;
  margin-bottom: 0;
}
.fixed .header .inner-wrap {
  height: 74px;
}
.fixed .header .inner-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.fixed .header .phone-wrap {
  text-align: right;
  padding: 18px 20px 0 0;
  float: right;
}
.fixed .header .logo-wrap {
  float: left;
  padding-top: 7px;
  padding-left: 20px;
  margin: 0;
}
.fixed .header .logo {
  width: 51px;
  height: 52px;
  padding: 0;
  background-position: 0  0;
}
.fixed .header .logo .logo-pic {
  width: 52px;height: 51px;
  position: absolute;
  top: 0;left: 0;
}
.fixed .header .logo .logo-inner,
.fixed .header .logo .logo-subtitle {
  display: none;
}
.footer {
  text-align: center;
  overflow: hidden;
}
.footer .inner-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1780px;
}
.footer .inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e1e1e1;
}
.footer .logo-wrap {
  margin-bottom: 27px;
}
.footer .phone-wrap {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  color: #4a4a4a;
  margin-bottom: 18px;
}
.footer .phone-wrap a {
  color: #4a4a4a;
  text-decoration: none;
}
.footer .info-wrap {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.footer .info-wrap p {
  margin: 0;
}
.footer .info-wrap a {
  text-decoration: none;
  color: #7d26cd;
  border-bottom: 1px solid #bb9ae3;
}
.footer .info-wrap a:hover {
  border-bottom: none;
}
.footer .socials-wrap {
  font-size: 0;
  line-height: 1;
}
.footer .btn-action-soc {
  margin: 0 2px;
}
.header {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  z-index: 99;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.header .logo-wrap {
  line-height: 1;
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-bottom: 25px;
}
.header .phone-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.header .phone {
  font-size: 26px;
  color: #4a4a4a;
  line-height: 26px;
}
.header .phone a {
  color: #4a4a4a;
  text-decoration: none;
}
.header .button {
  font-size: 16px;
  line-height: 16px;
  margin-top: -2px;
  font-weight: 300;
}
.header .button a {
  color: #ff7f00;
  text-decoration: none;
  border-bottom: 1px solid #ff7f00;
}
.header .button a:hover {
  border-bottom: none;
}
.main-menu-wrap {
  font-size: 18px;
  line-height: 22px;
  color: #7d26cd;
}
.main-menu-wrap ul {
  margin: 0;
  padding: 0;
}
.main-menu-wrap li {
  margin: 0;
  padding: 0;
}
.main-menu-wrap li:before {
  display: none;
}
.main-menu-wrap li a {
  display: block;
  position: relative;
  color: #7d26cd;
  text-decoration: none;
}
.logo,
.logo-footer {
  display: inline-block;
  vertical-align: middle;
  padding-top: 65px;
  text-align: center;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  text-transform: none;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  line-height: 19px;
  
  background-size: 51px auto;
}
.logo .logo-pic {
  display: block;
  position: absolute;
  top: 0;left: 0;right: 0;
  height: 51px;
  line-height: 51px;
  text-align: center;
}
.logo .logo-pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  }
.logo .logo-inner,
.logo-footer .logo-inner {
  line-height: 1;
  margin-bottom: 1px;
  overflow: hidden;
  display: block;
}
.logo .logo-title,
.logo-footer .logo-title {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  padding: 0 20px;
  background: #0e7aee;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.logo .logo-title:hover,
.logo-footer .logo-title:hover {
  background: #0e7aee;
}
.logo .logo-subtitle,
.logo-footer .logo-subtitle {
  display: inline-block;
  vertical-align: top;
  height: 19px;
  background: #9b30ff;
  padding: 0 15px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.logo .logo-subtitle:hover,
.logo-footer .logo-subtitle:hover {
  background: #810eed;
}
@media (max-width: 1899px) {
  .fixed .main-menu-wrap {
    position: static;
  }
  .fixed .main-menu-wrap .btn-action-menu {
    position: absolute;
    top: 12px;
    left: 145px;
    margin: 0;
  }
  .fixed .main-menu-wrap .menu-block {
    left: 165px;
    top: 52px;
  }
  .main-menu-wrap {
    position: relative;
  }
  .main-menu-wrap .btn-action-menu {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: absolute;
    top: 47px;
    left: 50%;
    margin-left: -140px;
    background: rgba(250, 250, 250, 0.95);
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    width: 280px;
  }
  .main-menu-wrap .menu-block li {
    margin-bottom: 3px;
  }
  .main-menu-wrap .menu-block li:last-child {
    margin-bottom: 0;
  }
  .main-menu-wrap .menu-block li a {
    display: inline-block;
    vertical-align: top;
    line-height: 22px;
    padding: 4px 18px;
    font-size: 18px;
  }
  .main-menu-wrap .menu-block li a:hover,
  .main-menu-wrap .menu-block li a.active {
    background: #a444ff;
    color: #fff;
  }
}
@media (max-width: 1899px) and (min-width: 680px) {
  .fixed .main-menu-wrap .btn-action-menu,
  .fixed .main-menu-wrap .menu-block {
    left: 50%;
  }
  .fixed .main-menu-wrap .btn-action-menu {
    margin-left: -20px;
  }
}
@media (min-width: 848px) {
  .fixed {
    padding-top: 87px;
  }
  .fixed .header {
    padding-top: 0;
  }
  .fixed .header .phone-wrap {
    padding-right: 0;
  }
  .fixed .header .logo-wrap {
    padding-left: 0;
  }
  .fixed .header .logo {
    width: auto;
    padding: 10px 30px 0 67px;
    background-position: 0 0;
    text-align: right;
    min-height: 50px;
    height: auto;
  }
  .fixed .header .logo .logo-inner {
    display: block;
  }
  .fixed .header .logo .logo-subtitle {
    display: inline-block;
  }
  .fixed .header .btn-action-menu {
    left: 56%;
    margin-left: 0;
  }
  .fixed .header .menu-block {
    left: 56%;
    top: 15px;
    margin-left: -280px;
  }
  .header {
    padding-top: 13px;
    margin-bottom: 0;
    background: #fff;
  }
  .header .inner-wrap {
    height: 74px;
  }
  .header .inner-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .header .phone-wrap {
    text-align: right;
    padding: 18px 0 0 0;
    float: right;
  }
  .header .logo-wrap {
    float: left;
    padding-top: 7px;
    padding-left: 0;
    margin: 0;
  }
  .logo {
    padding: 10px 30px 0 67px;
    background-position: 0 0;
    text-align: right;
    min-height: 50px;
    height: auto;
  }
  .logo-pic {
    width: 52px;height: 52px;
    position: absolute;
    top: 0;left: 0;
  }
  .logo .logo-subtitle {
    margin-right: -30px;
  }
  .main-menu-wrap {
    position: static;
  }
  .main-menu-wrap .btn-action-menu {
    position: absolute;
    top: 12px;
    left: 56%;
  }
  .main-menu-wrap .menu-block {
    left: 56%;
    top: 15px;
    margin-left: -280px;
  }
}
@media (min-width: 848px) {
  .page,
  .inner-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1080px) {
  .fixed .main-menu-wrap .btn-action-menu {
    left: 65%;
  }
  .fixed .main-menu-wrap .menu-block {
    left: 65%;
  }
  .header .logo-wrap {
    padding-left: 10px;
  }
  .main-menu-wrap .btn-action-menu {
    left: 65%;
  }
  .main-menu-wrap .menu-block {
    left: 65%;
  }
}
@media (min-width: 1320px) {
  .footer .inner-wrap {
    padding-top: 41px;
    padding-bottom: 40px;
  }
  .footer .logo-wrap {
    margin-bottom: 32px;
  }
  .footer .phone-wrap {
    line-height: 40px;
    font-size: 34px;
    margin-bottom: 22px;
  }
  .footer .info-wrap {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .fixed .header {
    padding-top: 0;
    height: 80px;
  }
  .fixed .header .inner-wrap {
    height: 80px;
  }
  .fixed .header .logo {
    padding-top: 12px;
    padding-right: 0;
    padding-left: 80px;
    min-height: 62px;
  }
  .fixed .header .logo .logo-pic {
    width: 62px;height: 62px;
    line-height: 62px;
  }
  .fixed .header .logo .logo-subtitle {
    display: none;
  }
  .fixed .header .phone-wrap {
    padding-top: 22px;
  }
  .fixed .main-menu-wrap .btn-action-menu {
    left: 67%;
    top: 10px;
  }
  .fixed .main-menu-wrap .menu-block {
    top: 20px;
  }
  .header {
    padding-top: 20px;
  }
  .header .inner-wrap {
    height: 80px;
  }
  .header .logo-wrap {
    padding-top: 0;
    padding-left: 0;
  }
  .header .phone-wrap {
    padding-top: 16px;
  }
  .header .phone {
    font-size: 30px;
    line-height: 30px;
  }
  .header .button {
    font-size: 20px;
    line-height: 1;
    margin-top: -4px;
  }
  .main-menu-wrap .btn-action-menu {
    width: 60px;
    height: 60px;
    top: 0px;
    left: 67%;
  }
  .main-menu-wrap .menu-block {
    width: 300px;
    padding: 30px;
    top: 5px;
  }
  .main-menu-wrap .menu-block li {
    margin-bottom: 2px;
  }
  .main-menu-wrap .menu-block li:last-child {
    margin-bottom: 0;
  }
  .main-menu-wrap .menu-block li a {
    font-size: 20px;
    line-height: 27px;
    padding: 5px 15px;
  }
  .page,
  .inner-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }
  .logo {
    min-height: 60px;
    padding-left: 80px;
    background-size: 62px auto;
    padding-top: 12px;
  }
  .logo .logo-pic {
    width: 60px;height: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;left: 0;
  }
  .logo .logo-title {
    font-size: 24px;
    height: 37px;
    padding: 0 21px;
    line-height: 37px;
  }
  .logo .logo-subtitle {
    font-size: 18px;
    padding: 0 20px;
    line-height: 20px;
    height: 20px;
  }
  .logo-footer {
    padding-top: 80px;
    background-size: 62px auto;
  }
  .logo-footer .logo-title {
    font-size: 24px;
    line-height: 37px;
    height: 37px;
    padding: 0 20px;
  }
  .logo-footer .logo-subtitle {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    padding: 0 20px;
  }
}
@media (min-width: 1600px) {
  .fixed .main-menu-wrap .btn-action-menu {
    margin-left: -12px;
  }
  .main-menu-wrap .btn-action-menu {
    margin-left: -12px;
  }
  .main-menu-wrap .menu-block {
    top: 10px;
  }
}
@media (min-width: 1900px) {
  .main-menu-wrap {
    position: absolute;
    top: 0;
    left: 400px;
    right: 312px;
    padding-top: 21px;
  }
  .main-menu-wrap .menu-block {
    position: static;
    height: 37px;
    overflow: hidden;
    margin: 0 !important;
    padding: 0;
    width: auto;
  }
  .main-menu-wrap .menu-block ul {
    height: 37px;
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0;
  }
  .main-menu-wrap .menu-block li {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
  .main-menu-wrap .menu-block li a {
    display: block;
    height: 37px;
    line-height: 37px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    color: #7d26cd;
    padding: 0 15px;
  }
  .main-menu-wrap .menu-block li a:hover,
  .main-menu-wrap .menu-block li a.active {
    background: rgba(155, 48, 255, 0.9);
    color: #fff;
  }
  .main-menu-wrap .btn-action-menu {
    display: none;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
/*
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: -226px -143px;
  width: 8px;
  height: 15px;
}
.i-a02 {
  background-image: url(../img/spr.png);
  background-position: -151px -100px;
  width: 12px;
  height: 23px;
}
.i-a03 {
  background-image: url(../img/spr.png);
  background-position: -184px -65px;
  width: 18px;
  height: 35px;
}
.i-a04 {
  background-image: url(../img/spr.png);
  background-position: -184px 0px;
  width: 22px;
  height: 45px;
}
.i-a05 {
  background-image: url(../img/spr.png);
  background-position: -34px -180px;
  width: 14px;
  height: 25px;
}
.i-a06 {
  background-image: url(../img/spr.png);
  background-position: 0px -180px;
  width: 14px;
  height: 25px;
}
.i-a07 {
  background-image: url(../img/spr.png);
  background-position: -184px -120px;
  width: 16px;
  height: 29px;
}
.i-a08 {
  background-image: url(../img/spr.png);
  background-position: -226px 0px;
  width: 16px;
  height: 29px;
}
.i-a09 {
  background-image: url(../img/spr.png);
  background-position: -226px -98px;
  width: 14px;
  height: 25px;
}
.i-a10 {
  background-image: url(../img/spr.png);
  background-position: -226px -49px;
  width: 16px;
  height: 29px;
}
.i-blank {
  background-image: url(../img/spr.png);
  background-position: -151px -143px;
  width: 1px;
  height: 1px;
}
.i-ico-zoom01 {
  background-image: url(../img/spr.png);
  background-position: -100px 0px;
  width: 64px;
  height: 64px;
}
.i-ico-zoom02 {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 80px;
  height: 80px;
}
.i-ico-zoom03 {
  background-image: url(../img/spr.png);
  background-position: -80px -100px;
  width: 51px;
  height: 51px;
}
.i-ico-zoom04 {
  background-image: url(../img/spr.png);
  background-position: 0px -100px;
  width: 60px;
  height: 60px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
.btn,
button,
input[type="submit"] {
  height: 40px;
  line-height: 40px;
  padding: 0 31px;
  border: none;
  background: #7d26cd;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  color: #fff;
  text-decoration: none;
  background: #810eed;
}
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  height: 40px;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 300;
  background: #fff;
  border: 2px solid #0e7aee;
  color: #4a4a4a;
}
textarea:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #cf9300;
}
textarea {
  height: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
}
[placeholder]::-webkit-input-placeholder {
  color: #4a4a4a;
}
[placeholder]:-moz-placeholder {
  color: #4a4a4a;
}
[placeholder]::-moz-placeholder {
  color: #4a4a4a;
}
[placeholder]:-ms-input-placeholder {
  color: #4a4a4a;
}
.frm-row {
  margin: 0 -5px 10px -5px;
}
.frm-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-select {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
}
.frm-select input:checked ~ label:before {
  background: #0e7aee;
}
.frm-select label {
  min-height: 20px;
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #0e7aee;
}
.frm-field {
  padding: 0 5px;
}
.frm-field.half {
  width: 50%;
  float: left;
}
.frm-row-submit {
  line-height: 1;
  margin-top: 30px;
}
.succefull .inner-form {
  opacity: 0;
}
.succefull .inner-form:after {
  display: block;
}
.succefull .inner-succefull {
  display: block;
}
.inner-form {
  position: relative;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.inner-form:after {
  content: "";
  position: relative;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
  z-index: 3;
  display: none;
}
.inner-succefull {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  line-height: 24px;
  z-index: 5;
  display: none;
  -webkit-animation: fadein ease 0.2s;
          animation: fadein ease 0.2s;
}
form {
  position: relative;
}
.frm-popup {
  margin: 0 auto;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding-bottom: 60px;
}
.frm-popup .inner-succefull {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 22px;
  line-height: 26px;
}
.frm-popup .inner-succefull p {
  margin-bottom: 18px;
}
.frm-popup .frm-title {
  font-size: 22px;
  line-height: 26px;
  margin: 0 -10px 36px -10px;
  text-align: center;
}
.frm-popup textarea,
.frm-popup input[type="text"],
.frm-popup input[type="tel"],
.frm-popup input[type="email"],
.frm-popup input[type="password"] {
  height: 50px;
  padding: 0 15px;
  text-align: center;
  font-size: 20px;
  background: none;
}
.frm-popup textarea {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  resize: none;
}
.frm-popup .frm-select {
  display: inline-block;
  vertical-align: top;
}
.frm-popup .frm-row-submit {
  margin-top: 30px;
}
.popup-title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  padding-top: 60px;
  margin-bottom: 40px;
}
body .ui-widget-overlay {
  background: #fff url(../img/main/decor02.png);
  opacity: 0.95;
}
body .ui-dialog {
  padding: 0;
  overflow: visible;
  background: none;
}
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: 60px;
  width: 44px;
  height: 44px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover:after {
  background: #b86513;
}
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: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -20px;
  background: #d27213;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
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 20px;
  overflow: visible;
}
.ui-dialog {
  width: 460px !important;
  left: 50% !important;
  margin-left: -230px;
}
@media (min-width: 680px) {
  .frm-popup .inner-succefull {
    left: -50px;
    right: -50px;
  }
  .ui-dialog {
    width: 500px !important;
    margin-left: -250px;
  }
}
@media (min-width: 1320px) {
  .btn,
  button,
  input[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 24px;
  }
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    height: 50px;
    padding: 0 20px;
    font-size: 24px;
  }
  textarea {
    height: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .frm-select {
    font-size: 18px;
  }
  .frm-row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .inner-succefull {
    font-size: 24px;
    line-height: 28px;
  }
  .frm-row-submit {
    margin-top: 40px;
  }
  .frm-popup {
    padding-bottom: 80px;
  }
  .frm-popup .frm-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 42px;
  }
  .frm-popup textarea,
  .frm-popup input[type="text"],
  .frm-popup input[type="tel"],
  .frm-popup input[type="email"],
  .frm-popup input[type="password"] {
    font-size: 24px;
  }
  .frm-popup .inner-succefull {
    font-size: 26px;
    line-height: 32px;
    margin-left: -100px;
    margin-right: -100px;
  }
  .frm-popup .inner-succefull p {
    margin-bottom: 22px;
  }
  .popup-title {
    font-size: 32px;
    margin-bottom: 60px;
    padding-top: 80px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    width: 60px;
    height: 60px;
    right: 80px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    width: 50px;
    margin-left: -25px;
  }
  .ui-dialog {
    width: 600px !important;
    margin-left: -300px;
  }
}
/* ----------------------------------- *\
      buttons styles
\* ----------------------------------- */
.btn-action-soc {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 0;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.btn-action-soc img {
  display: block;
  width: 100%;
}
.owl-prev,
.owl-next,
.btn-action-prev,
.btn-action-next {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
.owl-prev.disabled,
.owl-next.disabled,
.btn-action-prev.disabled,
.btn-action-next.disabled {
  cursor: default;
}
.owl-prev.disabled:after,
.owl-next.disabled:after,
.btn-action-prev.disabled:after,
.btn-action-next.disabled:after {
  display: none;
}
.owl-prev.disabled:before,
.owl-next.disabled:before,
.btn-action-prev.disabled:before,
.btn-action-next.disabled:before {
  background-image: url(../img/spr.png);
  background-position: -34px -180px;
  width: 14px;
  height: 25px;
  opacity: 1;
}
.owl-prev.disabled:hover:before,
.owl-next.disabled:hover:before,
.btn-action-prev.disabled:hover:before,
.btn-action-next.disabled:hover:before {
  opacity: 1;
}
.owl-prev:before,
.owl-next:before,
.btn-action-prev:before,
.btn-action-next:before,
.owl-prev:after,
.owl-next:after,
.btn-action-prev:after,
.btn-action-next:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: 0px -180px;
  width: 14px;
  height: 25px;
  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;
}
.owl-prev:after,
.owl-next:after,
.btn-action-prev:after,
.btn-action-next:after {
  background-image: url(../img/spr.png);
  background-position: -226px -98px;
  width: 14px;
  height: 25px;
  opacity: 0;
}
.owl-prev:hover:before,
.owl-next:hover:before,
.btn-action-prev:hover:before,
.btn-action-next:hover:before {
  opacity: 0;
}
.owl-prev:hover:after,
.owl-next:hover:after,
.btn-action-prev:hover:after,
.btn-action-next:hover:after {
  opacity: 1;
}
.owl-prev,
.btn-action-prev {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.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: 30px;
  height: 18px;
  border-top: 2px solid #8737d2;
  border-bottom: 2px solid #8737d2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -15px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-menu:before {
  border-top: none;
  height: 2px;
  margin-top: -1px;
}
.btn-action-menu.active:after {
  border-top: none;
  height: 2px;
  border-color: #d27213;
  margin-top: -1px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 34px;
  margin-left: -17px;
}
.btn-action-menu.active:before {
  border-color: #d27213;
  width: 34px;
  margin-left: -17px;
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1320px) {
  .owl-prev:before,
  .owl-next:before,
  .btn-action-prev:before,
  .btn-action-next:before {
    background-image: url(../img/spr.png);
    background-position: -226px 0px;
    width: 16px;
    height: 29px;
  }
  .owl-prev:after,
  .owl-next:after,
  .btn-action-prev:after,
  .btn-action-next:after {
    background-image: url(../img/spr.png);
    background-position: -226px -49px;
    width: 16px;
    height: 29px;
  }
  .owl-prev.disabled:before,
  .owl-next.disabled:before,
  .btn-action-prev.disabled:before,
  .btn-action-next.disabled:before {
    background-image: url(../img/spr.png);
    background-position: -184px -120px;
    width: 16px;
    height: 29px;
  }
  .btn-action-menu {
    width: 60px;
    height: 60px;
  }
  .btn-action-menu:before,
  .btn-action-menu:after {
    width: 40px;
    height: 22px;
    margin-top: -11px;
    margin-left: -20px;
  }
  .btn-action-menu:before {
    height: 2px;
    margin-top: -1px;
  }
  .btn-action-menu.active:after,
  .btn-action-menu.active:before {
    width: 40px;
    margin-left: -20px;
  }
}
@-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-sert {
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  color: #7d26cd;
  text-align: center;
}
.item-sert .sert-photo {
  display: block;
  margin: 0 auto 15px auto;
  width: 105px;
  height: 150px;
  position: relative;
}
.item-sert .sert-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.item-sert .sert-title {
  display: block;
}
.item-sert p {
  margin: 0;
}
.item-plan {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
  color: #4a4a4a;
  margin: 0 auto;
  max-width: 240px;
  line-height: 1;
}
.item-plan:hover {
  color: #cf9300;
  text-decoration: underline;
}
.item-plan:hover .plan-photo {
  border-color: #ff7f00;
}
.item-plan:hover .plan-photo:before,
.item-plan:hover .plan-photo:after {
  opacity: 1;
}
.item-plan .plan-title {
  display: block;
  margin-bottom: 5px;
  height: 36px;
  position: relative;
  overflow: hidden;
}
.item-plan .plan-photo {
  display: block;
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-decoration: none;
  border: 5px solid #0e7aee;
  -webkit-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.item-plan .plan-photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  z-index: 2;
  opacity: 0;
}
.item-plan .plan-photo:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -100px 0px;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-plan .plan-photo img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.item-photo-small {
  display: block;
  width: 184px;
  height: 119px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin: 0 auto;
}
.item-photo-small img {
  display: block;
  position: relative;
  width: 100%;
}
.item-photo-small:before {
  content: "";
  background: rgba(135, 55, 210, 0.65);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.item-photo-small:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -80px -100px;
  width: 51px;
  height: 51px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  z-index: 3;
}
.item-photo-small:hover:before,
.item-photo-small:hover:after {
  opacity: 1;
}
.item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 310px;
  height: 310px;
  background: #000;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
.item-photo:hover.clr01 .photo-title span {
  background: #cdad00;
}
.item-photo:hover.clr02 .photo-title span {
  background: #cd6600;
}
.item-photo:hover.clr03 .photo-title span {
  background: #7d26cd;
}
.item-photo.clr01 {
  color: #fff;
}
.item-photo.clr01 .photo-title span {
  background: rgba(205, 173, 0, 0.85);
}
.item-photo.clr02 {
  color: #fff;
}
.item-photo.clr02 .photo-title span {
  background: rgba(205, 102, 0, 0.85);
}
.item-photo.clr03 {
  color: #fff;
}
.item-photo.clr03 .photo-title span {
  background: rgba(125, 38, 205, 0.85);
}
.item-photo .photo-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 10px;
}
.item-photo .photo-title span {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-right: 200px;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  white-space: nowrap;
  padding: 0 15px;
  cursor: default;
}
.item-photo img {
  display: block;
  width: 100%;
}
.elm-award {
  font-size: 20px;
  line-height: 1;
  min-height: 110px;
  line-height: 110px;
  position: relative;
  padding-left: 133px;
}
.elm-award:before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  border: 3px solid #0e7aee;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-award .aw-title {
  display: block;
  height: 110px;
  line-height: 110px;
  width: 117px;
  text-align: right;
  float: left;
  margin: 0 0 0 -133px;
  font-size: 42px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.elm-award .aw-subtitle {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.elm-photo {
  display: block;
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  line-height: 1;
  font-size: 0;
  position: relative;
}
.elm-photo.decor-right:before {
  left: auto;
  right: -62px;
}
.elm-photo img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}
.elm-photo:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -50px;
  left: -62px;
  width: 291px;
  height: 228px;
  background: url(../img/main/decor01.png) 0 0;
}
@media (min-width: 1320px) {
  .item-photo-small {
    width: 218px;
    height: 141px;
  }
  .item-photo-small:after {
    background-image: url(../img/spr.png);
    background-position: 0px -100px;
    width: 60px;
    height: 60px;
  }
  .item-sert {
    font-size: 18px;
    line-height: 21px;
  }
  .item-sert .sert-photo {
    margin-bottom: 15px;
  }
  .item-plan {
    max-width: 280px;
    font-size: 22px;
  }
  .item-plan .plan-title {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
  }
  .item-plan .plan-photo {
    width: 250px;
    height: 250px;
  }
  .item-plan .plan-photo:after {
    background-image: url(../img/spr.png);
    background-position: 0px 0px;
    width: 80px;
    height: 80px;
  }
  .item-photo {
    width: 370px;
    height: 370px;
    font-size: 22px;
    line-height: 40px;
  }
  .item-photo .photo-title {
    padding: 15px;
  }
  .item-photo .photo-title span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .elm-award {
    min-height: 170px;
    line-height: 170px;
    padding-left: 218px;
    font-size: 24px;
  }
  .elm-award:before {
    width: 170px;
    height: 170px;
    border-width: 5px;
  }
  .elm-award .aw-title {
    width: 187px;
    line-height: 170px;
    margin-left: -218px;
    font-size: 62px;
  }
  .elm-award .aw-subtitle {
    line-height: 29px;
  }
  .elm-photo {
    width: 470px;
    margin-bottom: 95px;
  }
  .elm-photo:before {
    width: 460px;
    height: 360px;
    left: -90px;
    bottom: -95px;
  }
  .elm-photo.decor-right:before {
    left: auto;
    right: -90px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.tab-block {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  left: 1000%;
}
.tab-block.active {
  left: auto;
  opacity: 1;
  height: auto;
  overflow: visible;
}
.main-contacts-box {
  margin-bottom: 100px;
  padding-top: 75px;
  font-size: 20px;
  line-height: 1.2;
}
.main-contacts-box .text-wrap {
  margin-bottom: 45px;
}
.main-contacts-box .form-wrap {
  margin-bottom: 60px;
  max-width: 420px;
}
.main-contacts-box .map-wrap {
  height: 569px;
  max-width: 540px;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.main-contacts-box p {
  margin-bottom: 20px;
}
.main-contacts-box .phone {
  font-size: 24px;
}
.main-contacts-box .phone a {
  text-decoration: none;
  color: #cf9300;
}
.main-contacts-box .frm-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 36px;
}
.main-secure-box {
  padding-top: 88px;
}
.main-secure-box .bottom-text-wrap {
  padding-top: 42px;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  font-weight: 400;
}
.main-secure-box h1,
.main-secure-box .main-title {
  margin-bottom: 50px;
}
.main-secure-box .items-wrap {
  margin-top: 25px;
  margin-left: -205px;
  margin-bottom: -15px;
  position: relative;
  left: 50%;
  width: 410px;
}
.main-secure-box .item-wrap {
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
.main-secure-box .sl-item {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
.main-secure-box .photo-wrap {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  overflow: hidden;
}
.main-secure-box .photo-wrap img {
  display: block;
  width: 100%;
  z-index: 4;
}
.main-secure-box .text-wrap {
  margin: 38px 20px 0 20px;
  position: relative;
  z-index: 2;
  padding: 25px 20px 45px 20px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
  z-index: 5;
}
.main-secure-box .text-wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(245, 245, 245, 0.9);
}
.main-secure-box .text-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: -10px;
  right: -500px;
  bottom: -15px;
  background: url(../img/main/decor01.png) center top;
  z-index: -1;
}
.main-secure-box .text-wrap > * {
  position: relative;
  z-index: 2;
}
.main-secure-box .slider-wrap {
  width: 340px;
  margin-top: 35px;
  position: relative;
  left: 50%;
  margin-left: -170px;
}
.main-secure-box .btn-action-prev,
.main-secure-box .btn-action-next {
  position: absolute;
  top: 75px;
  left: -30px;
  margin-top: -20px;
}
.main-secure-box .btn-action-next {
  left: auto;
  right: -30px;
}
.tabs-box {
  position: relative;
  margin-bottom: 28px;
}
.tabs-box ul {
  margin: 0 -10px 0 0;
  overflow: hidden;
}
.tabs-box li {
  margin: 0 10px 10px 0;
  float: left;
  padding: 0;
}
.tabs-box li:before {
  display: none;
}
.tabs-box a {
  display: block;
  height: 30px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 300;
  color: #7d26cd;
  text-decoration: none;
  padding: 0 20px;
  position: relative;
  overflow: hidden;
}
.tabs-box a:hover {
  text-decoration: none;
}
.tabs-box a:hover span {
  border-bottom: none;
  padding-bottom: 1px;
}
.tabs-box a.active {
  text-decoration: none;
  color: #fff;
  background: #0e7aee;
  font-weight: 400;
}
.tabs-box a.active span {
  border-bottom: none;
  padding-bottom: 1px;
}
.tabs-box a span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  border-bottom: 1px solid #863cd0;
}
.main-plans-box {
  padding-top: 82px;
}
.main-plans-box .plans-wrap {
  position: relative;
}
.main-plans-box .tab-block.active {
  position: static;
}
.main-plans-box .slider-outer {
  position: static;
}
.main-plans-box .slider-outer .btn-action-prev,
.main-plans-box .slider-outer .btn-action-next {
  top: -10px;
  right: 64px;
}
.main-plans-box .sl-item {
  position: relative;
  padding: 0 10px;
}
.main-plans-box .att-text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 48px;
}
.main-plans-box .slider-wrap {
  width: 480px;
  margin-left: -240px;
  position: relative;
  left: 50%;
}
.main-plans-box .actions-wrap {
  position: relative;
  padding-right: 80px;
}
.main-plans-box .btn-action-prev,
.main-plans-box .btn-action-next {
  position: absolute;
  top: -5px;
  right: -15px;
}
.main-plans-box .btn-action-prev {
  margin-right: 35px;
}
.main-photos-box {
  padding-top: 90px;
}
.main-photos-box .items-wrap {
  padding: 32px 0 8px 0;
  position: relative;
}
.main-photos-box .items-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -500px;
  right: -500px;
  background: url(../img/main/decor01.png) center top;
}
.main-photos-box .item-wrap {
  display: block;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}
.main-photos-box h1,
.main-photos-box .main-title {
  margin-bottom: 55px;
}
.map-wrap {
  height: 375px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.map-wrap.inner-wrap {
  max-width: 100%;
}
.main-route-box {
  padding-top: 86px;
}
.main-route-box .photo-wrap {
  margin-bottom: 55px;
}
.main-route-box .photo-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.main-route-box .lead {
  font-size: 22px;
  line-height: 26px;
  margin-left: 62px;
  margin-bottom: 50px;
  font-weight: 400;
  text-align: left;
}
.main-about-box {
  padding-top: 92px;
  line-height: 1.1875;
}
.main-about-box .text-wrap {
  margin-bottom: 60px;
  max-width: 568px;
}
.main-about-box .elm-award {
  margin-top: 67px;
}
.main-slider-box {
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.main-slider-box .sl-item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 222px;
}
.main-slider-box .bg-photo {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: -webkit-translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.main-slider-box .slider-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 35px 20px;
  z-index: 2;
}
.main-slider-box .slider-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  bottom: 20px;
  width: 93px;
  border: 3px solid #0e7aee;
}
.main-slider-box .slider-title {
  display: block;
  line-height: 1;
  margin-bottom: 2px;
  overflow: hidden;
}
.main-slider-box .slider-title span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 18px;
  background: rgba(53, 14, 238, 0.85);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.main-slider-box .slider-title span:hover {
  background: #0e7aee;
}
.main-slider-box .slider-subtitle {
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.main-slider-box .slider-subtitle span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: rgba(125, 38, 205, 0.85);
  font-size: 16px;
  overflow: hidden;
  position: relative;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  cursor: default;
}
.main-slider-box .slider-subtitle span:hover {
  background: #7d26cd;
}
.main-slider-box .slider-button {
  display: block;
  width: 93px;
  text-align: center;
  position: absolute;
  top: 128px;
  text-transform: none;
  left: 10px;
}
.main-slider-box .btn-action-more {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-bottom: 20px;
}
.main-slider-box .btn-action-more:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-image: url(../img/spr.png);
  background-position: -226px -143px;
  width: 8px;
  height: 15px;
}
.main-slider-box .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 5px;
  width: 15px;
  height: 3px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.main-slider-box .owl-dot:hover,
.main-slider-box .owl-dot.active {
  background: #0e7aee;
}
.main-slider-box .owl-dots {
  font-size: 0;
  line-height: 1;
  text-align: right;
  position: absolute;
  bottom: 21px;
  right: 10px;
  left: 10px;
}
.main-slider-box a {
  text-decoration: none;
  color: #fff;
}
@media (min-width: 680px) {
  .main-secure-box .slider-wrap {
    width: 508px;
    margin-left: -254px;
  }
  .main-secure-box .items-wrap {
    width: 615px;
    margin-left: -308px;
  }
  .main-secure-box .item-wrap {
    width: 33.333%;
  }
  .tabs-box {
    margin-bottom: 40px;
  }
  .main-route-box .elm-photo {
    margin-left: 0;
    margin-right: auto;
  }
  .main-route-box .text-wrap {
    max-width: 496px;
    margin-left: auto;
    margin-right: 0;
  }
  .main-route-box .lead {
    margin-left: 90px;
  }
  .main-about-box .elm-photo {
    margin-left: auto;
    margin-right: 0;
  }
  .main-about-box .elm-award {
    margin-top: 86px;
  }
  .main-slider-box .sl-item {
    height: 324px;
  }
  .main-slider-box .slider-text {
    padding: 74px 50px;
  }
  .main-slider-box .slider-text:before {
    width: 145px;
    left: 20px;
  }
  .main-slider-box .slider-button {
    width: 145px;
    top: 195px;
    left: 20px;
  }
  .main-slider-box .slider-title span,
  .main-slider-box .slider-subtitle span {
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    font-size: 22px;
  }
  .main-slider-box .slider-subtitle span {
    font-size: 20px;
  }
  .main-slider-box .btn-action-more {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .main-slider-box .btn-action-more:before {
    background-image: url(../img/spr.png);
    background-position: -151px -100px;
    width: 12px;
    height: 23px;
    margin-left: -6px;
  }
  .main-slider-box .owl-dot {
    width: 20px;
  }
  .main-slider-box .owl-dots {
    bottom: 22px;
    right: 20px;
  }
}
@media (min-width: 848px) {
  .main-secure-box {
    padding-top: 92px;
  }
  .main-secure-box h1,
  .main-secure-box .main-title {
    margin-bottom: 55px;
  }
  .main-secure-box .photo-wrap {
    left: 40px;
    right: auto;
    width: 790px;
  }
  .main-secure-box .text-wrap {
    width: 750px;
    float: right;
    margin: 42px -24px 25px 0;
  }
  .main-secure-box .text-wrap:before {
    left: -22px;
    bottom: -25px;
  }
  .main-secure-box .slider-wrap {
    width: 672px;
    margin-left: -336px;
    margin-top: 55px;
  }
  .main-secure-box .btn-action-prev {
    left: -34px;
  }
  .main-secure-box .btn-action-next {
    right: -34px;
  }
  .main-secure-box .bottom-text-wrap {
    clear: both;
    padding-top: 50px;
  }
  .main-plans-box .slider-wrap {
    width: 720px;
    margin-left: -360px;
  }
  .main-photos-box .items-wrap {
    width: 690px;
    margin: 0 auto;
  }
  .main-photos-box .item-wrap {
    width: 50%;
    float: left;
  }
  .main-slider-box .sl-item {
    height: 388px;
  }
  .main-slider-box .slider-text {
    padding: 99px 65px;
  }
  .main-slider-box .slider-text:before {
    width: 176px;
    border-width: 5px;
    top: 24px;
    bottom: 24px;
    left: 20px;
  }
  .main-slider-box .slider-button {
    width: 175px;
    top: 235px;
    left: 20px;
  }
  .main-slider-box .slider-title span {
    height: 45px;
    line-height: 45px;
    font-size: 28px;
  }
  .main-slider-box .slider-subtitle span {
    font-size: 24px;
    height: 35px;
    line-height: 35px;
  }
  .main-slider-box .btn-action-more {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 38px;
  }
  .main-slider-box .btn-action-more:before {
    background-image: url(../img/spr.png);
    background-position: -184px -65px;
    width: 18px;
    height: 35px;
    margin-left: -9px;
  }
  .main-slider-box .owl-dot {
    height: 5px;
  }
  .main-slider-box .owl-dots {
    bottom: 24px;
    right: 20px;
  }
}
@media (min-width: 1080px) {
  .main-contacts-box .inner-wrap {
    overflow: hidden;
  }
  .main-contacts-box .left-wrap {
    width: 420px;
    float: left;
  }
  .main-contacts-box .form-wrap {
    margin-bottom: 0;
  }
  .main-contacts-box .map-wrap {
    float: right;
    width: auto;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 40px;
    left: 500px;
    height: auto;
    max-width: inherit;
  }
  .main-secure-box .photo-wrap {
    width: 790px;
  }
  .main-secure-box .text-wrap {
    width: 794px;
    margin-right: 0;
    padding-bottom: 82px;
  }
  .main-secure-box .text-wrap:before {
    top: -22px;
  }
  .main-secure-box .slider-wrap {
    width: 740px;
    margin-left: -370px;
  }
  .main-secure-box .btn-action-prev {
    left: -25px;
  }
  .main-secure-box .btn-action-next {
    right: -25px;
  }
  .main-secure-box .bottom-text-wrap {
    padding-top: 38px;
  }
  .main-secure-box .items-wrap {
    width: 1025px;
    margin-left: -513px;
  }
  .main-secure-box .item-wrap {
    width: 20%;
  }
  .main-plans-box .slider-wrap {
    width: 960px;
    margin-left: -480px;
  }
  .main-photos-box .items-wrap {
    width: 1035px;
    position: relative;
    left: 50%;
    margin-left: -517px;
  }
  .main-photos-box .item-wrap {
    width: 33.333%;
  }
  .main-route-box .text-wrap {
    float: right;
    margin: -10px 0 0 0;
    width: 100%;
  }
  .main-route-box .photo-wrap {
    float: left;
    margin: 0;
  }
  .main-route-box .elm-photo {
    margin-left: 0;
    margin-right: 0;
  }
  .main-about-box {
    padding-top: 100px;
  }
  .main-about-box .text-wrap {
    float: left;
    margin-bottom: 0;
    width: 100%;
  }
  .main-about-box .photo-wrap {
    float: right;
    margin: 0;
  }
  .main-slider-box .sl-item {
    height: 504px;
  }
  .main-slider-box .slider-text {
    padding: 158px 85px;
  }
  .main-slider-box .slider-text:before {
    top: 82px;
    bottom: 82px;
    left: 40px;
  }
  .main-slider-box .slider-button {
    width: 175px;
    top: 295px;
    left: 40px;
  }
  .main-slider-box .slider-title {
    margin-bottom: 2px;
  }
  .main-slider-box .owl-dots {
    bottom: 82px;
    right: 40px;
  }
}
@media (min-width: 1320px) {
  .main-contacts-box {
    padding-top: 128px;
    margin-bottom: 145px;
  }
  .main-contacts-box .left-wrap {
    width: 560px;
  }
  .main-contacts-box .form-wrap {
    max-width: 560px;
  }
  .main-contacts-box .map-wrap {
    left: 720px;
    right: 60px;
  }
  .main-contacts-box .text-wrap {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 28px;
  }
  .main-contacts-box .text-wrap .phone {
    font-size: 28px;
  }
  .main-contacts-box .text-wrap p {
    margin-bottom: 28px;
  }
  .main-contacts-box .frm-title {
    font-size: 26px;
    margin-bottom: 44px;
  }
  .main-contacts-box h1,
  .main-contacts-box .main-title {
    margin-bottom: 62px;
  }
  .main-secure-box {
    padding-top: 140px;
    margin-bottom: 15px;
  }
  .main-secure-box h1,
  .main-secure-box .main-title {
    margin-bottom: 75px;
  }
  .main-secure-box .photo-wrap {
    left: 60px;
  }
  .main-secure-box .text-wrap {
    margin-top: 60px;
    padding: 43px 30px 45px 30px;
    font-size: 20px;
    line-height: 24px;
  }
  .main-secure-box .att-text {
    margin-bottom: 35px;
  }
  .main-secure-box .slider-wrap {
    margin-top: 68px;
  }
  .main-secure-box .bottom-text-wrap {
    padding-top: 0;
    top: 57px;
    margin-bottom: 57px;
    position: relative;
    padding-right: 952px;
  }
  .main-secure-box .bottom-text-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .main-secure-box .bottom-text-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: -20px;
    right: 986px;
    left: -999px;
    background: url(../img/main/decor01.png) right top;
  }
  .main-secure-box .items-wrap {
    width: 952px;
    float: right;
    margin: 0 -952px 0 0;
    left: 0;
  }
  .main-secure-box .item-wrap {
    width: 25%;
    margin-bottom: 10px;
  }
  .main-secure-box .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 952px;
    -webkit-transform: -webkit-translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: left;
    padding: 0 43px 0 22px;
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    z-index: 2;
  }
  .main-secure-box .text:before {
    content: "";
    display: block;
    width: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #0e7aee;
  }
  .tabs-box {
    margin-bottom: 40px;
  }
  .tabs-box ul {
    margin: 0 -18px 0 0;
  }
  .tabs-box li {
    margin: 0 18px 18px 0;
  }
  .tabs-box a {
    height: 40px;
    line-height: 36px;
    font-size: 24px;
    padding: 0 22px;
  }
  .main-plans-box {
    padding-top: 135px;
  }
  .main-plans-box .slider-outer .btn-action-prev,
  .main-plans-box .slider-outer .btn-action-next {
    top: 7px;
    right: 50%;
    margin-right: -590px;
  }
  .main-plans-box .slider-outer .btn-action-prev {
    margin-right: -543px;
  }
  .main-plans-box .slider-wrap {
    width: 1224px;
    margin-left: -612px;
  }
  .main-plans-box .btn-action-prev,
  .main-plans-box .btn-action-next {
    top: 7px;
    right: -13px;
  }
  .main-plans-box .btn-action-prev {
    margin-right: 47px;
  }
  .main-plans-box .att-text {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 60px;
  }
  .main-photos-box {
    padding-top: 135px;
  }
  .main-photos-box h1,
  .main-photos-box .main-title {
    margin-bottom: 70px;
  }
  .main-photos-box .items-wrap {
    width: 1245px;
    margin-left: -623px;
    padding-top: 40px;
    padding-bottom: 8px;
  }
  .main-photos-box .item-wrap {
    margin-bottom: 35px;
  }
  .map-wrap {
    height: 450px;
    margin-bottom: 80px;
  }
  .main-route-box {
    padding-top: 130px;
  }
  .main-route-box .text-wrap {
    max-width: 516px;
    margin-top: 5px;
  }
  .main-route-box .lead {
    font-size: 26px;
    margin-left: 5px;
    margin-bottom: 120px;
    line-height: 31px;
  }
  .main-about-box {
    padding-top: 150px;
  }
  .main-about-box .text-wrap {
    max-width: 588px;
  }
  .main-slider-box .sl-item {
    height: 606px;
  }
  .main-slider-box .slider-text {
    padding: 138px 148px;
  }
  .main-slider-box .slider-text:before {
    width: 280px;
    border-width: 5px;
    top: 33px;
    bottom: 33px;
    left: 82px;
  }
  .main-slider-box .slider-button {
    width: 280px;
    top: 360px;
    left: 82px;
  }
  .main-slider-box .slider-title span {
    height: 60px;
    line-height: 60px;
    font-size: 38px;
    padding: 0 40px;
  }
  .main-slider-box .slider-subtitle span {
    font-size: 34px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }
  .main-slider-box .btn-action-more {
    font-size: 34px;
    line-height: 1;
    padding-bottom: 60px;
  }
  .main-slider-box .btn-action-more:before {
    background-image: url(../img/spr.png);
    background-position: -184px 0px;
    width: 22px;
    height: 45px;
    margin-left: -11px;
  }
  .main-slider-box .owl-dot {
    height: 5px;
    width: 30px;
    margin-left: 10px;
  }
  .main-slider-box .owl-dots {
    bottom: 33px;
    right: 82px;
  }
}
@media (min-width: 1600px) {
  .main-secure-box .photo-wrap {
    width: 890px;
  }
  .main-secure-box .text-wrap {
    width: 794px;
    margin-right: 100px;
  }
  .main-secure-box .bottom-text-wrap {
    padding-right: 992px;
    margin-right: 85px;
  }
  .main-secure-box .bottom-text-wrap:before {
    right: 1009px;
  }
  .main-secure-box .items-wrap {
    width: 992px;
    margin-right: -992px;
  }
  .main-secure-box .item-wrap {
    margin-bottom: 20px;
  }
  .main-secure-box .text {
    width: 275px;
    right: auto;
    padding-right: 0;
    top: 65px;
    -webkit-transform: -webkit-translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .main-slider-box .sl-item {
    height: 748px;
  }
  .main-slider-box .slider-text {
    padding: 210px 148px;
  }
  .main-slider-box .slider-text:before {
    top: 104px;
    bottom: 104px;
  }
  .main-slider-box .slider-button {
    top: 435px;
  }
  .main-slider-box .owl-dots {
    bottom: 103px;
  }
  .main-plans-box .slider-wrap {
    width: 1530px;
    margin-left: -765px;
  }
}
@media (min-width: 1900px) {
  .main-plans-box .slider-wrap {
    width: 1836px;
    margin-left: -918px;
  }
  .main-slider-box .sl-item {
    height: 900px;
  }
  .main-slider-box .slider-text {
    padding: 286px 365px;
  }
  .main-slider-box .slider-text:before {
    top: 180px;
    bottom: 180px;
    left: 300px;
  }
  .main-slider-box .slider-button {
    top: 510px;
    left: 300px;
  }
  .main-slider-box .owl-dots {
    bottom: 180px;
    right: 150px;
  }
}



/* ----------------------------------- *\
    adaptive styles mobile
\* ----------------------------------- */
.wrap,
.header,
.nav,
.footer,
.cnt-section,
.inner-wrap,
.page {
  min-width: 320px;
}
@media (max-width: 479px) {
  /* structura */
  .page,
  .inner-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrap.fixed .header .inner-wrap {
    padding: 0 10px;
  }
  .wrap.fixed .header .logo-wrap {
    padding-left: 0;
  }
  .wrap.fixed .header .phone-wrap {
    padding-right: 0;
  }
  .wrap.fixed .header .phone-wrap .phone {
    font-size: 20px;
  }
  .wrap.fixed .main-menu-wrap .btn-action-menu {
    left: 80px;
  }
  /* forms styles */
  .frm-field.half {
    width: 100%;
  }
  .frm-field.half + .frm-field.half {
    margin-top: 10px;
  }
  .ui-dialog {
    width: 320px !important;
    margin-left: -160px;
  }
  body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: 0;
  }
  .frm-popup .frm-select {
    text-align: left;
  }
  .frm-popup .frm-title {
    font-size: 18px;
  }
  /* items styles */
  .item-photo {
    width: 300px;
    height: 300px;
  }
  .item-sert {
    display: block;
  }
  .item-photo-small {
    width: 250px;
    height: 162px;
  }
  .elm-award {
    line-height: 90px;
    padding-left: 110px;
  }
  .elm-award:before {
    width: 90px;
    height: 90px;
  }
  .elm-award .aw-title {
    width: 100px;
    height: 90px;
    line-height: 90px;
    margin-left: -110px;
    font-size: 34px;
  }
  .elm-award .aw-subtitle {
    line-height: 20px;
    font-size: 16px;
  }
  /* content */
  h1,
  .main-title {
    font-size: 24px;
  }
  .section-title {
    font-size: 15px;
  }
  .photo-wrap .elm-photo {
    width: 300px;
  }
  .main-slider-box .sl-item {
    height: 222px;
  }
  .main-slider-box .bg-photo {
    height: 100%;
    width: auto;
    max-width: inherit;
    top: 0;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: -webkit-translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .main-slider-box .slider-title span,
  .main-slider-box .slider-subtitle span {
    font-size: 15px;
    height: auto;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-route-box .lead {
    font-size: 19px;
  }
  .main-secure-box .slider-wrap {
    left: auto;
    width: 100%;
    margin: 0;
  }
  .main-secure-box .text-wrap {
    padding: 25px 10px 15px 10px;
  }
  .main-secure-box .bottom-text-wrap {
    font-size: 18px;
  }
  .main-secure-box .items-wrap {
    width: 100%;
    margin: 0;
    left: auto;
  }
  .main-secure-box .items-wrap .item-wrap {
    width: 100%;
  }
}
