@font-face {
    font-family: condbold;
    src: url('fonts-web/pfdintextcondpro-bold-webfont.eot');
    src: url('fonts-web/pfdintextcondpro-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts-web/pfdintextcondpro-bold-webfont.ttf') format('truetype'),
         url('fonts-web/pfdintextcondpro-bold-webfont.svg#pf_din_text_cond_probold') format('svg');
    font-weight: bold;
    font-style: normal;

}

/*--------------------------------------------------------------------------------------
Настройки сайта Интеркров.
Дата создания - 2024 год
----------------------------------------------------------------------------------------*/


.stellarnav li {
    list-style: none;
    display: block;
    margin: 10px 4px 10px 4px;
    padding: 0;
    vertical-align: middle;
    background:#eee;
    background:#50638d;
    border-radius: 6px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.15), 
                0px 2px 4px rgba(0,0,0,0.1),
                0px 4px 8px rgba(0,0,0,0.1),
                0px 8px 16px rgba(0,0,0,0.1);
}
.stellarnav li:hover {
    background:#ddd;
    background:#50638dcc;
}
.stellarnav ul {
    margin: 30px 0 0 0;
}
.is-sticky .stellarnav ul {
    margin: 0;
}
ul#nav li a {
    padding: 10px 10px 10px 10px;
}

.is-sticky .stellarnav.dark .call-btn-mobile,.is-sticky .stellarnav.dark .close-menu,.is-sticky .stellarnav.dark .location-btn-mobile,.is-sticky .stellarnav.dark .menu-toggle {
    color: rgba(0,0,0,1);
}

.navbar-brand > img {
    transition: all 0.5s ease 0s;
}

.is-sticky .navbar-brand > img {
    width:220px;
}
.is-sticky .stellarnav ul {
    margin: 0px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .navbar-brand > img {
    width:220px;
  }
}

@media (min-width: 767px) {
  .container>.navbar-header{
    margin-left:-12px;
  }
}

/*--------------------------
    1. SLIDER AREA
-----------------------------*/

.slide-bg-one {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_3.jpg") no-repeat scroll center center / cover;
}

.slide-bg-two {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_2.jpg") no-repeat scroll center center / cover;
}

.slide-bg-three {
    background: rgba(0, 0, 0, 0) url("assest/img/slider/slide_1.jpg") no-repeat scroll center center / cover;
}

