@import url("https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&subset=cyrillic");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.41; }
  body * {
    outline: none !important; }

a {
  color: #003dcf;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s; }

.color-white {
  color: #ffffff !important; }
  .color-white * {
    color: #ffffff !important; }

.color-blue {
  color: #003dcf !important; }
  .color-blue * {
    color: #003dcf !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  margin-bottom: 1.5rem;
  font-weight: bold; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

/* Header */
.header__top {
  padding: 20px 0; }

.header__bottom {
  border-bottom: 3px solid #003dcf; }

.logo__logo {
  display: block;
  width: 170px;
  height: 40px;
  background: url("../images/logo.png") 50% no-repeat;
  background-size: cover; }
  .logo__logo:hover {
    opacity: 0.8; }

.fas--header {
  font-size: 18px !important;
  margin: 0 4px 0 0; }

.phone__phone {
  font-size: 18px;
  color: #000000;
  text-decoration: none !important;
  vertical-align: middle; }
  .phone__phone:hover {
    color: #003dcf; }

.cart__cart {
  font-size: 14px;
  color: #000000;
  text-decoration: none !important;
  vertical-align: middle; }
  .cart__cart:hover {
    color: #003dcf; }

.navbar--header {
  padding: 0; }

.navbar-toggler--header {
  border-color: #000000; }
  .navbar-toggler--header i {
    color: #000000; }

.main-menu {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600; }
  .main-menu__block a {
    display: block;
    text-decoration: none;
    padding: 13px 20px; }
    .main-menu__block a:hover, .main-menu__block a.active {
      background-color: #003dcf;
      color: #ffffff; }

/* /.Header */
/* Section */
.section {
  padding: 30px 0; }

/* /.Section */
/* Left menu */
.left-menu {
  padding: 15px;
  background: #f2fcfb;
  margin: 0 0 35px; }
  .left-menu__block {
    padding: 7px 0; }
    .left-menu__block a {
      color: #000000;
      text-decoration: none !important; }
      .left-menu__block a:hover, .left-menu__block a.active {
        color: #003dcf; }

.left-article {
  padding: 15px;
  border: 2px solid #f9f9f9;
  margin: 0 0 35px; }
  .left-article__title a {
    color: #000000; }

/* /.Left menu */
/* Buttons */
.button {
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  text-align: center;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer; }
  .button--s1 {
    padding: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
  .button--s2 {
    padding: 15px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px; }
  .button--yellow {
    color: #000000;
    background: #ffdc00; }
    .button--yellow:hover {
      background-color: #003dcf;
      color: #ffffff;
      border-color: #ffdc00; }

/* /.Buttons */
/* Right */
.right-content__banner {
  margin: 0 0 50px;
  position: relative; }

.right-content__banner-button {
  position: absolute;
  bottom: 70px;
  right: 35px; }

.right-content__product-like {
  padding: 40px 0 0; }

.color-form {
  padding: 45px 65px;
  background: url("../images/bg-form-left.png") 0 50% no-repeat, url("../images/bg-form-right.png") 100% 0% no-repeat, #003dcf; }
  .color-form input[type="text"],
  .color-form textarea {
    width: 100%;
    background: #ffffff;
    min-height: 50px;
    border: none;
    padding: 0 15px; }
    .color-form input[type="text"]:focus,
    .color-form textarea:focus {
      background: #e0f6fb; }
  .color-form textarea {
    padding: 15px;
    height: 125px; }
  .color-form__line {
    padding: 10px 0; }

.content table {
  width: 100%; }
  .content table td {
    padding: 15px; }
  .content table thead {
    font-weight: bold; }
    .content table thead tr:nth-child(odd) {
      background: #003dcf;
      color: #ffffff; }
    .content table thead tr:nth-child(even) {
      background: #e0f6fb;
      color: #003dcf; }
  .content table tbody tr {
    border-bottom: 1px solid #003dcf; }
    .content table tbody tr td:first-child {
      color: #003dcf;
      font-weight: bold; }

.content ul li, .content ol li {
  padding: 10px 0 10px 40px;
  position: relative; }

.content ol {
  counter-reset: myCounter; }
  .content ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #003dcf;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.content ul li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #003dcf;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

/* /.Right */
/* Product */
.slick-slide {
  height: auto; }
  .slick-slide img {
    margin: 0 auto; }

.product {
  padding: 15px;
  margin: 5px -15px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -o-transition: 0.15s;
  background: #ffffff; }
  .product:hover {
    z-index: 2;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(6, 146, 135, 0.2);
    -moz-box-shadow: 0px 0px 25px 0px rgba(6, 146, 135, 0.2);
    box-shadow: 0px 0px 25px 0px rgba(6, 146, 135, 0.2); }
  .product__img {
    padding: 0 0 8px; }
  .product__title {
    font-weight: bold;
    padding: 6px 0;
    height: 50px;
    overflow: hidden; }
    .product__title a {
      color: #000000; }
  .product__price {
    font-weight: bold;
    font-size: 18px; }

/* /.Product */
/* Footer */
.footer {
  margin: 70px 0 0; }
  .footer__top {
    padding: 30px 0;
    border-top: 3px solid #003dcf; }

.copyright {
  font-size: 12px; }

/* /.Footer */
/* Program Page */
.product2-slider__top {
  padding: 0 0 25px; }

.product2-slider__bottom {
  position: relative; }
  .product2-slider__bottom .slick-disabled {
    display: none !important; }
  .product2-slider__bottom .slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
    z-index: 10;
    background: #ffdc00;
    border: none;
    text-align: center;
    color: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer; }
    .product2-slider__bottom .slick-arrow:hover {
      background: #003dcf;
      color: #ffffff; }
  .product2-slider__bottom .slick-prev {
    left: -15px; }
  .product2-slider__bottom .slick-next {
    right: -15px; }

.product2-info__reference {
  font-size: 12px;
  padding: 0 0 5px; }

.product2-info__description {
  padding: 15px 0; }

.product2-info__price {
  padding: 10px 30px;
  background: #fffbe3; }

.product2-info__characteristics {
  padding: 25px 0; }

.price2__line {
  padding: 20px 0; }

.price__label {
  font-weight: 500; }

.price__price {
  font-size: 24px;
  font-weight: bold; }
  .price__price i {
    font-size: 20px; }
  .price__price span {
    font-weight: 500;
    font-size: 14px; }

.checkcontainer {
  margin: 0; }
  .checkcontainer__span {
    display: block;
    padding: 5px 10px;
    color: #003dcf;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin: 0;
    cursor: pointer; }
    .checkcontainer__span:hover, .checkcontainer__span.active {
      background: #003dcf;
      color: #ffffff; }
  .checkcontainer input {
    display: none; }
    .checkcontainer input:checked + .checkcontainer__span {
      background: #003dcf;
      color: #ffffff; }

.characteristic {
  margin: 0 0px 0 10px; }
  .characteristic a {
    display: block;
    padding: 5px 10px;
    color: #003dcf;
    font-weight: 600;
    text-decoration: none !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px; }
    .characteristic a:hover, .characteristic a.active {
      background: #003dcf;
      color: #ffffff; }

.select {
  position: relative;
  margin: 0 0 15px; }
  .select select {
    width: 100%;
    height: 40px;
    border: 1px solid #666666;
    background: #f2fcfb;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 10px; }

.fas--select {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -5px 0 0; }

.big-description {
  padding: 55px 0 0; }

/* /.Program Page */
@media (max-width: 991px) {
  .product2-info {
    padding: 25px 0 0; }
  .header__bottom {
    padding: 0 0 20px; }
  .logo__logo {
    width: 150px;
    height: 34px; }
  .phone__phone {
    font-size: 12px; }
  .cart__cart {
    font-size: 12px; }
  .main-menu {
    display: block; }
    .main-menu__block a {
      padding: 5px;
      font-size: 12px; }
  .navbar-toggler--header {
    margin: 0 0 5px; }
  .right-content__banner-button {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 15px 0 0;
    text-align: center; }
  .left-article__img {
    text-align: center; }
  .content table {
    font-size: 10px; }
    .content table td {
      padding: 2px; }
  .product {
    margin: 10px 0; }
    .product__img {
      text-align: center; }
    .product__price {
      padding: 0 0 20px; }
    .product__title {
      padding: 6px 0 0; } }
