/*=== variables === */
/*=== mixins === */
/*lists */
*:focus::-moz-placeholder {
  color: transparent !important;
}

*[autofocus]::-moz-placeholder:focus {
  color: graytext !important;
}

*:focus:-moz-placeholder {
  color: transparent !important;
}

*[autofocus]:-moz-placeholder:focus {
  color: graytext !important;
}

*:focus::-webkit-input-placeholder {
  color: transparent !important;
}

*[autofocus]::-webkit-input-placeholder {
  color: graytext !important;
}

/*=== modules === */
/*reset */
/*for firefox outline */
button::-moz-focus-inne,
input::-moz-focus-inne,
a::-moz-focus-inne {
  border: 0;
  outline: none;
}

button:focus,
input:focus,
a:focus {
  outline: none;
}

/*for fileds and buttons styles */
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=time],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select:invalid {
  color: #9b9b9b;
}

/*for textarea scroll and bottom margin */
textarea {
  vertical-align: top;
  overflow-y: auto;
}

img {
  vertical-align: top;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #434343;
  background: #fff;
}

.responsive-img {
  width: 100%;
}

.img-responsive {
  width: 100%;
}

.full {
  width: 100%;
}

.pad-vertical20 {
  padding-top: 20px;
}

.pad-vertical15 {
  padding-top: 15px;
}

.pad-vertical10 {
  padding-top: 10px;
}

a {
  color: #1e93de;
}
a:hover, a:focus {
  color: #1e93de;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

h1 {
  font-size: 36px;
  font-weight: 700;
  margin: 32px 0;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    margin: 16px 0;
  }
}

