.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  color: #262626;
  background: #fff;
  font: 1rem/1.5 'Museo Sans Cyrl 300', Arial, 'Helvetica Neue', Helvetica, sans-serif;
  min-width: 320px; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^="tel"],
  a[href^="skype"],
  a[href^="sms"] {
    cursor: default;
    pointer-events: none; } }

blockquote {
  margin: 0 0 30px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.title {
  font-family: "Museo Sans Cyrl 900";
  margin: 0 0 0.5em;
  color: inherit;
  text-transform: uppercase;
  line-height: 1.2; }

h2, .h2 {
  font-size: 96px;
  font-size: 4rem;
  margin-bottom: 18px; }

h3, .h3 {
  font-size: 72px;
  font-size: 3rem;
  margin-bottom: 18px; }

h4, .h4 {
  font-size: 64px;
  font-size: 2.66667rem;
  margin-bottom: 18px; }

h5, .h5 {
  font-size: 40px;
  font-size: 1.66667rem;
  margin-bottom: 18px; }

h6, .h6 {
  font-size: 24px;
  font-size: 1rem;
  margin-bottom: 18px; }

p {
  margin: 0 0 37px; }

a {
  color: #262626; }
  a:hover, a:focus {
    text-decoration: none; }

@media (min-width: 1281px) {
  html {
    font-size: 24px; } }

@media (min-width: 540px) and (max-width: 1280px) {
  html {
    font-size: 20px; } }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  padding: 20px 30px;
  font-family: 'Museo Sans Cyrl 300', 'Helvetica Neue', Helvetica, sans-serif;
  border-radius: 30px;
  width: 100%;
  height: 55px;
  outline: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #fff;
    -webkit-box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1) !important;
            box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1) !important; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #616161; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #616161; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #616161; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #616161; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #616161; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-family: 'Museo Sans Cyrl 300', 'Helvetica Neue', Helvetica, sans-serif; }

form button,
form input[type='submit'],
form input[type='button'] {
  margin-top: 22px;
  background-color: #ff6f61;
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  font-family: "Museo Sans Cyrl 700";
  -webkit-box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  outline: 0; }
  form button:hover, form button:focus,
  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form input[type='button']:hover,
  form input[type='button']:focus {
    background-color: #fff;
    color: #ff6f61; }

.form-group {
  margin-bottom: 28px; }
  .form-group textarea {
    min-height: 110px; }

@media (min-width: 1281px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'] {
    height: 68px; } }

#wrapper {
  position: relative; }

.section {
  padding-top: 69px;
  padding-bottom: 69px; }

.about-section .items,
.services .items {
  margin-left: 0;
  margin-right: 0; }

.holder,
.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.section .holder {
  max-width: 1600px; }

@media (min-width: 1280px) {
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem; } }

@media (min-width: 480px) and (max-width: 1280px) {
  .section .holder .h2 {
    font-size: 48px; } }

.btn-link {
  color: inherit; }
  .btn-link:hover, .btn-link:focus {
    color: inherit; }

.entry-section {
  position: relative;
  overflow: hidden;
  background-color: #fcfcfc; }

.entry-section .holder {
  position: relative;
  z-index: 2; }

.entry-section .entry {
  max-width: 598px;
  width: 100%; }

.entry-section .image {
  height: 100%; }

.entry-section .image,
.entry-section .image img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.entry-section .text-holder {
  margin-bottom: 38px;
  overflow: hidden; }

.entry-section .holder .h1 {
  font-size: 48px; }

.entry-section .holder .btn {
  max-width: 284px;
  width: 100%; }

@media (min-width: 769px) {
  .entry-section {
    padding-top: 6.35%;
    padding-bottom: 10.5%;
    position: relative;
    overflow: hidden; }
  .entry-section .circle {
    max-width: 881px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: -20%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }
  .entry-section .holder .h1 {
    font-size: 120px;
    margin-bottom: 24px; } }

@media (max-width: 768px) {
  .entry-section {
    padding-top: 28px;
    padding-bottom: 57%; }
  .entry-section .circle {
    display: none; }
  .entry-section .holder .h1 {
    margin-bottom: 10px; }
  .entry-section .holder .btn {
    font-size: 24px; }
  .entry-section .text-holder {
    margin-bottom: 34px; } }

@media (min-width: 541px) and (max-width: 1280px) {
  .entry-section .holder .h1 {
    font-size: 72px; } }

.services-contact {
  overflow: hidden;
  padding-bottom: 59px; }

.services-contact .contact-wrap .heading,
.services-contact .contact-wrap .form-group {
  max-width: 510px; }

.services-contact .contact-wrap .contact-holder {
  padding-bottom: 56px; }

.services-contact .contact-wrap form {
  position: relative;
  z-index: 2; }

@media (min-width: 541px) {
  .services-contact .contact-wrap {
    position: relative;
    padding-bottom: 71%; }
  .services-contact .contact-wrap:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    max-width: 931px;
    width: 100%;
    height: 627px;
    background: url(../images/Macbook.png) 0 100%/contain no-repeat;
    content: ''; } }

@media (min-width: 769px) {
  .services-contact .contact-wrap {
    padding-bottom: 0; }
  .services-contact .contact-wrap {
    padding-right: 28%; }
  .services-contact .contact-wrap .heading,
  .services-contact .contact-wrap .form-group {
    max-width: 598px; }
  .services-contact .contact-wrap .heading {
    font-size: 64px; }
  .services-contact .contact-wrap:after {
    left: 51%;
    height: 100%;
    z-index: 1; }
  .services-contact .contact-wrap .contact-holder {
    max-width: 972px;
    width: 100%; } }

@media (min-width: 541px) and (max-width: 768px) {
  .services-contact {
    padding-bottom: 10px; } }

@media (min-width: 769px) {
  .services-contact {
    padding-bottom: 166px; } }

.about-section .holder {
  position: relative;
  margin-bottom: 36px; }

