/*
 * Box-sizing-model
 */

.header__yandex {
  color: grey;
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsive images
*/
/*
 * Cursor change on hover on Buttons
*/
input[type="submit"] {
  cursor: pointer;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
html {
  font-size: 10px;
  line-height: 1.4;
}
body {
  font-size: 1.6rem;
  /* 10px * 1.6 = 16px */
  font-family: 'Noto Sans';
}
p {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.subtitle_text {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  margin-top: 0;
  margin-bottom: 50px;
}
.block {
  background: #FFDB4C;
  padding: 20px;
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.line {
  border-top: 1px solid #EAEFF5;
}
.yandexm {
  height: 500px;
  width: 100%;
  border: none;
}
@media (min-width: 720px) {
  .yandexm {
    width: 600px;
  }
}
form h3 {
  margin-bottom: 30px;
  text-align: center;
}
form input,
form textarea {
  display: block;
  margin-bottom: 15px;
  width: 300px;
  border-radius: 28px;
  padding-left: 15px;
  outline-style: none;
  margin-left: auto;
  margin-right: auto;
  border: none;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
}
form input {
  height: 50px;
}
form textarea {
  padding-top: 15px;
}
form .button {
  background-color: #FFEB3B;
  margin-bottom: 50px;
}
form .button:hover {
  background-color: #FEEE62;
}
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens - adaptive styles bofore 1200px */
/* Medium Devices, Desktops - adaptive styles bofore 992px */
/* Small Devices, Tablets - adaptive styles bofore 768px */
/* Extra Small Devices, Phones - adaptive styles bofore 480px */
/* Custom, iPhone Retina - adaptive styles bofore 320px */
/* 
* ÐœÐ¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ðµ Ð¾ÐºÐ½Ð°
* Ð½Ð° Ñ‡Ð¸ÑÑ‚Ð¾Ð¼ CSS, Ð±ÐµÐ· javascript
* Ð¸ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ñ‹Ñ… Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ð¹
*
* ÐšÐ¾Ð¿Ð¸Ñ€Ð°Ð¹Ñ‚ (c) 2014 shurawi http://www.dbmast.ru
*/
.benefit-block2:hover,
.benefit-block:hover,
.benefit-block3:hover {
  background-color: #f9f9f9;
}
/*** Ð¡Ñ‚Ð¸Ð»Ð¸ Ð¾Ñ‚Ð½Ð¾ÑÑÑ‰Ð¸ÐµÑÑ Ðº Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð¼Ñƒ Ð¾ÐºÐ½Ñƒ Ð¸ ÑÐ¾Ð´ÐµÑ€Ð¶Ð°Ð½Ð¸ÑŽ ***/
.popup h1,
.popup h2,
.popup h3 {
  color: #008000;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-weight: normal;
}
.popup h1 {
  /* Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº 1 */
  font-size: 24px;
}
.popup h2 {
  /* Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº 2 */
  font-size: 1.5em;
}
.popup h3 {
  /* Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº 3 */
  font-size: 1.2em;
}
/* Ð‘Ð°Ð·Ð¾Ð²Ñ‹Ðµ ÑÑ‚Ð¸Ð»Ð¸ ÑÐ»Ð¾Ñ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð°  */
.overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  /* Ñ„Ð¾Ð½ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ñ */
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  position: fixed;
  /* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ñ†Ð¸Ð·Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ */
  cursor: default;
  /* Ñ‚Ð¸Ð¿ ÐºÑƒÑ€ÑÐ°Ñ€Ð° */
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
/* ÑÑ‚Ð¸Ð»Ð¸ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾ÐºÐ½Ð° */
.popup {
  top: 0;
  right: 0;
  left: 50%;
  font-size: 14px;
  z-index: 10000;
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  max-width: 820px;
  /* Ñ„Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ð¾Ðµ Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ, Ð¾ÐºÐ½Ð¾ ÑÑ‚Ð°Ð±Ð¸Ð»ÑŒÐ½Ð¾ Ð¿Ñ€Ð¸ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐµ */
  position: fixed;
  padding: 15px;
  border: 1px solid #383838;
  /* ÑÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð¸Ðµ ÑƒÐ³Ð»Ð¾Ð² */
  border-radius: 4px;
  background-color: #FFFFFF;
  /* Ð²Ð½ÐµÑˆÐ½ÑÑ Ñ‚ÐµÐ½ÑŒ */
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.22), 0 19px 60px rgba(0, 0, 0, 0.3);
  /* Ñ‚Ñ€Ð°Ð½ÑÑ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ */
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
  /* Ð°Ð½Ð¸Ð¼Ð¸Ñ€ÑƒÐµÐ¼ Ñ‚Ñ€Ð°Ð½ÑÑ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸ÑŽ */
  -webkit-transition: transform 0.6s ease-out;
  -o-transition: transform 0.6s ease-out;
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
/* Ð°ÐºÑ‚Ð¸Ð²Ð¸Ñ€ÑƒÐµÐ¼ Ð¼Ð¾Ð´. Ð¾ÐºÐ½Ð¾ */
.overlay:target + .popup {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Ñ„Ð¾Ñ€Ð¼Ð¸Ñ€ÑƒÐµÐ¼ ÐºÐ½Ð¾Ð¿ÐºÑƒ Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ */
.close {
  position: absolute;
  padding: 0;
  top: -10px;
  right: -10px;
  width: 22px;
  height: 22px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: rgba(61, 61, 61, 0.8);
  -webkit-box-shadow: 0px 0px 10px #000;
  box-shadow: 0px 0px 10px #000;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 20px;
  -webkit-transition: background-color ease 0.7s;
  -o-transition: background-color ease 0.7s;
  transition: background-color ease 0.7s;
}
.close:before {
  color: rgba(255, 255, 255, 0.9);
  content: '\2715';
  text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
  font-size: 12px;
}
.close:hover {
  background-color: rgba(252, 20, 0, 0.8);
}
.popup p {
  margin: 0;
  padding: 10px;
}
/* Ð¿Ð»Ð°Ð½ÑˆÐµÑ‚ */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .popup {
    width: 95%;
  }
}
/* ÑÐ¼Ð°Ñ€Ñ‚ */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .popup {
    width: 85%;
  }
}
/* Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¾ÐºÐ½Ð° */
.popup img {
  display: block;
  border: none;
  width: 100%;
  height: auto;
}
/* Ð¼Ð¸Ð½Ð¸Ð°Ñ‚ÑŽÑ€Ñ‹ ÑÐ»ÐµÐ²Ð°/ÑÐ¿Ñ€Ð°Ð²Ð° */
.pic-left,
.pic-right {
  width: 25%;
  height: auto;
}
.pic-left {
  float: left;
  margin: 5px 15px 5px 0;
}
.pic-right {
  float: right;
  margin: 5px 0 5px 15px;
}
/* Ð²ÑÑ‚Ñ€Ð¾ÐµÐ½Ð½Ñ‹Ðµ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ð¼-Ð¼ÐµÐ´Ð¸Ð°, Ñ„Ñ€ÐµÐ¹Ð¼Ñ‹ */
/* Ð°Ð´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ñ‹Ð¹ Ð±Ð»Ð¾Ðº Ð²Ð¸Ð´ÐµÐ¾ */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heading {
  color: #333;
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .heading {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.heading--smaller-margin {
  margin-bottom: 20px;
}
.heading--number:before {
  height: 26px;
  width: 26px;
  display: block;
  border-radius: 13px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding-top: 3px;
  padding-left: 9px;
  position: absolute;
  left: -13px;
  top: -40px;
  content: "0";
}
@media (min-width: 1200px) {
  .heading--number:before {
    left: -32px;
    top: -30px;
  }
}
.heading--number-1:before {
  content: "1";
}
.heading--number-2:before {
  content: "2";
}
.section {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 1170px) {
  .section {
    padding-bottom: 50px;
  }
}
.section--p-t-70 {
  padding-top: 70px;
}
@media (min-width: 992px) {
  .section--m-p-b-0 {
    padding-bottom: 0;
  }
}
.package {
  text-align: center;
  border-radius: 7px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(99, 117, 138, 0.3);
  box-shadow: 0px 10px 40px 0px rgba(99, 117, 138, 0.3);
  padding-top: 34px;
  padding-bottom: 47px;
  margin-bottom: 40px;
}
.package.last {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .package {
    margin-bottom: 0;
  }
}
.package__type {
  font-size: 12px;
  color: #242526;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.package__price {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  color: #242526;
  margin-bottom: 24px;
}
.package__price:after {
  content: "c";
  font-family: 'als_rublregular';
}
.package__period {
  color: #242526;
  font-size: 12px;
  margin-bottom: 35px;
}
.package__benefits {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
}
.package__benefits ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.package__benefits ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.package__benefits ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../img/icons/ok-icon.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  display: inline-block;
  margin-right: 10px;
}
.logo {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-top: 80px;
}
@media (min-width: 992px) {
  .logo {
    padding-top: 30px;
  }
}
.logoN img {
  width: 100%;
}
@media (min-width: 768px) {
  .logoN img {
    width: 100%;
  }
}
.phone img {
  width: 100%;
}
@media (min-width: 768px) {
  .phone img {
    width: 100%;
  }
}
.clock {
  display: none;
}
@media (min-width: 768px) {
  .clock {
    display: block;
  }
}
.logo__name {
  font-size: 33px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 5.5px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logo__name {
    font-size: 38px;
    letter-spacing: 7px;
  }
}
.logo__slogan {
  font-size: 14px;
  line-height: 1;
  color: #A1BBD9;
  font-weight: 700;
  letter-spacing: 7px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logo__slogan {
    font-size: 16px;
    letter-spacing: 9px;
  }
}
.first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .first-row {
    padding-top: 100px;
  }
}
.navigation {
  color: black;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .navigation {
    position: relative;
  }
}
@media (min-width: 992px) {
  .navigation {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
.navigation a {
  color: black;
  text-decoration: none;
  padding-top: 22px;
  padding-bottom: 22px;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.navigation a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 3px;
}
@media (min-width: 992px) {
  .navigation a {
    padding: 0;
    display: inline;
  }
}
.navigation ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #35577D;
}
@media (min-width: 992px) {
  .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}
.navigation li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #466a92;
}
@media (min-width: 992px) {
  .navigation li {
    border-bottom: none;
    padding: 0;
    margin-bottom: 25px;
  }
}
.navigation li.active {
  color: #ffcc00;
}
.navigation li:last-child {
  border-bottom: none;
}
.navigation__toggle-button {
  display: block;
  position: relative;
  cursor: pointer;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #38383A;
}
.navigation__toggle-button:before {
  content: "";
  position: absolute;
  top: 23px;
  right: 15px;
  width: 25px;
  height: 20px;
  background: url('../img/icons/navigation-icon.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
.navigation__toggle-button:focus,
.navigation__toggle-button:active {
  background-color: #16385F;
}
@media (min-width: 992px) {
  .navigation__toggle-button {
    display: none;
  }
}
.navigation__toggle-button--active {
  background-color: #16385F;
  -webkit-box-shadow: 0px 5px 10px 0px #2a496d;
  box-shadow: 0px 5px 10px 0px #2a496d;
}
.container--mobile--no-padding {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .container--mobile--no-padding {
    /*padding-left: 15px;
    padding-right: 15px;*/
    width: 970px;
  }
  .container--mobile--no-padding .button-hdd {
    padding: 20px 40px;
  }
}
@media (min-width: 1170px) {
  .container--mobile--no-padding {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .button-hdd {
    display: inline-block;
    border: 1px solid black;
    border-radius: 28px;
    margin-bottom: 25px;
  }
}
a .button-hdd {
  padding: 20px 40px;
  display: none;
}
.slider {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.slider .slid__img {
  height: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .slider .slid__img {
    height: auto;
    width: 100%;
  }
}
.slider__title {
  width: 100%;
  margin-left: 50px;
  width: 250px;
  text-align: left;
}
.slider__title p {
  font-size: 32px;
  text-align: left;
  line-height: 40px;
  color: #FFF;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .slider__title p {
    width: 100%;
  }
}
@media (max-width: 768px) {
}
@media (min-width: 768px) {
  .slider__title p {
    min-width: 500px;
  }
}
@media (max-width: 992px) {
  .slider__title p {
    font-size: 26px;
    line-height: 40px;
    text-align: left;
    width: 500px;
  }
}
@media (max-width: 1300px) {
  .slider__title p {
    font-size: 26px;
    line-height: 40px;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 1301px) {
  .slider__title p {
    width: 500px;
  }
}
.slid_txt a {
  font-family: 'Noto Serif';
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-align: left;
  display: inline-block;
  border: none;
  background-color: #ffeb3b;
  padding: 20px 50px;
  border-radius: 60px;
  text-decoration: none;
}
.slid_txt a:hover {
  background-color: #FEEE62;
  cursor: pointer;
}
@media (min-width: 992px) {
  .slid_txt a {
    font-size: 12px;
    text-decoration: none;
  }
}
.slid_txt {
  position: absolute;
  top: 0;
  left: 0;
}
.slider__title {
  position: absolute;
  left: 0;
}
@media (max-width: 700px) {
}
@media (max-width: 900px) {
  .slider__title {
    margin-top: -50px;
  }
}
@media (max-width: 1000px) {
}
@media (max-width: 1300px) {
  .slider__title {
    top: 130px;
  }
}
@media (min-width: 1301px) {
  .slider__title {
    top: 200px;
  }
}
.slider__slogan {
  position: absolute;
  left: 0;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.top-slider-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.top-slider-theme .owl-controls .owl-buttons div {
  display: none;
  position: absolute;
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: left top;
  top: 50%;
  margin-top: -36px;
}
@media (min-width: 768px) {
  .top-slider-theme .owl-controls .owl-buttons div {
    display: block;
  }
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-prev {
  left: 60px;
  background-image: url('../img/left.png');
}
.owl-next {
  right: 30px;
  background-image: url('../img/right.png');
}
/* Styling Pagination*/
.owl-pagination {
  position: absolute;
  bottom: -62px;
  width: 100%;
}
@media (min-width: 992px) {
  .owl-pagination {
    display: none;
  }
}
.top-slider-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.top-slider-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  border-radius: 20px;
  background: #38383a;
}
.top-slider-theme .owl-controls .owl-page.active span,
.top-slider-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.top-slider-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 1150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.wrapper__cart {
  margin-bottom: 35px;
}
@media (min-width: 762px) {
  .wrapper__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.benefit-block {
  border-radius: 120px;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 300px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
}
.benefit-block:last-child {
  padding-bottom: 0;
}
@media (min-width: 762px) {
  .benefit-block {
    border-radius: 120px;
    -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 470px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-bottom: 38px;
  }
  .benefit-block:nth-last-child(2) {
    padding-bottom: 0;
  }
  .benefit-block:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .benefit-block {
    margin-bottom: 24px;
  }
}
.benefit-block__img {
  margin-bottom: 18px;
  display: table;
}
@media (min-width: 1200px) {
  .benefit-block__img {
    margin-bottom: 24px;
  }
}
.benefit-block__img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.benefit-block__img img {
  display: inline-block;
  height: 250px;
  margin-bottom: 65px;
  width: 200px;
  height: 200px;
}
@media (min-width: 762px) {
  .benefit-block__img img {
    width: 100%;
  }
}
.benefit-block__header {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #0018a3;
  padding-bottom: 90px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .benefit-block__header {
    font-size: 18px;
    line-height: 24px;
  }
}
.benefit-block__text {
  font-size: 14px;
  line-height: 24px;
  color: #777;
}
.card__radius {
  border-radius: 0px 120px 0px 120px;
  padding-top: 100px;
  padding-bottom: 0px;
}
.benefit-block2 {
  border-radius: 0px 120px 0px 120px;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  width: 165px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
@media (min-width: 762px) {
  .benefit-block2 {
    border-radius: 0px 120px 0px 120px;
    -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
    width: 165px;
  }
}
.benefit-block2:last-child {
  padding-bottom: 0;
}
@media (min-width: 762px) {
  .benefit-block2:nth-last-child(2) {
    padding-bottom: 0;
  }
  .benefit-block2:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .benefit-block2 {
    margin-bottom: 24px;
  }
}
.benefit-block__header2 {
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #0018a3;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .benefit-block__header2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.benefit-block3 {
  border-radius: 0px 120px 0px 120px;
  -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 300px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.benefit-block3 img {
  height: 100px;
}
.benefit-block3:last-child {
  padding-bottom: 0;
}
@media (min-width: 762px) {
  .benefit-block3 {
    border-radius: 0px 120px 0px 120px;
    -webkit-box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 16px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 300px;
    width: 250px;
  }
  .benefit-block3:nth-last-child(2) {
    padding-bottom: 0;
  }
  .benefit-block3:last-child {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .benefit-block3 {
    margin-bottom: 24px;
  }
}
.benefit-block__img2 {
  margin-bottom: 18px;
  display: table;
}
@media (min-width: 1200px) {
}
.benefit-block__img2 div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.benefit-block__img2 img {
  display: inline-block;
}
.about {
  background-color: #F9F9F9;
  padding-bottom: 30px;
}
.service-description__img--xs-m-b-20 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .service-description__img--xs-m-b-20 {
    margin-bottom: 0;
  }
}
.service-description__content {
  font-size: 14px;
  line-height: 24px;
  color: #777;
  text-transform: none;
}
.service-description__content p {
  margin-top: 0;
  margin-bottom: 22px;
}
.about .photo {
  margin-bottom: 50px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .about .photo {text-align: right;margin-bottom: 50px;margin-top: 0px;}
  .about .photo2 {text-align: left;margin-bottom: 50px;margin-top: 0px;}
}
.about .sertifi {
  margin-bottom: 30px;
}
.about p {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.about img {
  width: auto;
}
.comments {
  padding-bottom: 30px;
}
.comment {
  margin-bottom: 30px;
}
.comment p {
  color: black;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
}
@media (min-width: 768px) {
  .comment p {
    margin-left: 100px;
    margin-top: 0px;
  }
}
.comment img {
  margin-bottom: 30px;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.comment__txt {
  margin-bottom: 60px;
}
.comment__txt h3 {
  margin-left: 100px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.footer {
  background-color: #222;
}
.cssSlider {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.cssSlider .slides {
  overflow: hidden;
  background-size: contain;
  height: 70vmin;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cssSlider .slides > li {
  width: 100%;
  height: 70vmin;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.cssSlider .slides > li > img {
  width: 100%;
  height: auto;
}
/*
.cssSlider .slides > li:first-child:not(:target) {
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
.cssSlider .thumbnails > li {
  float: left;
  width: 11.1%;
}
.cssSlider .thumbnails > li > a {
  display: block;
}
.cssSlider .thumbnails > li > a > img {
  width: 100%;
  height: auto;
}
.cssSlider .slides li:target {
  z-index: 3;
  -webkit-animation: slide 1s 1;
}
.cssSlider .slides li:not(:target) {
  -webkit-animation: hidden 1s 1;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes hidden {
  0% {
    z-index: 2;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    z-index: 2;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@media (max-width: 768px) {
.logon {display:block;width:100% !important;margin:0 auto;padding-bottom: 10px;}
.phone {display:block;width:100% !important;margin:0 auto;padding-bottom: 10px;}
.counters {display:block;width:100% !important;padding-bottom: 10px;}
.phonehead {text-align:center !important;font-size: 14px;margin-left: 13px;}
.first-row {display: initial;}
.header__yandex {padding-top: 50px;}
.mapmobile {width: 95%;overflow: hidden;}
.about img {width: 100% !important}
.navigation a {color:#FFF !important}
.navigation__toggle-button {color:#FFF !important}
.slider__title {top: 40px;font-size: 15px !important;margin: 0 auto;position: relative;text-align: center;width: 100%;margin-left: 15px;}
.slider__title p {padding-top: 5px !important;font-size: 15px;line-height: normal;text-align: center;width: 300px;}
.slid_txt a {font-size: 16px;padding: 15px 20px;margin-top: 0px !important;}
h1 {font-size: 25px !important;}
h4 {font-size: 14px !important;}
.logoN img {width: auto !important;}
}

@media (min-width: 992px) {
.slid_txt a {font-size: 15px;text-decoration: none;font-weight: bold;text-align: center;text-transform: uppercase;padding: 15px 20px !important;margin-top: 350px;}
.slider__title {top: 200px;width: 80%;}
.slider__title p {width: 100%;}
}

/*body {margin-left: 15px;margin-right: 15px;}*/
.row {margin-right: 0 !important;margin-left: 0 !important;}
.messenger {display: block;margin: 25px auto;text-align: center;}
.footer {background-color: #d4d4d4 !important;}
.cssSlider .thumbnails > li > a > img {padding: 2px;}
.counters {text-align: center;padding-bottom: 40px;}
#topcontrol{margin-bottom: 50px;}

@font-face {
font-family: 'Caveat-Regular';
src: url(/caveat-regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}