h2 {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .text-sm-right {
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .text-md-right {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .text-center-md {
    text-align: center;
  }
}

.container20 {
  padding-left: 20px;
  padding-right: 20px;
}
.container20 .row {
  margin-left: -20px;
  margin-right: -20px;
}
.container20 .row > div {
  padding-left: 20px;
  padding-right: 20px;
}

.container10 {
  padding-left: 10px;
  padding-right: 10px;
}
.container10 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container10 .row > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row0 {
  margin-right: 0;
  margin-left: 0;
}
.row0 > div {
  padding-left: 0;
  padding-right: 0;
}

.row-sm {
  margin-right: -4px;
  margin-left: -4px;
}
.row-sm > div {
  padding-left: 2px;
  padding-right: 2px;
}

.row-md {
  margin-left: -5px;
  margin-right: -5px;
}
.row-md > div {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 479px) {
  .col-xxs-12 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .col-xxs-7 {
    width: 58.33333%;
    float: left;
  }
  .col-xxs-6 {
    width: 50%;
    float: left;
  }
  .col-xxs-5 {
    width: 41.66667%;
    float: left;
  }
}

.pad-top20 {
  padding-top: 20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 10px;
  padding-right: 100px;
  padding-left: 100px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
html {
  height: 100%;
}
html.is-fancybox {
  height: auto;
}
html.is-fancybox body {
  height: auto;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

main.main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer,
header {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.btn {
  -webkit-transition-property: background, border-color, color;
  -moz-transition-property: background, border-color, color;
  -o-transition-property: background, border-color, color;
  transition-property: background, border-color, color;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  border: 0;
  padding: 8px 20px;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  background: #e758a5;
  color: #fff;
  border: 2px solid #e758a5;
  border-radius: 40px;
}
.btn:hover, .btn:focus {
  background: #ed82bc;
  border-color: #ed82bc;
  color: #fff;
}
.btn-simple {
  background: none;
  color: #e758a5;
}
.btn-simple:hover, .btn-simple:focus {
  background: none;
  color: #ed82bc;
}
.btn-md {
  padding: 15px 45px;
  font-size: 18px;
  border-radius: 50px;
}
.btn em {
  font-style: normal;
}
.btn em:last-child {
  margin-left: 10px;
}
.btn em:first-child {
  margin-right: 10px;
}

.control-label {
  line-height: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  margin-bottom: 0;
  color: #434343;
}

.form-control {
  font-family: "Open Sans", sans-serif;
  line-height: 20px;
  color: #434343;
  font-size: 14px;
  box-shadow: none;
  padding: 6px 20px;
  font-style: italic;
  border-color: #b4b4b4;
  height: 35px;
}
.form-control.square {
  border-radius: 0;
}
.form-control:focus {
  background-color: #fff;
  box-shadow: none;
  border-color: #e758a5;
}
.form-control.error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background-color: #f2dede;
  color: #a94442;
}
.form-control.error:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

.form-control-error {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}

.error .form-control-error,
.error .form-control {
  border: 1px solid #ebccd1;
  padding: 4px 17px;
  background: #f2dede;
  color: #a94442;
}
.error .form-control-error:focus,
.error .form-control:focus {
  border: 1px solid #ebccd1;
  background: #f2dede;
  color: #a94442;
}

select.form-control, select.form-control:focus {
  background-color: #fff;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk5NTlCMDczNEQ5MzExRTZCMTc2REYzQUUzM0VBMTQ0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk5NTlCMDc0NEQ5MzExRTZCMTc2REYzQUUzM0VBMTQ0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTk1OUIwNzE0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTk1OUIwNzI0RDkzMTFFNkIxNzZERjNBRTMzRUExNDQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Py07qAAAARklEQVR42mLcu3fvawYGBhEG/OANE5AIATHwKQLiUJDCg3gUgxUB8QGQQgYnJydsiuGKQBywwn379jGgmfwGyj4A0wUQYADkcBWyUuaMBAAAAABJRU5ErkJggg==");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

input.form-control[type=file] {
  box-sizing: border-box;
  padding: 15px 18px 14px;
  height: auto;
}
@-moz-document url-prefix() {
  input.form-control[type=file] {
    padding: 13px 18px 12px;
  }
}
textarea.form-control {
  min-height: 180px;
  height: 180px;
}

.relative-group {
  position: relative;
}

.form-group {
  position: relative;
}
.form-group.form-md {
  margin-bottom: 10px;
}
.form-group.form-sm {
  margin-bottom: 5px;
}
.form-group label.error {
  position: absolute;
  left: 0;
  bottom: 102%;
  width: 100%;
}

.form-group .alert {
  margin: 15px 0 0;
  font-size: 13px;
}

.alert-md {
  padding: 11px 17px;
}

table.table.table-striped thead > tr > th:first-child {
  border-radius: 4px 0 0 0;
}
table.table.table-striped thead > tr > th:last-child {
  border-radius: 0 4px 0 0;
}
table.table.table-striped tbody > tr > td {
  vertical-align: middle;
}

.cell-flex {
  width: 1%;
  white-space: nowrap;
}
.cell-flex .btn {
  margin-left: 5px;
}
.cell-flex .btn:first-child {
  margin-left: 0;
}

.cell-photo {
  width: 150px;
  padding: 7px 0 !important;
}

/*=== plugins === */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 0;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #e758a5;
}
.c-hamburger span::before, .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #e758a5;
  content: "";
}
.c-hamburger span::before {
  top: -20px;
}
.c-hamburger span::after {
  bottom: -20px;
}

.c-hamburger-md {
  width: 54px;
  height: 54px;
}
.c-hamburger-md span {
  left: 10px;
  right: 10px;
  height: 4px;
  top: 25px;
}
.c-hamburger-md span::before, .c-hamburger-md span::after {
  height: 4px;
}
.c-hamburger-md span::before {
  top: -10px;
}
.c-hamburger-md span::after {
  bottom: -10px;
}

.c-hamburger-sm {
  width: 42px;
  height: 42px;
}
.c-hamburger-sm span {
  left: 6px;
  right: 6px;
  height: 4px;
  top: 19px;
}
.c-hamburger-sm span::before, .c-hamburger-sm span::after {
  height: 4px;
}
.c-hamburger-sm span::before {
  top: -10px;
}
.c-hamburger-sm span::after {
  bottom: -10px;
}

.c-hamburger--htra {
  background-color: #fff;
}
.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  background-color: #fff;
}
.c-hamburger--htra span::before, .c-hamburger--htra span::after {
  background-color: #fff;
}
.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}
.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}
.c-hamburger--htra.is-active {
  background-color: #fff;
}
.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-hamburger--htra.is-active span::before, .c-hamburger--htra.is-active span::after {
  width: 50%;
}
.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}
.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.c-hamburger--htx {
  background-color: #fff;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before, .c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.c-hamburger--htx.is-active {
  background-color: #fff;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

/*=== elements === */
.header-fix {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header {
    min-height: 118px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 154px;
  }
}

.header-top {
  min-height: 56px;
  background: #1681d4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .header-top {
    min-height: 20px;
  }
  .header-top > * {
    display: none;
  }
}
.header-top a {
  color: #fff;
  text-decoration: none;
}
.header-top a:hover, .header-top a:focus {
  text-decoration: underline;
}