.about-section .items .item-overlay {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.about-section .holder .read-more {
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: 20px; }

@media (max-width: 1279px) {
  .about-section .holder {
    margin-bottom: 41px; } }

@media (min-width: 1024px) {
  .home .about-section .text-holder {
    max-width: 61.76%;
    width: 100%; }
  .about-section {
    background: url(../images/img-circle.png) 100% 10% no-repeat; } }

@media (max-width: 1024px) {
  body:not(.home) .about-section {
    padding-top: 19px; } }

@media (min-width: 541px) {
  .about-section .holder .read-more {
    margin-top: 38px; } }

@media (max-width: 767px) {
  .about-section {
    padding-bottom: 0; } }

@media (min-width: 1280px) {
  .about-section {
    padding-top: 95px; }
  .about-section .holder {
    margin-bottom: 56px; }
  body:not(.home) .about-section .holder {
    margin-bottom: 76px; }
  .about-section .holder .read-more {
    margin-top: 57px; } }

.slider-section {
  min-height: 471px;
  overflow: hidden; }

.slider {
  margin-bottom: 33px;
  overflow: hidden; }

.slider .item {
  float: left;
  max-width: 471px;
  width: 100%; }

.slider .item img {
  display: block;
  width: 471px; }

@media (min-width: 801px) {
  .slider {
    margin-bottom: 50px; }
  .rangeslider-wrap {
    margin-bottom: 67px; } }

.rangeslider-wrap {
  max-width: 598px;
  width: 100%;
  margin: 30px auto;
  overflow: hidden; }

.rangeslider {
  position: relative;
  height: 81px;
  margin-left: 40px;
  margin-right: 40px; }

.rangeslider:before {
  position: absolute;
  left: 0;
  content: '';
  display: block;
  width: 25px;
  height: 100%; }

.slider-handle {
  position: relative;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #d8d8d8; }

.slider-handle:before,
.slider-handle:after {
  position: absolute;
  display: block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #d8d8d8;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.slider-handle:before {
  left: 0; }

.slider-handle:after {
  right: 0; }

.slider-handle .ui-slider-handle {
  margin-left: -40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  background-color: #ff6f61;
  width: 80px;
  height: 80px;
  cursor: pointer;
  outline: none;
  z-index: 4; }

.slider-handle .ui-slider-handle.ui-state-active {
  border-color: #ff6f61; }

.slider-handle .ui-slider-handle:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'\a    viewBox='0 0 297 297' style='enable-background:new 0 0 297 297;' xml:space='preserve' fill='%23fff'%3E\a%3Cpath d='M244.279,91.662c-4.198,0-8.195,0.876-11.825,2.45c-4.413-11.152-15.238-19.058-27.869-19.058\a   c-4.692,0-9.136,1.092-13.094,3.034c-5.009-9.657-15.048-16.27-26.598-16.27c-3.395,0-6.655,0.579-9.701,1.632V30.201\a   C155.193,13.549,141.738,0,125.198,0C108.66,0,95.206,13.549,95.206,30.201v119.643L73.604,125.13\a   c-0.151-0.169-0.305-0.335-0.465-0.494c-5.672-5.676-13.221-8.823-21.256-8.862c-0.052,0-0.101,0-0.153,0\a   c-8.016,0-15.521,3.095-21.146,8.724c-9.918,9.921-10.467,24.647-1.502,40.408c11.605,20.39,24.22,39.616,35.351,56.581\a   c8.134,12.398,15.818,24.108,21.435,33.79c4.871,8.402,17.801,35.651,17.933,35.926c1.678,3.541,5.247,5.798,9.163,5.798h128.27\a   c4.407,0,8.308-2.843,9.659-7.035c2.392-7.439,23.379-73.398,23.379-98.871v-69.229C274.27,105.21,260.817,91.662,244.279,91.662z\a    M234.579,121.865c0-5.468,4.352-9.916,9.7-9.916c5.351,0,9.703,4.448,9.703,9.916v69.229c0,16.928-13.01,62.437-20.189,85.618\a   H119.361c-4.206-8.752-12.089-24.964-15.944-31.613c-5.897-10.168-13.73-22.105-22.022-34.744\a   c-10.966-16.71-23.393-35.652-34.681-55.482c-2.946-5.181-5.646-12.166-1.78-16.032c1.803-1.807,4.231-2.751,6.851-2.779\a   c2.557,0.013,4.962,0.977,6.805,2.721l39.124,44.755c2.78,3.183,7.248,4.306,11.202,2.821c3.958-1.486,6.579-5.271,6.579-9.497\a   V30.201c0-5.467,4.353-9.913,9.704-9.913c5.352,0,9.706,4.446,9.706,9.913v94.711c0,5.602,4.543,10.144,10.144,10.144\a   c5.601,0,10.144-4.542,10.144-10.144V92.016c0-5.464,4.352-9.909,9.701-9.909c5.351,0,9.703,4.445,9.703,9.909v46.127\a   c0,5.605,4.542,10.145,10.143,10.145c5.602,0,10.145-4.539,10.145-10.145v-32.888c0-5.467,4.352-9.914,9.701-9.914\a   c5.352,0,9.706,4.447,9.706,9.914v46.13c0,5.601,4.542,10.145,10.144,10.145c5.603,0,10.145-4.544,10.145-10.145V121.865z'/%3E\a%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }

.slider-handle .ui-slider-handle:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 598px;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff6f61; }

.rangeslider-fill {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: green; }

.contact-section {
  background: url(../images/img-circle.png) -10% 50% no-repeat;
  overflow: hidden; }

.contact-section .contact-wrap {
  padding-left: 120px; }

.contact-form .contact-holder,
.contact-main .contact-holder,
.services-contact .contact-holder {
  position: relative;
  padding: 6.2% 30px 63px;
  background-color: #ff6f61;
  border-radius: 30px;
  max-width: 912px;
  width: 100%; }

.contact-section .contact-holder {
  margin-left: auto; }

.contact-wrap .heading {
  color: #fff; }
  .contact-wrap .heading:before {
    border-top-color: #fff; }

.contact-holder form button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 284px;
  width: 100%; }

.contact-section .items {
  overflow: visible; }

@media (max-width: 730px) {
  .contact-section .contact-wrap {
    padding-left: 0; } }

@media (min-width: 681px) {
  .contact-section .contact-img-bg {
    position: absolute;
    right: 100%;
    margin-right: -157px;
    display: block;
    max-width: 641px;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/iPhone.png) 100% 100%/contain no-repeat; } }

@media (max-width: 539px) {
  .contact-section {
    padding-top: 10px; } }

@media (min-width: 768px) {
  .contact-main {
    max-width: 1226px;
    margin-left: auto;
    margin-right: auto; }
  .contact-wrap .heading,
  .contact-wrap .form-group {
    max-width: 598px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 1023px) {
  .contact-section .contact-holder {
    padding-top: 50px;
    padding-bottom: 30px; } }

@media (max-width: 1335px) {
  .contact-section .items {
    display: block;
    margin: 0; } }

@media (min-width: 1336px) {
  .contact-section .items .contact-info,
  .contact-section .items .contact-form {
    padding-left: 15px;
    padding-right: 15px; }
  .contact-section .items .contact-form {
    max-width: 60%;
    width: 100%; }
  .contact-section .items .contact-info {
    max-width: 40%;
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center; }
  .contact-section .contact-form .contact-wrap {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 820px;
    width: 100%; }
  .contact-section .contact-form .form-group {
    max-width: 598px;
    width: 100%; } }

@media (min-width: 923px) and (max-width: 1024px) {
  .contact-section .contact-img-bg {
    margin-right: -28%; } }

@media (min-width: 1025px) {
  .contact-section .contact-img-bg {
    margin-right: -33%; } }

@media (min-width: 1280px) {
  .contact-section .contact-img-bg {
    margin-right: -37%; } }

@media (min-width: 1024px) {
  .contact {
    padding-top: 54px; } }

@media (min-width: 1280px) {
  input[type='text'],
  input[type='tel'],
  input[type='email'],
  input[type='search'],
  input[type='password'],
  textarea {
    padding-left: 60px;
    padding-right: 60px; }
  .contact-wrap .heading {
    font-size: 72px; }
  .contact-info .list .item-info {
    margin-top: 44px; } }

.quality-section {
  background-color: #f4f4f4; }

.quality-section .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden; }

.quality-section .items img {
  margin: auto;
  display: block; }

.quality-section .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }

@media (max-width: 1023px) {
  .quality-section {
    padding-top: 37px;
    padding-bottom: 37px; } }

@media (max-width: 539px) {
  .quality-section .item {
    max-width: 104px;
    width: 100%;
    padding: 10px; } }

@media (min-width: 540px) {
  .quality-section .item {
    width: 20%; } }

.testimonials-section .item a {
  text-decoration: none; }
  .testimonials-section .item a:hover, .testimonials-section .item a:focus {
    color: inherit; }

.testimonials-section .items .item {
  margin-bottom: 0;
  position: relative;
  overflow: hidden; }

.testimonials .item blockquote {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512.5 512.5' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23f6f6f6' stroke-width='2' stroke-miterlimit='6' xml:space='preserve' d='M112.5,208.25c61.856,0,112,50.145,112,112s-50.144,112-112,112s-112-50.145-112-112l-0.5-16 c0-123.712,100.288-224,224-224v64c-42.737,0-82.917,16.643-113.137,46.863c-5.817,5.818-11.126,12.008-15.915,18.51 C100.667,208.723,106.528,208.25,112.5,208.25z M400.5,208.25c61.855,0,112,50.145,112,112s-50.145,112-112,112 s-112-50.145-112-112l-0.5-16c0-123.712,100.287-224,224-224v64c-42.736,0-82.918,16.643-113.137,46.863 c-5.818,5.818-11.127,12.008-15.916,18.51C388.666,208.723,394.527,208.25,400.5,208.25z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 156px;
  background-position: 0 -28px; }

.star-ratings,
.testimonials .item .read-more {
  float: right; }

.testimonials .star-ratings {
  position: absolute;
  right: 15px;
  top: 42px; }

.testimonials-section blockquote {
  padding-top: 74px; }

@media (min-width: 1280px) {
  .testimonials-section .h2 {
    margin-bottom: 114px; }
  .testimonials-section {
    padding-top: 169px; }
  .testimonials .star-ratings {
    top: 30px; } }

.testimonials-section {
  padding-top: 116px; }

.testimonials-section .h2 {
  margin-bottom: 67px; }

@media (min-width: 769px) {
  .testimonials-section .items .item {
    margin-bottom: 30px; } }

@media (min-width: 541px) and (max-width: 1280px) {
  .testimonials-section {
    padding-top: 142px;
    padding-bottom: 24px; }
  .testimonials-section .h2 {
    margin-bottom: 32px; }
  .testimonials-section blockquote {
    padding-left: 30px;
    padding-top: 91px;
    background-size: 152px;
    background-position: 0 -15px; } }

@media (min-width: 1281px) {
  .testimonials-section {
    padding-top: 169px;
    padding-bottom: 70px; }
  .testimonials-section .h2 {
    margin-bottom: 84px; }
  .testimonials-section blockquote {
    padding-left: 47px;
    padding-top: 78px; }
  .testimonials {
    margin-bottom: 35px; } }

.map-section {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden; }

.map-section .gm-style {
  position: relative;
  padding-top: 362px; }

.map-section .googleMap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.map-section img.googleMap {
  height: auto;
  display: block; }

@media (min-width: 541px) {
  .map-section .gm-style {
    padding-top: 36.75%; } }

.bottom-section {
  position: relative;
  padding-top: 56px;
  padding-bottom: 97px;
  color: #fff;
  background: #090909 url(../images/bottom-bg.jpg) 50% 50%/cover no-repeat;
  overflow: hidden; }
  .bottom-section:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgba(9, 9, 9, 0.9); }

.bottom-section .holder {
  position: relative;
  z-index: 1; }
  .bottom-section .holder:after {
    position: absolute;
    left: 50%;
    bottom: 1px;
    display: block;
    width: 3000px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.4); }