.welcome-slider-area .owl-controls {
    margin-top: -80px;
    position: absolute;
    right: 7%;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.welcome-slider-area:hover .owl-controls {
    right: 10%;
    opacity: 1;
}

.welcome-slider-area .owl-nav > div {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 0;
    color: #006AC3;
    font-size: 35px;
    height: 50px;
    margin: 10px 0;
    padding-top: 5px;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.welcome-slider-area .owl-nav > div:hover {
    background: #006AC3 none repeat scroll 0 0;
    color: #ffffff;
}

/*--------------------------------
    2. FEATURES AREA
---------------------------------*/

.row.promo-content {
    background: #ffffff none repeat scroll 0 0;
    margin-top: 0px;
    padding-top: 0px;
    position: relative;
    z-index: 1;
}

.features-box-icon {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 5px;
    color: #31dc89;
    height: 70px;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: center;
    width: 70px;
}

/*----------------------------------
    3. FUN FACT AREA
----------------------------------*/

.fun-fact-area .area-bg {
    background: rgba(0, 0, 0, 0) url("assest/img/fact-bg.jpg") no-repeat scroll center center / cover;
}

.fun-fact-area .area-bg::after {
    background: #ffffff none repeat scroll 0 0;
    opacity: 0.6;
}

/*---------------------------------
    4. TOVAR AERA
-----------------------------------*/

.single-course {
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 8px #b7b7b7;
    box-shadow: 0px 0px 8px #b7b7b7;
    overflow: hidden;
}

a.enroll-button {
    background: #d3ffea none repeat scroll 0 0;
    border-radius: 50px;
    color: #006AC3;
    padding: 10px 15px;
    text-transform: capitalize;
}

a.enroll-button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #ffffff;
}

.course-price {
    color: #006AC3;
    float: right;
    font-size: 22px;
    font-weight: 700;
}

.row.course-list1 {
    margin: 0;
}

.row.course-list1 .col-lg-3 {
    width: 100%;
    padding: 0;
}

.row.course-list2 {
    margin: 0;
}

.row.course-list2 .col-lg-3 {
    width: 100%;
    padding: 0;
}

.course-details {
    text-align: left;
}

/*--------------------------------
    5. VIDEO AREA
---------------------------------*/

.video-area .area-bg::before {
    background: #006AC3 none repeat scroll 0 0;
    opacity: 0.75;
}

.video-promo-details {
    border-radius: 10px;
}

.video-promo-content {
    color: #ffffff;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.video-area-popup {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    color: #006AC3;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 70px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 70px;
}

.video-area-popup:hover {
    background: #006AC3 none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px 10px #ffffff;
    box-shadow: 0 0 10px 10px #ffffff;
    color: #ffffff;
}

/*---------------------------------
    6. TESTMONIAL AREA
----------------------------------*/

.author-content {
    line-height: 1.8;
    padding-top: 63px;
    position: relative;
}

.author-content::before {
    color: #3ee792;
    content: "\f10e";
    font-family: fontawesome;
    font-size: 41px;
    left: 0;
    line-height: 1;
    opacity: 0.5;
    position: absolute;
    top: 20px;
}

.author-img {
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px;
}

.author-name-image h4 {
    margin-bottom: 0;
}

.testmonial-slider.owl-carousel {
    overflow: hidden;
}

.testmonial-area .owl-nav > div {
    background: #3ee792 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    font-size: 30px;
    height: 40px;
    left: -30px;
    opacity: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 30%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.testmonial-area .owl-nav > div.owl-next {
    left: auto;
    right: -30px;
}

.testmonial-area .owl-nav > div:hover {
    background: #586082 none repeat scroll 0 0;
}

.owl-carousel:hover .owl-nav > div.owl-next {
    opacity: 1;
    right: 0;
    visibility: visible;
}

.owl-carousel:hover .owl-nav > div.owl-prev {
    left: 0;
    opacity: 1;
    visibility: visible;
}

/*.testmonial-area .owl-controls {
    height: 20px;
    margin-top: 30px;
}*/

.testmonial-area .owl-dots {
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testmonial-area .owl-dots > div {
    border: 1px solid #586082;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 15px;
}

.testmonial-area .owl-dots > div.active {
    background: #3ee792 none repeat scroll 0 0;
    border-color: #3ee792;
}

/*--------------------------------
    7. BLOG AREA
----------------------------------*/

.single-blog-item {
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 7px #c7c7c7;
    box-shadow: 0 7px 7px #c7c7c7;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-blog:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-details h3 {
    line-height: 1.3;
    margin-bottom: 25px;
}

.blog-meta a {
    opacity: .7;
    margin-right: 15px;
}

.blog-meta a:hover {
    opacity: 1;
}

.blog-details a.readmore {
    display: inline-block;
    letter-spacing: 1px;
}

.single-blog-item:hover .blog-thumb img {
    opacity: 0.5;
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg);
}

/*--------------------------------
    8. FAQS AREA
---------------------------------*/

.faqs-area .box-title {
    font-size: 18px;
    letter-spacing: 0;
}

/*---------------------------------
    9. CONTACT AREA
----------------------------------*/

.contact-form input,
.contact-form textarea {
    border: 0 none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px #cacfda;
    box-shadow: 0 0 0 1px #cacfda;
    margin-bottom: 30px;
    min-height: 50px;
    padding: 10px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    -webkit-box-shadow: 0 0 0 1px #3ee792;
    box-shadow: 0 0 0 1px #3ee792;
}

.contact-form button {
    background: #3ee792 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
    padding: 13px 20px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.contact-form button:hover {
    background: #171932 none repeat scroll 0 0;
    color: #ffffff;
}

.enroll-button a {
    background: #31dc89 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    height: 50px;
    padding-top: 13px;
    text-align: center;
    width: 150px;
}

.enroll-button a:hover {
    background: #171932 none repeat scroll 0 0;
}

/*---------------------------------
    10. CLIENT AREA
---------------------------------*/

.client-area .owl-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: auto;
}

/*---------------------------------
    11. FOOTER AREA
----------------------------------*/

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

.footer-list ul li {
    display: block;
    margin-bottom: 20px;
}

.footer-list ul li a:hover {
    color: #31dc89;
}

.subscriber-form {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #dddddd;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    position: relative;
    text-transform: capitalize;
}

.subscriber-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 5px;
    color: #000000;
    height: 100%;
    left: 0;
    letter-spacing: 1px;
    padding: 10px 10px 10px 30px;
    position: absolute;
    top: 0;
    width: 80%;
}

.subscriber-form button {
    background: #d3ffea none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 50px 50px 0;
    color: #171932;
    font-size: 20px;
    height: 100%;
    letter-spacing: 2px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 80px;
}

.subscriber-form button:hover {
    background: #31dc89 none repeat scroll 0 0;
    color: #ffffff;
}

label.mt10 {
    bottom: -52px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

label.mt10.valid {
    bottom: 8px;
    color: #31dc89;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.footer-bottom-area {
    background: #2e2e43 none repeat scroll 0 0;
}

.footer-copyright {
    padding: 30px 0;
}

/*---------------------------------
    12. SCROLL TO TOP AREA
----------------------------------*/

.scrolltotop {
    background: #2b2f42 none repeat scroll 0 0;
    bottom: 20px;
    color: #ffffff;
    display: none;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9;
}

.scrolltotop:hover {
    background: #3ee792;
    color: #ffffff;
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
.checkbox + label {
  cursor: pointer;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
.checkbox:not(checked) + label {
  position: relative; 
  padding: 0 0 0 60px;
}

.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}
/*  */
.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: -2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  transition: all .2s; 
}
/*  */
.checkbox:checked + label:before {
  background: #65cAFF;
}
/*  */
.checkbox:checked + label:after {
  left: 26px;
}
/*  */
.checkbox:focus + label:before {
  //box-shadow: 0 0 0 3px rgba(255,255,255,1);
}

.radio {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 1px;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #65cAFF;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}



/* ===== Выдвигающаяся панель корзины Ver2.0 TRASH-PANEL ================ */

/*   Базовый контейнер выдвижной панели */
.trash-panel {
  position: fixed;
  right: -720px;
  bottom: 0;
  height:100%;
  width:720px;
  max-width:100%;
  background:rgba(220,220,220,0.92);
  border:0px solid #777;
  padding:100px 6px 130px 6px;
  font-size:18px;
  z-index:10000;
  transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
  box-sizing: border-box;
}

/* Переключатель панели */
label.btn {
  position: fixed;
  right: 0;
  bottom: 205px;  
 // background:rgba(50,50,50,0.5) url(../images/trash.png) 5px 30px no-repeat;
  background:rgb(90,161,207);
  border:0px solid #777;
  border-left:0px;
  min-width:unset;
  width:100px;
  height:85px;
  padding:5px 5px 5px 5px;
  z-index: 10001;
  text-align:right;

  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;

  transition: all 400ms cubic-bezier(0.17,0.04,0.03,0.94);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

/* Переключатель при наведении */
label.btn:hover {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
}

/* Стрелка переключателя вправо */
label.btn:after {
  content: '';
  font: normal 21px/1 Arial;
  text-decoration: inherit;
  color:white;
}

/* Активация панели */
.open:checked ~ .trash-panel {
  right: 0
}

.open:checked ~ label.btn {
  right: 0px;
  width: 720px;
  //height:30px;
  //background:rgba(255,255,255,0.5);
  bottom:30px;
  background:rgb(90,161,207) url(../images/bas3.png) 5px 2px no-repeat;
}

/* Смещение контейнера контента страницы */
.open:checked ~ .container333 {
    margin-top: 300px
}

/* Цвет переключателя при клике */
.open:checked + label.btn {
    
}

/* Стрелка переключателя влево */
.open:checked + label.btn:after {
 // content: 'ЗАКРЫТЬ КОРЗИНУ';
  font: normal 20px/1 Arial;
}

/* ===== Выдвигающаяся панель корзины Ver2.0 TRASH-PANEL OFF ================ */


.ptrash{
  font-size:20px;
  //font-family: Arial;
  font-family: condbold;
  line-height: 26px;
  margin:0;
  color:#dddddd;
  cursor:pointer;
  text-align:right;
}



    .qty {
        width: 50px !important;
        height: 33px !important;
        text-align: center !important;
        margin-left:2px;
        border:1px solid #777;
        border-radius:4px;
    }
    input.qtyplus { width:33px; height:33px; border-radius:4px; border:1px solid #777;}
    input.qtyminus { width:33px; height:33px; border-radius:4px; border:1px solid #777;}

    but, #but, input[class=shop] {
        border: none !important;
        padding: 0;
        width: 50px;
        height: 34px;
        cursor:pointer;
        background: url('images/trash.png') no-repeat 0 0;
        vertical-align: bottom;
    }


    /* Индикатор загрузки, который показывается до загрузки карты */
    .loader {
      position: absolute;
      z-index: 15;
      top: -100%;
      left: 0;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      overflow: hidden;
      color: #000000;
      transition: opacity .7s ease;
      opacity: 0;
      background-color: rgba(0,0,0,.55);
    }
     
    .loader:after,
    .loader:before {
      box-sizing: border-box;
    }
     
    .loader.is-active {
      top: 0;
      opacity: 1;
    }
     
    .loader-default:after {
      position: absolute;
      top: calc(50% - 24px);
      left: calc(50% - 24px);
      width: 48px;
      height: 48px;
      content: '';
      animation: rotation 1s linear infinite;
      border: solid 8px #ffffff;
      border-left-color: transparent;
      border-radius: 50%;
    }
     
    @keyframes rotation {
      from {
        transform: rotate(0);
      }
      to {
        transform: rotate(359deg);
      }
    }
     
    @keyframes blink {
      from {
        opacity: .5;
      }
      to {
        opacity: 1;
      }
    }


/* CONSULTATION */

.consultation {
  background: url(assest/img/form-bg-1.jpg) center center no-repeat;
  background-size: cover;
  height: 480px; 
  padding:10px;
}

.consultation-inner {
  height: 460px;
  width: 80%;
  margin:auto;
  background-color: #50638dc4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px 0 50px 0; }

.form-block {
  width: 80%;
  margin: 0 auto; }

.form-block__title {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 20px; }

.form-block__subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px; }

.form-block__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.form-block__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  .form-block__input:first-of-type {
    margin-right: 20px; }
  .form-block__input input {
    width: 100%;
    color: #fff;
    line-height: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    padding: 0 20px; }
    .form-block__input input:focus, .form-block__input input:hover {
      border-color: #fff;
      outline: none; }

::-webkit-input-placeholder {
  color: #fff; }

::-moz-placeholder {
  color: #fff; }

:-ms-input-placeholder {
  color: #fff; }

::-ms-input-placeholder {
  color: #fff; }

::placeholder {
  color: #fff; }

.consultation .form-block__checkbox, .map .form-block__checkbox, .modal-content .form-block__checkbox {
  margin-top: 10px; }
  .consultation .form-block__checkbox input, .map .form-block__checkbox input, .modal-content .form-block__checkbox input {
    visibility: hidden;
    position: absolute;
    left: -66666px; }
    .consultation .form-block__checkbox input:checked + label:after, .map .form-block__checkbox input:checked + label:after, .modal-content .form-block__checkbox input:checked + label:after {
      display: block; }
  .consultation .form-block__checkbox label, .map .form-block__checkbox label, .modal-content .form-block__checkbox label {
    position: relative;
    padding-left: 20px;
    color: #fff;
    cursor: pointer; }
    .consultation .form-block__checkbox label:before, .map .form-block__checkbox label:before, .modal-content .form-block__checkbox label:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #fff;
      cursor: pointer;
      position: absolute;
      left: 0;
      top: 2px; }
    .consultation .form-block__checkbox label:after, .map .form-block__checkbox label:after, .modal-content .form-block__checkbox label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 6px;
      width: 4px;
      height: 8px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border: solid #70c054;
      border-width: 0 2px 2px 0;
      display: none; }
  .consultation .form-block__checkbox .label-link, .map .form-block__checkbox .label-link, .modal-content .form-block__checkbox .label-link {
    text-decoration: underline;
    color: #fff; }
    .consultation .form-block__checkbox .label-link:hover, .map .form-block__checkbox .label-link:hover, .modal-content .form-block__checkbox .label-link:hover {
      text-decoration: none; }

.form-block__btn {
  padding: 16px 50px;
  margin-top: 30px;
  font-size: 18px;
  display: block;
  margin: 30px auto 30px; }

.note.success {
  margin-top: 10px;
  text-align: left;
  color: #fff;
  border: 1px solid #eee;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  color: #222; }
  .note.success p.zakaz {
    padding: 30px 30px 20px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff; }
  .note.success p.zakaz-sm {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px; }

.notification_error{
  color:yellow;
  font-size:1.6em;
}

@media only screen and (max-width: 1024px) {
  .form-block__title {
    font-size: 30px;
    line-height:1.2em;
  }
}

@media only screen and (max-width: 1024px) {
  .consultation {
    height: 520px; 
  }
  .consultation-inner {
    height: 500px;
    width: 100%;
  }
  .form-block__title {
    font-size: 30px;
    margin-bottom: 10px; }
  
  .form-block__subtitle {
    font-size: 16px;
    margin-bottom: 10px; }
  .notification_error{
    font-size:1.3em;
  }
}

/* CONSULTATION END */


/*кнопка звонка*/

.callback-bt {
    background: #50638d;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
    height: 75px;
    width: 75px;
    text-align: center;
    position: fixed;
    left: 4%;
    bottom: 4%;
    z-index: 999;
    transition: .3s ease-in-out;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
    background: #fff;
    border: 2px solid #38a3fd;
}

.callback-bt:hover {
    background: #fff;
    border: 2px solid #38a3fd;
}

.callback-bt .text-call {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    position: relative;
}

.callback-bt .text-call:after {
    content: "\f095";
    content: "";
    display: block;
    font-family: fontawesome;
    color: #fff;
    font-size: 38px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    opacity: 1;
    transition: .3s ease-in-out;
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
}

.callback-bt .text-call:hover:after {
    opacity: 1;
}

.callback-bt .text-call span {
    color: #50638d;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 11px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .3s ease-in-out;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
    opacity: 1;
}

.callback-bt .text-call:hover span {
    opacity: 1;
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }

    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}
/* конец кнопки звонка */


.toptel{
        position:absolute; 
        z-index:15; 
        top:0px; 
        right: 20px; 
        text-shadow: 1px 0 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 0 -2px 1px #fff;
}

.domslide{
   width:100%; height:380px;
}

@media only screen and (max-width: 1024px) {
  div.maincatalog_out {
	width:100%; 	
        height:140px;
  }
  .toptel{
        position:relative;
        text-align:right;
  }
  .welcome-single-slide{
        height:80px;
  }

  .domslide{
     height:250px;
  }
}

.welcome-single-slide{
        height:100px;
}


/* COOK */
#cookie_note{
    display: none;
    position: fixed;
    bottom: 100px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    font-size:16px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index:9;
}

#cookie_note p{
    margin: 0;
    font-size: 0.8em;
    text-align: left;
    color: black;
    width: 80%;
    float:left;
}

.cookie_accept{
    width: 10%;
    float:right;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 960px){
#cookie_note p{
    width: 100%;
    float:none;
}

.cookie_accept{
    float:none;
    width: 100%;
    margin:8px auto;
}
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

/* COOK OFF */