.header-top-item {
  padding-top: 14px;
  padding-right: 24px;
  float: left;
}
.header-top-item.is-icon {
  padding-left: 30px;
  position: relative;
}
.header-top-item.is-icon > span {
  left: 0;
  top: 18px;
  position: absolute;
  margin: auto;
}
.header-top-item.is-icon .icon-envelope {
  font-size: 13px;
}
.header-top-item.is-icon .icon-headphones {
  font-size: 18px;
}
.header-top-item:not(.pull-right):last-child {
  padding-right: 0;
}
.header-top-item.pull-right:first-child {
  padding-right: 0;
}

.header-top-item-row {
  line-height: 15px;
}
.header-top-item-row.small {
  font-size: 12px;
}

.header-middle {
  padding: 28px 0 25px;
  background: #fff;
}
.header-middle .call-icon {
  color: #e758a5;
  font-size: 20px;
  margin-right: 10px;
  top: 10px;
  position: relative;
}
.header-middle .call-icon:hover, .header-middle .call-icon:focus {
  text-decoration: none;
}
.header-middle .logo {
  float: left;
  margin-top: -8px;
}
.header-middle .logo a {
  display: block;
}
.header-middle .logo img {
  height: 53px;
}
.header-middle .c-hamburger {
  float: right;
}

.dropdown-call {
  padding-bottom: 10px;
}
.dropdown-call .dropdown-menu > li > a {
  color: #e758a5;
}

.header-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .header-nav__list {
    width: 100%;
    font-size: 0;
    display: table;
  }
}
@media screen and (min-width: 992px) {
  .header-nav__list li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav__list li {
    padding-left: 10px;
  }
}
.header-nav__list li.active a {
  color: #e758a5;
}
.header-nav__list li:first-child {
  padding-left: 0;
}
.header-nav__list a {
  color: #434343;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .header-nav__list a {
    display: inline;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .header-nav__list a {
    font-size: 12px;
  }
}
.header-nav__list a:hover, .header-nav__list a:focus {
  text-decoration: none;
  color: #e758a5;
}

@media screen and (min-width: 992px) {
  .header-nav__container {
    float: left;
  }
}