.bottom-section .s-logo {
  margin-bottom: 36px;
  max-width: 255px;
  width: 100%; }

.bottom-section .s-logo {
  max-width: 270px; }

.bottom-section form button,
.bottom-section form input[type='submit'],
.bottom-section form input[type='button'] {
  border-color: #ff6f61; }

.bottom-section .contact-holder form textarea {
  min-height: 68px;
  overflow: hidden; }

.bottom-section .btn-link {
  border-color: inherit; }
  .bottom-section .btn-link:hover, .bottom-section .btn-link:focus {
    color: #262626;
    border-color: #fff;
    background-color: #fff; }

.bottom-section .list .item-info {
  margin-bottom: 20px; }

.bottom-section .list .item-info div:nth-child(odd) {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6); }

.bottom-section .list .item-info div:nth-child(even) {
  margin-top: -5px;
  font-size: 32px; }

.bottom-section .list div > a {
  text-decoration: none;
  color: inherit; }

.bottom-section .list div > a[href^="tel"] {
  font-family: 'Museo Sans Cyrl 700'; }

@media (min-width: 541px) {
  .bottom-section {
    padding-top: 86px;
    padding-bottom: 100px; } }

.bottom-section .item .heading {
  font-size: 32px;
  padding-top: 43px;
  margin-bottom: 24px; }

.bottom-section .item .contact-holder .heading {
  margin-bottom: 22px; }

.bottom-section .contact-holder form .form-group {
  width: 100%; }

@media (min-width: 1281px) {
  .bottom-section .contact-holder form .form-group {
    padding-left: 15px;
    padding-right: 15px; }
    .bottom-section .contact-holder form .form-group:first-child, .bottom-section .contact-holder form .form-group:nth-of-type(2) {
      width: 50%; }
  .bottom-section .contact-holder form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 1024px) {
  .bottom-section .items .item {
    padding-bottom: 1px; } }

@media (max-width: 1023px) {
  .bottom-section .items {
    overflow: visible; }
  .bottom-section .items .item {
    position: relative;
    width: 100%;
    border-left: none;
    padding-top: 54px;
    padding-bottom: 54px;
    margin-bottom: 0; }
  .bottom-section .items .item:before {
    display: block;
    position: absolute;
    top: 0;
    left: -30px;
    right: -30px;
    content: '';
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .bottom-section .items .item:nth-child(odd) {
    padding-top: 0; }
  .bottom-section .items .item:nth-child(odd):before {
    border-top: none; }
  .bottom-section .bottom-info .btn {
    display: none; } }

@media (min-width: 541px) and (max-width: 1023px) {
  .bottom-section .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .bottom-section .list .item-info {
    width: 50%; } }

@media (min-width: 1024px) {
  .bottom-section .list {
    margin-bottom: 33px; }
  .bottom-section .items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .bottom-section .item:nth-child(odd) {
    width: 39.6%; }
  .bottom-section .item:nth-child(even) {
    width: 60.4%; }
  .bottom-section .contact-holder {
    padding-left: 33px;
    max-width: 930px;
    width: 100%; } }

@media (min-width: 1024px) {
  .bottom-section .items .item {
    margin-bottom: 0;
    padding-bottom: 49px;
    border-left: 1px solid rgba(255, 255, 255, 0.4); }
    .bottom-section .items .item:first-child {
      border-left: none; } }

@media (min-width: 1281px) {
  .bottom-section .s-logo {
    margin-bottom: 70px;
    max-width: 284px;
    width: 100%; }
  .bottom-section .item .heading {
    font-size: 40px;
    padding-top: 48px;
    margin-bottom: 36px; }
  .bottom-section .item .contact-holder .heading {
    margin-bottom: 44px; }
  .bottom-section .list .item-info div:nth-child(odd) {
    font-size: 20px; }
  .bottom-section .list .item-info div:nth-child(even) {
    margin-top: -5px;
    font-size: 40px; } }

.bottom-section + footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background: none; }

.footer {
  padding: 10px 0;
  color: #fff;
  background: #090909;
  font-family: "Museo Sans Cyrl 100"; }
  .footer * {
    color: inherit; }

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }

.footer .f-nav {
  margin: 0 0 0 -15px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  text-transform: uppercase; }

.footer .f-nav li a {
  padding: 12px 15px;
  display: block;
  color: inherit;
  text-decoration: none; }
  .footer .f-nav li a:hover .footer .f-nav li a:focus {
    text-decoration: underline !important; }

.copyright {
  padding-right: 30px;
  margin-left: auto;
  font-size: 16px; }

@media (max-width: 539px) {
  .bottom-section + footer {
    margin-top: -116px; }
  .footer .f-nav {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .copyright {
    font-size: 12px;
    text-align: center; } }

@media (min-width: 1024px) {
  .footer {
    padding: 22px 0; }
  .footer .f-nav {
    margin-left: -30px; }
  .footer .f-nav li a {
    padding: 18px 30px; } }

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.b-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000; }

@media (min-width: 769px) {
  .b-navbar_toggler {
    display: none;
    overflow: hidden; } }

@media (max-width: 768px) {
  .menu {
    overflow: auto;
    pointer-events: none; }
  .menu {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 85px;
    padding-top: 0;
    width: 100%;
    z-index: 20; }
  .menu--visible {
    pointer-events: auto; }
  .app-menu {
    margin-right: 15px;
    background: #ff6f61;
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateX(-103%);
    -ms-transform: translateX(-103%);
        transform: translateX(-103%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: auto; }
  .menu--visible .app-menu {
    -webkit-transform: none;
    -ms-transform: none;
        transform: none; }
  .menu--animatable .app-menu {
    -webkit-transition: all 130ms ease-in;
    -o-transition: all 130ms ease-in;
    transition: all 130ms ease-in; }
  .menu--visible.menu--animatable .app-menu {
    -webkit-transition: all 330ms ease-out;
    -o-transition: all 330ms ease-out;
    transition: all 330ms ease-out; }
  .b-navbar_toggler {
    position: absolute;
    z-index: 30;
    padding: 0;
    margin: 30px 0 15px;
    border: none;
    color: #ff6f61;
    background: none;
    cursor: pointer; }
    .b-navbar_toggler span {
      display: inline-block;
      width: 45px;
      height: 45px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'\a    width='511.626px' height='511.627px' viewBox='0 0 511.626 511.627' style='enable-background:new 0 0 511.626 511.627;'\a    xml:space='preserve'%3E\a%3Cg%3E%3Cg%3E%3Cpath d='M118.771,200.999H27.406c-7.611,0-14.084,2.664-19.414,7.994C2.663,214.32,0,220.791,0,228.407v54.823\a       c0,7.61,2.663,14.078,7.992,19.406c5.33,5.329,11.803,7.994,19.414,7.994h91.365c7.611,0,14.084-2.665,19.414-7.994\a       c5.33-5.328,7.992-11.796,7.992-19.406v-54.823c0-7.616-2.662-14.087-7.992-19.414S126.382,200.999,118.771,200.999z'/%3E\a     %3Cpath d='M118.771,54.814H27.406c-7.611,0-14.084,2.663-19.414,7.993C2.663,68.137,0,74.61,0,82.221v54.821\a       c0,7.616,2.663,14.091,7.992,19.417c5.33,5.327,11.803,7.994,19.414,7.994h91.365c7.611,0,14.084-2.667,19.414-7.994\a       s7.992-11.798,7.992-19.414V82.225c0-7.611-2.662-14.084-7.992-19.417C132.855,57.48,126.382,54.814,118.771,54.814z'/%3E\a     %3Cpath d='M118.771,347.177H27.406c-7.611,0-14.084,2.662-19.414,7.994C2.663,360.502,0,366.974,0,374.585v54.826\a       c0,7.61,2.663,14.086,7.992,19.41c5.33,5.332,11.803,7.991,19.414,7.991h91.365c7.611,0,14.084-2.663,19.414-7.991\a       c5.33-5.324,7.992-11.8,7.992-19.41v-54.826c0-7.611-2.662-14.083-7.992-19.411S126.382,347.177,118.771,347.177z'/%3E\a     %3Cpath d='M484.215,200.999H210.131c-7.614,0-14.084,2.664-19.414,7.994s-7.992,11.798-7.992,19.414v54.823\a       c0,7.61,2.662,14.078,7.992,19.406c5.327,5.329,11.8,7.994,19.414,7.994h274.091c7.61,0,14.085-2.665,19.41-7.994\a       c5.332-5.328,7.994-11.796,7.994-19.406v-54.823c0-7.616-2.662-14.087-7.997-19.414\a       C498.3,203.663,491.833,200.999,484.215,200.999z'/%3E\a     %3Cpath d='M484.215,347.177H210.131c-7.614,0-14.084,2.662-19.414,7.994c-5.33,5.331-7.992,11.8-7.992,19.41v54.823\a       c0,7.611,2.662,14.089,7.992,19.417c5.327,5.328,11.8,7.987,19.414,7.987h274.091c7.61,0,14.085-2.662,19.41-7.987\a       c5.332-5.331,7.994-11.806,7.994-19.417v-54.823c0-7.61-2.662-14.085-7.997-19.41C498.3,349.846,491.833,347.177,484.215,347.177z\a       '/%3E\a     %3Cpath d='M503.629,62.811c-5.329-5.327-11.797-7.993-19.414-7.993H210.131c-7.614,0-14.084,2.663-19.414,7.993\a       s-7.992,11.803-7.992,19.414v54.821c0,7.616,2.662,14.083,7.992,19.414c5.327,5.327,11.8,7.994,19.414,7.994h274.091\a       c7.61,0,14.078-2.667,19.41-7.994s7.994-11.798,7.994-19.414V82.225C511.626,74.613,508.964,68.141,503.629,62.811z'/%3E\a   %3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); }
  .b-navbar_toggler.icon-active span {
    background-image: url("data:image/svg+xml,\a%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'\a    width='511.626px' height='511.627px' viewBox='0 0 511.626 511.627' style='enable-background:new 0 0 511.626 511.627;'\a    xml:space='preserve'%3E\a%3Cg%3E%3Cg%3E\a     %3Cpath fill='%23fff' d='M118.771,200.999H27.406c-7.611,0-14.084,2.664-19.414,7.994C2.663,214.32,0,220.791,0,228.407v54.823\a       c0,7.61,2.663,14.078,7.992,19.406c5.33,5.329,11.803,7.994,19.414,7.994h91.365c7.611,0,14.084-2.665,19.414-7.994\a       c5.33-5.328,7.992-11.796,7.992-19.406v-54.823c0-7.616-2.662-14.087-7.992-19.414S126.382,200.999,118.771,200.999z'/%3E\a     %3Cpath fill='%23fff' d='M118.771,54.814H27.406c-7.611,0-14.084,2.663-19.414,7.993C2.663,68.137,0,74.61,0,82.221v54.821\a       c0,7.616,2.663,14.091,7.992,19.417c5.33,5.327,11.803,7.994,19.414,7.994h91.365c7.611,0,14.084-2.667,19.414-7.994\a       s7.992-11.798,7.992-19.414V82.225c0-7.611-2.662-14.084-7.992-19.417C132.855,57.48,126.382,54.814,118.771,54.814z'/%3E\a     %3Cpath fill='%23fff' d='M118.771,347.177H27.406c-7.611,0-14.084,2.662-19.414,7.994C2.663,360.502,0,366.974,0,374.585v54.826\a       c0,7.61,2.663,14.086,7.992,19.41c5.33,5.332,11.803,7.991,19.414,7.991h91.365c7.611,0,14.084-2.663,19.414-7.991\a       c5.33-5.324,7.992-11.8,7.992-19.41v-54.826c0-7.611-2.662-14.083-7.992-19.411S126.382,347.177,118.771,347.177z'/%3E\a     %3Cpath fill='%23fff' d='M484.215,200.999H210.131c-7.614,0-14.084,2.664-19.414,7.994s-7.992,11.798-7.992,19.414v54.823\a       c0,7.61,2.662,14.078,7.992,19.406c5.327,5.329,11.8,7.994,19.414,7.994h274.091c7.61,0,14.085-2.665,19.41-7.994\a       c5.332-5.328,7.994-11.796,7.994-19.406v-54.823c0-7.616-2.662-14.087-7.997-19.414\a       C498.3,203.663,491.833,200.999,484.215,200.999z'/%3E\a     %3Cpath fill='%23fff' d='M484.215,347.177H210.131c-7.614,0-14.084,2.662-19.414,7.994c-5.33,5.331-7.992,11.8-7.992,19.41v54.823\a       c0,7.611,2.662,14.089,7.992,19.417c5.327,5.328,11.8,7.987,19.414,7.987h274.091c7.61,0,14.085-2.662,19.41-7.987\a       c5.332-5.331,7.994-11.806,7.994-19.417v-54.823c0-7.61-2.662-14.085-7.997-19.41C498.3,349.846,491.833,347.177,484.215,347.177z\a       '/%3E\a     %3Cpath fill='%23fff' d='M503.629,62.811c-5.329-5.327-11.797-7.993-19.414-7.993H210.131c-7.614,0-14.084,2.663-19.414,7.993\a       s-7.992,11.803-7.992,19.414v54.821c0,7.616,2.662,14.083,7.992,19.414c5.327,5.327,11.8,7.994,19.414,7.994h274.091\a       c7.61,0,14.078-2.667,19.41-7.994s7.994-11.798,7.994-19.414V82.225C511.626,74.613,508.964,68.141,503.629,62.811z'/%3E\a   %3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
    z-index: 20; } }

.breadcrumb {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 42px 0 8px; }

.breadcrumb-item a {
  text-decoration: none; }

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  text-decoration: underline; }

.breadcrumb-item::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: 10px;
  color: #6c757d;
  content: '';
  width: 20px;
  height: 2px;
  background-color: #252525; }

.breadcrumb-item:first-child:before {
  width: 37px; }

@media (min-width: 769px) {
  .breadcrumb-item:first-child:before {
    width: 65px; } }

.b-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 500', Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.b-nav ul li a {
  padding: 10px 15px;
  display: block;
  color: inherit;
  text-decoration: none; }
  .b-nav ul li a:hover, .b-nav ul li a:focus {
    text-decoration: none; }

.b-nav .has-sub-menu > a {
  position: relative; }
  .b-nav .has-sub-menu > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    vertical-align: 4px;
    border-bottom: 0;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #ff6f61;
    content: ''; }