.header-nav::after {
  content: "";
  clear: both;
  width: 100%;
  display: table;
}
@media screen and (min-width: 992px) {
  .header-nav {
    float: right;
  }
}
@media screen and (max-width: 991px) {
  .header-nav {
    text-align: center;
    clear: both;
    padding-top: 65px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 154px;
    left: -105%;
    z-index: 999;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #fff;
    height: calc(100% - 154px);
  }
  .header-nav.is-open {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .header-nav {
    height: calc(100% - 118px);
    top: 118px;
  }
}
@media screen and (max-width: 991px) {
  .header-nav .btn {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 992px) {
  .header-nav .btn {
    float: left;
    margin-left: 25px;
  }
}

body.open-menu {
  overflow-y: hidden;
}

.main {
  padding: 0 0 30px;
  overflow: hidden;
}

.advantages-container {
  margin: 0 -10px;
}

.advantages-list {
  width: 100%;
  font-size: 0;
  display: table;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 37px;
  overflow: hidden;
}
.advantages-list::after {
  clear: both;
  width: 100%;
  display: table;
}

.advantage-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 23px;
  line-height: 24px;
}
@media screen and (min-width: 1200px) {
  .advantage-item {
    width: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .advantage-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .advantage-item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .advantage-item {
    width: 50%;
  }
}
@media screen and (max-width: 479px) {
  .advantage-item {
    width: 100%;
  }
}
.advantage-item h3 {
  font-size: 16px;
  color: #e758a5;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 19px;
}
.advantage-item p {
  margin: 0 auto;
  max-width: 210px;
}
.advantage-item .brand-circle {
  position: relative;
  font-size: 45px;
  color: #e758a5;
}
.advantage-item .brand-circle > * {
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 45px;
}

.box-costs {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .box-costs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.box-costs .box-content-title {
  padding-bottom: 13px;
}

.box-price {
  text-align: center;
  padding: 25px 20px 30px;
  margin-bottom: 20px;
}
.box-price p {
  line-height: 24px;
  font-size: 16px;
  padding-top: 13px;
  padding-bottom: 24px;
}
.box-price .cost {
  font-size: 16px;
  font-weight: 700;
  padding-top: 12px;
}
.box-price .cost strong {
  font-size: 36px;
}
.box-price h5 {
  letter-spacing: 3px;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.box-price h3 {
  color: #b4b4b4;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.brand-circle {
  border-radius: 80px;
  border: 2px solid #e758a5;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 80px;
  height: 80px;
}

.box-mosaic {
  background: url(../img/mosaic-bg.png) repeat 0 0;
}

@media screen and (min-width: 768px) {
  .box-cloud .box-content-title p span {
    display: block;
  }
}

.box-cloud-bg {
  right: -100px;
  top: 0;
  position: absolute;
  margin: auto;
}

.box-cloud-content {
  position: relative;
  line-height: 24px;
  padding-bottom: 73px;
  padding-top: 14px;
}
@media screen and (min-width: 992px) {
  .box-cloud-content {
    padding-right: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .box-cloud-content {
    padding-bottom: 73px;
  }
}
@media screen and (max-width: 767px) {
  .box-cloud-content {
    padding-bottom: 53px;
  }
}
.box-cloud-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 18px;
  position: relative;
  z-index: 2;
}
.box-cloud-content ul li {
  position: relative;
  margin-top: 18px;
}
.box-cloud-content ul li::before {
  left: -18px;
  top: 8px;
  position: absolute;
  margin: auto;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 8px;
  background: #e758a5;
}

.box-advantages .box-content-title p {
  margin: 0 auto;
  max-width: 700px;
}

.box-content-title {
  padding: 56px 0 0 0;
  text-align: center;
}
.box-content-title h2 {
  text-transform: uppercase;
  color: #1e93de;
  line-height: 50px;
  font-weight: 700;
  font-size: 30px;
  padding: 5px 0 7px;
}
@media screen and (max-width: 767px) {
  .box-content-title h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.box-content-title h5 {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.box-content-title p {
  line-height: 24px;
}

.box-white {
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 1px 3px;
}

.box-form .form-footer {
  padding-top: 13px;
  padding-bottom: 20px;
}
.box-form p {
  line-height: 24px;
  text-align: justify;
}
.box-form h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 19px;
}
.box-form h2 {
  font-size: 26px;
  color: #1e93de;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .box-form {
    max-width: 360px;
    margin-left: 40px;
    padding: 43px 30px 30px;
  }
  .box-form .fc-custom::-webkit-input-placeholder {
    color: #9f9f9f;
    font-size: 14px;
  }
  .box-form .fc-custom:-moz-placeholder {
    color: #9f9f9f;
    font-size: 14px;
  }
  .box-form .fc-custom::-moz-placeholder {
    color: #9f9f9f;
    font-size: 14px;
  }
  .box-form .fc-custom:-ms-input-placeholder {
    color: #9f9f9f;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .box-form {
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 43px 0 25px;
  }
  .box-form h5 {
    margin: 0 auto;
    max-width: 280px;
  }
  .box-form p,
  .box-form h2,
  .box-form h5 {
    color: #fff;
  }
  .box-form .fc-custom {
    color: #fff;
    border: 0;
    padding: 7px 20px;
    background: rgba(255, 255, 255, 0.3);
  }
  .box-form .fc-custom::-webkit-input-placeholder {
    color: #2e587a;
    font-size: 14px;
  }
  .box-form .fc-custom:-moz-placeholder {
    color: #2e587a;
    font-size: 14px;
  }
  .box-form .fc-custom::-moz-placeholder {
    color: #2e587a;
    font-size: 14px;
  }
  .box-form .fc-custom:-ms-input-placeholder {
    color: #2e587a;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .box-clients {
    padding-bottom: 57px;
  }
}
.box-clients .box-content-title {
  padding-bottom: 11px;
}

.box-clients-item a {
  display: block;
  position: relative;
}
.box-clients-item a img {
  width: 100%;
}

.box-comments {
  padding-bottom: 43px;
}

.comments-carousel {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .comments-carousel {
    padding: 0;
  }
}
.comments-carousel .owl-nav {
  font-size: 60px;
  line-height: 1;
  color: #1d93de;
}
.comments-carousel .owl-nav > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
}
@media screen and (max-width: 991px) {
  .comments-carousel .owl-nav > div {
    bottom: auto;
    top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .comments-carousel .owl-nav .owl-prev {
    left: -100px;
  }
}
@media screen and (max-width: 991px) {
  .comments-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
@media screen and (min-width: 992px) {
  .comments-carousel .owl-nav .owl-next {
    right: -100px;
  }
}
@media screen and (max-width: 991px) {
  .comments-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.comments-carousel p {
  line-height: 24px;
}
.comments-carousel h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 20px;
}
.comments-carousel .avatar {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  overflow: hidden;
  margin-top: 9px;
}
.comments-carousel .avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: block;
}

.box-promo {
  position: relative;
}

.promo-slider .item {
  background-position: 50% 0 !important;
  background-size: cover !important;
}
@media screen and (min-width: 768px) {
  .promo-slider .item {
    min-height: 620px;
  }
}
@media screen and (max-width: 767px) {
  .promo-slider .item {
    min-height: 275px;
  }
}
.promo-slider .item img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  max-width: none;
}

.promo-slider-info {
  left: 0;
  top: 87px;
  position: absolute;
  margin: auto;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .promo-slider-info {
    top: 50px;
  }
}
.promo-slider-info h1 {
  font-size: 80px;
  line-height: 1em;
  color: #1d93de;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 21px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .promo-slider-info h1 {
    font-size: 30px;
    letter-spacing: 5px;
  }
}
.promo-slider-info h2 {
  font-size: 20px;
  line-height: 2em;
  font-weight: 400;
  margin-bottom: 10px;
}
.promo-slider-info h3 {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 auto;
  max-width: 650px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .promo-slider-info h3 {
    display: none;
  }
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom,
.footer-middle {
  background: #1177ce;
  background: -moz-linear-gradient(left, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
  background: -webkit-linear-gradient(left, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
  background: linear-gradient(to right, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1177ce', endColorstr='#1d93de',GradientType=1 );
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-bottom,
  .footer-middle {
    border-top: 1px solid #0964b0;
    position: relative;
    padding-top: 3px;
  }
  .footer-bottom::before,
  .footer-middle::before {
    left: 0;
    top: 0;
    position: absolute;
    margin: auto;
    background: #1b90e2;
    background: -moz-linear-gradient(left, #1b90e2 0%, #1e97e6 100%);
    background: -webkit-linear-gradient(left, #1b90e2 0%, #1e97e6 100%);
    background: linear-gradient(to right, #1b90e2 0%, #1e97e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b90e2', endColorstr='#1e97e6',GradientType=1 );
    content: "";
    height: 3px;
    width: 100%;
  }
}
.footer-bottom a,
.footer-middle a {
  color: #fff;
}
.footer-bottom a:hover, .footer-bottom a:focus,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #fff;
}

.footer-bottom .container {
  padding-top: 30px;
  padding-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .footer-bottom .container {
    padding-bottom: 16px;
    padding-top: 12px;
  }
}
.footer-bottom .copyright,
.footer-bottom .location-item {
  line-height: 25px;
}
.footer-bottom .location-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  padding-top: 3px;
  padding-right: 20px;
}
.footer-bottom .location-item .icon-location-pin {
  margin-right: 4px;
}
.footer-bottom .social-links {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.footer-bottom .social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  display: table;
}
.footer-bottom .social-links ul li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  font-size: 25px;
}
.footer-bottom .social-links ul a {
  color: #fff;
}
.footer-bottom .social-links ul a:hover, .footer-bottom .social-links ul a:focus {
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  .footer-bottom .copyright span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom .copyright {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .footer-bottom .copyright {
    line-height: 25px;
  }
}

.footer-top {
  background: url(../img/contacts-bg.jpg) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-top {
    background: #1177ce;
    background: -moz-linear-gradient(left, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
    background: -webkit-linear-gradient(left, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
    background: linear-gradient(to right, #1177ce 0%, #137bd0 22%, #1c8fdc 77%, #1d93de 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1177ce', endColorstr='#1d93de',GradientType=1 );
  }
}
@media screen and (min-width: 768px) {
  .footer-top {
    padding: 50px 0;
  }
}

.footer-contacts ul {
  padding: 9px 0 19px;
}
.footer-contacts li {
  padding-top: 14px;
}
.footer-contacts p {
  margin-bottom: 6px;
}
.footer-contacts span {
  display: block;
  font-size: 12px;
}

/*# sourceMappingURL=styles.css.map */