.b-nav .sub-menu li > ul > li > a {
  padding-left: 20px; }
  .b-nav .sub-menu li > ul > li > a:before {
    display: inline-block;
    width: 24px;
    height: 2px;
    margin-right: 1em;
    vertical-align: .255em;
    background-color: #fff;
    content: ''; }

@media (max-width: 768px) {
  .b-nav {
    padding-top: 86px;
    padding-bottom: 86px;
    text-align: center; }
  .b-nav ul li a {
    color: #fff; }
  .b-nav .has-sub-menu > a:after {
    border-top-color: #fff; } }

@media (min-width: 769px) {
  .b-nav {
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .b-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .b-nav ul li {
    position: relative; }
  .b-nav .sub-menu {
    padding-left: 28px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 440px;
    width: 100%;
    background-color: #ff6f61;
    font-size: 20px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
            transform: translateY(-2em);
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    -o-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
  .b-nav .has-sub-menu {
    position: relative; }
    .b-nav .has-sub-menu:hover .sub-menu, .b-nav .has-sub-menu:focus .sub-menu {
      visibility: visible;
      /* shows sub-menu */
      opacity: 1;
      z-index: 1;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition-delay: 0s, 0s, 0.3s;
           -o-transition-delay: 0s, 0s, 0.3s;
              transition-delay: 0s, 0s, 0.3s; }
  .b-nav .sub-menu > li a {
    padding-left: 1rem;
    padding-right: 1rem; } }

@media (max-width: 1440px) {
  .b-nav ul li a {
    padding-left: 8px;
    padding-right: 8px; }
  .b-nav ul li a:after {
    margin-left: 6px;
    vertical-align: 1px; } }

body:not(.home) .header {
  border-bottom: 1px solid #989898; }

.header {
  background: #fff;
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out; }

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }

.header .tel {
  width: 100%;
  white-space: nowrap; }

.header .tel .btn {
  width: 100%;
  min-width: auto; }

.header .info {
  margin-left: auto; }

@media (max-width: 768px) {
  .header {
    padding-top: 30px; }
  .header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 1280px) {
  .header {
    padding-top: 2.8%;
    padding-bottom: 2.8%; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header .menu {
    margin-left: auto; }
  .fixed-top {
    padding-top: 20px;
    padding-bottom: 20px; } }

@media (min-width: 768px) {
  .header .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (min-width: 769px) and (min-width: 1601px) {
  .header .tel {
    max-width: 284px; } }

@media (max-width: 1600px) {
  .header {
    font-size: 20px; }
  .header .tel {
    max-width: 240px; }
  .header .tel .btn {
    padding: 10px; } }

@media (max-width: 768px) {
  .header .tel .btn {
    font-size: 24px; }
  .header .info {
    padding: 26px 0 29px; } }

@media (min-width: 769px) and (max-width: 1279px) {
  .header .info {
    padding: 24px 0 22px; } }

@media (max-width: 768px) {
  .header .tel {
    margin-left: auto; } }

@media (max-width: 1280px) {
  .header {
    padding-top: 30px; } }

.b-logo {
  width: 100%;
  max-width: 32.15%;
  font-size: 1.5rem;
  color: #000; }
  .b-logo a {
    text-decoration: none;
    color: inherit; }

.b-logo img {
  display: block;
  margin-top: auto;
  margin-bottom: auto; }

@media (min-width: 769px) and (max-width: 1600px) {
  .b-logo {
    max-width: 28%; } }

@media (max-width: 1280px) {
  .b-logo {
    max-width: 330px;
    margin: 0 auto; } }

.btn {
  display: inline-block;
  font-family: "Museo Sans Cyrl 700";
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

@media (min-width: 360px) {
  .btn {
    min-width: 284px; } }

.btn-link {
  color: inherit; }

.shadow {
  -webkit-box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 7px 8px 7px rgba(0, 0, 0, 0.1) !important; }

.btn-primary {
  color: #212529;
  background-color: #ff6f61;
  border-color: #ff6f61;
  color: #fff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #ff4c3b;
    border-color: #ff412e; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 100, 89, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 100, 89, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ff6f61;
    border-color: #ff6f61; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ff412e;
    border-color: #ff3521; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 100, 89, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 100, 89, 0.5); }
  .btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #e2685c; }

.read-more {
  position: relative;
  padding-left: 60px;
  text-align: right;
  min-width: auto; }
  .read-more:before {
    height: 2px;
    width: 33px;
    background-color: #262626;
    position: absolute;
    top: 50%;
    left: 15px;
    content: '';
    -webkit-transition: width .6s;
    -o-transition: width .6s;
    transition: width .6s; }
  .read-more:hover, .read-more:focus {
    text-decoration: none; }
  .read-more:hover:before, .read-more:focus:before {
    width: 100%; }

@media (min-width: 541px) {
  .read-more {
    padding-left: 75px; }
  .read-more:before {
    width: 45px; } }

@media (min-width: 1280px) {
  .read-more {
    padding-left: 111px; }
  .read-more:before {
    width: 65px; } }

.h1,
.h2,
.h6,
.heading {
  position: relative;
  padding-top: 24px;
  font-size: 32px; }
  .h1:before,
  .h2:before,
  .h6:before,
  .heading:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    margin-left: 0;
    content: '';
    height: 0;
    width: 0;
    border-left: 14.5px solid transparent;
    border-right: 14.5px solid transparent;
    border-top: 25px solid #ff6f61; }

.h6 {
  font-size: 16px; }

@media (min-width: 541px) and (max-width: 1280px) {
  .h1,
  .h2,
  .heading {
    padding-top: 39px; }
  .h6 {
    font-size: 20px; } }

@media (min-width: 1281px) {
  .h1,
  .h2,
  .h6,
  .heading {
    padding-top: 32px;
    font-size: 96px; }
  .h6 {
    font-size: 24px; }
  .h1:before,
  .h2:before,
  .h6:before,
  .heading:before {
    height: 0;
    width: 0;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 33px solid #ff6f61; } }

.rounded-circle {
  border-radius: 50% !important; }

.cards .item {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-position: 123% 50%;
  background-size: 260px;
  -webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.7);
          box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  overflow: hidden; }

@media (max-width: 768px) {
  .cards .item:first-child {
    margin-top: 0; } }

.cards .item {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23f6f6f6'  d='m452 0h-392c-33.085938 0-60 26.914062-60 60v162c0 33.085938 26.914062 60 60 60h392c33.085938 0 60-26.914062 60-60v-162c0-33.085938-26.914062-60-60-60zm20 60v21h-196v-41h176c11.027344 0 20 8.972656 20 20zm-196 61h196v39h-196zm-40 39h-196v-39h196zm-176-120h176v41h-196v-21c0-11.027344 8.972656-20 20-20zm-20 182v-22h196v42h-176c-11.027344 0-20-8.972656-20-20zm412 20h-176v-42h196v22c0 11.027344-8.972656 20-20 20zm-27.917969 230h87.917969v40h-87.917969c-44.113281 0-80-35.886719-80-80v-41.796875l-25.9375 25.941406-28.285156-28.285156 74.640625-74.644531 74.644531 74.644531-28.285156 28.285156-26.777344-26.777343v42.632812c0 22.054688 17.941407 40 40 40zm-277.582031-158.785156 74.640625 74.644531-28.28125 28.285156-25.941406-25.941406v41.796875c0 44.113281-35.886719 80-80 80h-86.917969v-40h86.917969c22.054687 0 40-17.945312 40-40v-42.632812l-26.777344 26.777343-28.28125-28.285156zm0 0'/%3e%3c/svg%3e"); }

.cards .item:nth-child(2n+0) {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23f6f6f6'  d='m454 421h40c0 50.179688-40.597656 91-90.5 91s-90.5-40.597656-90.5-90.5v-109.5h40v109.5c0 27.847656 22.652344 50.5 50.5 50.5s50.5-22.878906 50.5-51zm-296 .5c0 27.847656-22.652344 50.5-50.5 50.5s-50.5-22.878906-50.5-51h-40c0 50.179688 40.597656 91 90.5 91s90.5-40.597656 90.5-90.5v-109.5h-40zm78 90.5h40v-200h-40zm216-512h-106.640625c10.347656 11.546875 18.492187 25.101562 23.777344 40h82.863281c11.027344 0 20 8.972656 20 20v20h-96c0 14.019531-2.425781 27.480469-6.863281 40h102.863281v172c0 11.027344-8.972656 20-20 20h-19v-20c0-33.085938-26.914062-60-60-60h-233c-33.085938 0-60 26.914062-60 60v20h-20c-11.027344 0-20-8.972656-20-20v-172h102.863281c-4.4375-12.519531-6.863281-25.980469-6.863281-40h-96v-20c0-11.027344 8.972656-20 20-20h82.863281c5.285157-14.898438 13.429688-28.453125 23.777344-40h-106.640625c-33.085938 0-60 26.914062-60 60v232c0 33.085938 26.914062 60 60 60h60v-60c0-11.027344 8.972656-20 20-20h233c11.027344 0 20 8.972656 20 20v60h59c33.085938 0 60-26.914062 60-60v-232c0-33.085938-26.914062-60-60-60zm-255.28125 137.320312 39.28125-22.679687v45.359375h40v-45.359375l39.28125 22.679687 20-34.640624-39.28125-22.679688 39.28125-22.679688-20-34.640624-39.28125 22.679687v-45.359375h-40v45.359375l-39.28125-22.679687-20 34.640624 39.28125 22.679688-39.28125 22.679688zm0 0'/%3e%3c/svg%3e"); }

.cards .item .item-icon {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
  background-color: #ff6f61;
  color: #fff;
  overflow: hidden; }

.cards .item a {
  text-decoration: none;
  color: inherit; }

.cards .card-img-overlay {
  display: block;
  padding-left: 45px;
  padding-right: 26px;
  padding-top: 26px;
  padding-bottom: 36px; }

.cards .title {
  font-family: "Museo Sans Cyrl 900";
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 40px;
  font-size: 1.66667rem; }

.cards .text {
  max-width: 560px;
  width: 100%; }

.cards .item-icon .svg-icon {
  width: 65px;
  height: 65px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cards .item-icon .svg-icon {
  fill: #fff; }

.cards .item:hover,
.cards .item:focus {
  background-color: #ff6f61;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff8c81'  d='m452 0h-392c-33.085938 0-60 26.914062-60 60v162c0 33.085938 26.914062 60 60 60h392c33.085938 0 60-26.914062 60-60v-162c0-33.085938-26.914062-60-60-60zm20 60v21h-196v-41h176c11.027344 0 20 8.972656 20 20zm-196 61h196v39h-196zm-40 39h-196v-39h196zm-176-120h176v41h-196v-21c0-11.027344 8.972656-20 20-20zm-20 182v-22h196v42h-176c-11.027344 0-20-8.972656-20-20zm412 20h-176v-42h196v22c0 11.027344-8.972656 20-20 20zm-27.917969 230h87.917969v40h-87.917969c-44.113281 0-80-35.886719-80-80v-41.796875l-25.9375 25.941406-28.285156-28.285156 74.640625-74.644531 74.644531 74.644531-28.285156 28.285156-26.777344-26.777343v42.632812c0 22.054688 17.941407 40 40 40zm-277.582031-158.785156 74.640625 74.644531-28.28125 28.285156-25.941406-25.941406v41.796875c0 44.113281-35.886719 80-80 80h-86.917969v-40h86.917969c22.054687 0 40-17.945312 40-40v-42.632812l-26.777344 26.777343-28.28125-28.285156zm0 0'/%3e%3c/svg%3e"); }

.cards .item:nth-child(2n+0):hover,
.cards .item:nth-child(2n+0):focus {
  background-color: #ff6f61;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='%23ff8c81'  d='m454 421h40c0 50.179688-40.597656 91-90.5 91s-90.5-40.597656-90.5-90.5v-109.5h40v109.5c0 27.847656 22.652344 50.5 50.5 50.5s50.5-22.878906 50.5-51zm-296 .5c0 27.847656-22.652344 50.5-50.5 50.5s-50.5-22.878906-50.5-51h-40c0 50.179688 40.597656 91 90.5 91s90.5-40.597656 90.5-90.5v-109.5h-40zm78 90.5h40v-200h-40zm216-512h-106.640625c10.347656 11.546875 18.492187 25.101562 23.777344 40h82.863281c11.027344 0 20 8.972656 20 20v20h-96c0 14.019531-2.425781 27.480469-6.863281 40h102.863281v172c0 11.027344-8.972656 20-20 20h-19v-20c0-33.085938-26.914062-60-60-60h-233c-33.085938 0-60 26.914062-60 60v20h-20c-11.027344 0-20-8.972656-20-20v-172h102.863281c-4.4375-12.519531-6.863281-25.980469-6.863281-40h-96v-20c0-11.027344 8.972656-20 20-20h82.863281c5.285157-14.898438 13.429688-28.453125 23.777344-40h-106.640625c-33.085938 0-60 26.914062-60 60v232c0 33.085938 26.914062 60 60 60h60v-60c0-11.027344 8.972656-20 20-20h233c11.027344 0 20 8.972656 20 20v60h59c33.085938 0 60-26.914062 60-60v-232c0-33.085938-26.914062-60-60-60zm-255.28125 137.320312 39.28125-22.679687v45.359375h40v-45.359375l39.28125 22.679687 20-34.640624-39.28125-22.679688 39.28125-22.679688-20-34.640624-39.28125 22.679687v-45.359375h-40v45.359375l-39.28125-22.679687-20 34.640624 39.28125 22.679688-39.28125 22.679688zm0 0'/%3e%3c/svg%3e"); }

.cards .item:hover .item-icon,
.cards .item:focus.item-icon {
  background-color: #fff; }

.cards .item:hover .item-icon .svg-icon,
.cards .item:focus .item-icon .svg-icon {
  fill: #ff6f61; }

@media (min-width: 769px) {
  .cards .title {
    font-size: 32px;
    font-size: 1.33333rem; }
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cards .item {
    margin-top: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    width: calc(1/2*100% - (1 - 1/2)*30px);
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background-position: 111% 60%;
    background-size: 43%; } }

@media (min-width: 1280px) {
  .cards .card-img-overlay {
    padding-left: 60px;
    padding-top: 60px;
    padding-bottom: 60px; }
  .cards .item .item-icon {
    width: 145px;
    height: 145px; } }

.items .item-icon {
  margin-bottom: -24px;
  position: relative;
  width: 80px;
  height: 80px;
  font-size: 20px;
  padding: 1rem;
  text-align: center;
  overflow: hidden;
  background-color: #ff6f61;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Museo Sans Cyrl 900"; }

.items .item-icon[data-title]:after {
  position: absolute;
  top: 51px;
  left: 44px;
  content: attr(data-title);
  text-transform: uppercase;
  color: #fff;
  font-size: 32px; }

.items .item-holder {
  padding-left: 44px; }

.items .item-holder .title {
  margin-bottom: 0;
  font-size: 56px; }

@media (min-width: 541px) {
  .items .item-icon[data-title]:after {
    top: 49px;
    font-size: 56px; }
  .items .item-icon {
    font-size: 32px;
    margin-bottom: -62px;
    width: 120px;
    height: 120px; } }

.colums-5 > .item {
  padding: 15px; }

@media (max-width: 539px) {
  .items .item-holder .title {
    font-size: 32px; } }

[class*="colums-"] > .item {
  margin-bottom: 30px; }

@media (min-width: 769px) {
  [class*="colums-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden; }
  .colums-2 > .item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .colums-5 > .item {
    width: 20%; }
  .items .item-overlay {
    padding: 20px; } }

@media (min-width: 1300px) {
  .colums-3 .item {
    width: 33.333%; } }

@media (min-width: 1400px) {
  .items .item-holder .title {
    font-size: 64px; }
  .items .item-icon {
    width: 127px;
    height: 127px;
    font-size: 40px;
    margin-bottom: -49px; }
  .items .item-icon[data-title]:after {
    top: 67px;
    left: 45px;
    font-size: 64px; } }

.star-ratings {
  background: url("../images/star-ratings.png") repeat-x;
  font-size: 0;
  height: 27px;
  width: 157px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em; }
  .star-ratings-rating {
    background: url("../images/star-ratings.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block; }

.counters-section {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #ff6f61; }

.counters {
  color: #fff; }

.counters .counter {
  font-size: 48px;
  font-family: "Museo Sans Cyrl 900";
  line-height: 1.2;
  overflow: hidden; }

.counters .counter .num {
  float: left; }

.counters .items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.counters .items .item {
  width: 50%;
  position: relative;
  margin: 0;
  font-size: 24px; }

.counters .item .item-overlay {
  padding: 20px; }

@media (min-width: 541px) {
  .counters .counter {
    font-size: 72px; } }

@media (max-width: 459px) {
  .counters .items .item {
    width: 100%;
    text-align: center; } }

@media (min-width: 460px) and (max-width: 1099px) {
  .counters .item .item-overlay {
    position: relative;
    max-width: 270px;
    width: 100%; }
  .counters .items:before {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 49%;
    width: 1px;
    content: '';
    background: url(../images/bdr-v-bg.png) 100% 0 repeat-y; }
  .counters .item .item-overlay:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: ''; }
  .counters .item:nth-child(3) .item-overlay:before,
  .counters .item:nth-child(4) .item-overlay:before {
    background: url(../images/bdr-h-bg.png) 0 0 repeat-x; }
  .counters .item:nth-child(odd) .item-overlay {
    margin-left: auto;
    padding-left: 0; }
  .counters .item:nth-child(even) .item-overlay {
    margin-right: auto;
    padding-right: 0; } }

@media (min-width: 1100px) {
  .counters .item:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    display: block;
    background: url(../images/bdr-bg.png) 0 0 repeat-y;
    content: ''; }
  .counters .item:first-child:before {
    background: none; }
  .counters .items .item {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 232px; } }

@media (min-width: 1281px) {
  .counters {
    max-width: 1286px;
    width: 100%; } }

.contact-info .list .item-info .h6 {
  text-transform: none;
  margin-bottom: 0;
  color: rgba(38, 38, 38, 0.6);
  font-family: 'Museo Sans Cyrl 300'; }

.contact-info .list .item-info {
  font-size: 20px;
  margin-top: 20px; }

.contact-info .list .item-info:first-child {
  margin-top: 0; }

.contact-info .list .item-info a[href^="tel"],
.contact-info .list .item-info a[href^="email"] {
  text-decoration: none; }

.contact-info .list .item-info a[href^="tel"] {
  font: 40px 'Museo Sans Cyrl 700';
  letter-spacing: -1px; }

@media (max-width: 680px) {
  .contact-info .list {
    margin-top: 40px; } }

@media (min-width: 681px) and (max-width: 1335px) {
  .contact-info .list {
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contact-info .list .item-info {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 681px) and (min-width: 1024px) {
  .contact-info .list .item-info {
    font-size: 24px; }
  .contact-info .list .item-info a[href^="tel"] {
    font-size: 40px; } }

@media (min-width: 1025px) and (min-width: 1281px) {
  .contact-info .list .item-info {
    font-size: 40px; }
  .contact-info .list .item-info a[href^="tel"] {
    font-size: 56px; } }

/*# sourceMappingURL=style.min.css.map */
