.s-agent {
  padding: 20px 10px;
  margin: 10px 0;
}

.s-agent a {
  display: block;
  color: #f48580;
}

.s-agent a:hover {
  color: #f48580;
  text-decoration: underline;
}

.agent__h1 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

.training-title div {
    margin: 20px 0 !important;
}
.training-title div p {
    font-family: Montserrat,sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.mkdf-page-footer {
    z-index: 1;
}


.woocommerce-product-gallery__wrapper .onsale {
   display: none;
}

/*Позже удалить*/

.woocommerce .mkdf-new-product, .woocommerce .mkdf-onsale, .woocommerce .mkdf-out-of-stock {
    width: auto !important;
}

.m-slider__content h3 {
    padding-right: 40px !important;
}

.m-slider__content {
    padding-right: 10px;
}

.mkdf-mobile-header {
    border-bottom: 2px solid #eee;
}
.ip-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 40px; 
  margin-top: 40px;
  padding: 10px;
  border: 1px solid #f3f3f3;
  border-radius: 5px;
}

.woocommerce .ip-notice {
    border: 0;
}

.ip-notice .ip-notice__img-wrap {
  margin-right: 30px;
}
.ip-notice .ip-notice__img-wrap img {
  max-height: 300px;
}
.ip-notice .ip-notice__text-wrapper {
  font-family: Montserrat, sans-serif;
}
.ip-notice .ip-notice__text-wrapper p {
  margin: 0 0 10px;
}
.ip-notice .ip-notice__text-wrapper p:last-child {
  font-weight: 500;
}
.ip-notice .ip-notice__text-wrapper .warning {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: tomato;
  color: #fff;
  font-weight: 500;
}
.ip-notice .ip-notice__text-wrapper ul {
  margin-top: 0;
  padding-left: 30px; 
  margin-bottom: 15px !important;
}
.ip-notice .ip-notice__text-wrapper ul li {
  list-style: circle;
  padding: 0 !important; 
  border-bottom: none !important;
}

.ip-notice .ip-notice__text-wrapper ul li a {
    color: rgb(244, 133, 128);
}
.ip-notice .ip-notice__text-wrapper ul li a:hover {
    text-decoration: underline;
}

/*Конец позже удалить*/

.extra_files {
	margin-bottom: 20px;
}
.extra_files p {
    max-width: 70%; 
}

.extra_files .text.text--download-extra-files {
    font-size: 20px; 
    margin-bottom: 20px;  
    font-weight: 500;
}

.extra_files .webinar__sertificate-button.webinar__sertificate-button--download {
    background-color: rgb(244, 133, 128); 
}

.extra_files .webinar__sertificate-button.webinar__sertificate-button--download:hover {
    background-color: #fff;
    color: rgb(244, 133, 128); 
    border-color: rgb(244, 133, 128);
}

.downloadBlock .extra_files-download {
    display: none;
}

.downloadBlock h3 {
    margin-bottom: 10px;
}

.downloadBlock.visible {
    display: block;
}

.downloadBlock.visible .text.text-before-visible {
    display: none;
}


.downloadBlock.visible .extra_files-download {
    display: block;
}

@media only screen and (max-width : 768px) { 
    .extra_files p {
        max-width: 100%;
    }
     .ip-notice .ip-notice__img-wrap {
        display: none;
      }
 }

.topLine {
    background-color: #ddafaf; 
    padding: 10px;
    position: relative;
    z-index: 10000;
    display: flex;
    align-content: center;
    justify-content: center;
    
}

.topline__title{
    margin: 0 10px 0 0; 
    color: #000;
    font-weight: 500;
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    
}
.topLine .topline__link {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 600; 
    margin: 0 10px;
    font-family: Montserrat, sans-serif;
    
}
.topLine .topline__link:hover {
    text-decoration: underline;
}

.video__sale {
	width: 100%;
	margin-bottom: 40px;
}

.slick-dots li{
    list-style-type: none;
}

.payment_method_liqpay-webplus img {
    display: none;
}

/* Убираю белый цвет у иконок в навигациия сайта */ 

.mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder, .mkdf-light-header .mkdf-page-header>div:not(.mkdf-sticky-header):not(.fixed) .mkdf-icon-widget-holder:hover {
    color: #000 !important;
}

/* Убираю белый цвет у иконок в навигациия сайта */ 

/* Уменьшаю padding у корзины + Убираю right у иконки удалить */

.mkdf-sc-dropdown .mkdf-sc-dropdown-inner {
    padding: 10px;
}

.mkdf-sc-dropdown .mkdf-sc-dropdown-item-remove {
    right: 0;
}

/* Уменьшаю padding у корзины + Убираю right у иконки удалить */

/*  Даю красный цвет тексту alert woocommerce*/

.woocommerce-error li {
    color: tomato;
    text-transform: uppercase;
    font-size: 14px;
}
/*  Даю красный цвет тексту alert woocommerce*/


/* Стилизация вывода вебинаров в личном кабинете */

.webinar {
    display: flex;
    margin-bottom: 20px;
}

.webinar__img {
    width: 150px;
    height: 150px;
    margin-right: 20px; 
    padding: 10px;
    border: 1px solid #fbfbfb;
    border-radius: 3px;
}

.webinar__title {
    margin-top: 0;
    font-size: 20px;
    text-transform: inherit;
    transition: color .2s ease;
}

.webinar__title:hover {
    color: #f48580;
}

.webinar__caption {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.webinar__link {
    display: inline-block;
    background-color: lightseagreen;
    color: #fff;
    border-radius: 7px;
    padding: 10px 20px;
    font-size: 16px;
    max-width: 100px;
    text-align: center;
    box-shadow: -1px -1px 3px rgba(0,0,0,.5);
    cursor: pointer;
    transition: box-shadow .3s ease;
    
}

.webinar__link:hover {
    box-shadow: none;
    color: #fff;
}

.page-id-6856 #reviews {
    display: none;
}

.d_catalog {
    box-shadow: -1px 1px 3px rgba(0,0,0,.075);
    padding: 40px 20px;
    border-radius: 5px; 
    display: flex; 
    align-items: center;
    justify-content: center;
}

.d_catalog .wpb_single_image.vc_align_left {
    text-align: center;
}

.d_catalog p {
    font-size: 20px; 
    margin-bottom: 20px !important;
}

.d_catalog .button--dcatalog {
    border-radius: 5px;
}

.d_catalog .wpb_single_image img {
    border-radius: 5px;
}


.dcatalog__wrapper.dcatalog--hide .d_catalog--hide {
    display: none;
}

.dcatalog__wrapper .d_catalog--show {
    display: none;
}

.dcatalog__wrapper.dcatalog--hide .d_catalog--show {
    display: flex;
}

.mkdf-title-holder {
  margin-bottom: 40px;
}

.mkdf-woocommerce-page .woocommerce-result-count {
  display: none !important;
}



@media only screen and (max-width: 480px) {
 .webinar {
     flex-direction: column;
 }
}

@media only screen and (max-width: 768px) {

    .dcatalog__wrapper.dcatalog--hide .d_catalog--show,
    .dcatalog__wrapper .d_catalog.d_catalog--hide {
        flex-direction: column-reverse;
    }
    
    
    .d_catalog {
        width: 95%;
        margin: 0 auto !important;
    }
    .d_catalog .wpb_single_image img {
        margin-bottom: 20px !important; 
    }
    
    .d_catalog.d_catalog--hide .wpb_single_image img {
        max-height: 150px;
        width: 100%;
    }
 }
 @media only screen and (max-width: 768px) { 
    .d_catalog {
        padding: 20px 5px;
    }

    .d_catalog .mkdf-st-title {
        font-size: 20px;
    }

    .d_catalog p {
        font-size: 16px;
    }

    .d_catalog .button {
        padding:  10px ;
        letter-spacing: 1.5px;
    }
    .topLine .topline__link {
        margin: 0 10px 0 0;
    }
 }

@media only screen and (max-width: 480px) {
 .webinar {
     flex-direction: column;
 }
 .topLine {
     justify-content: flex-start;
 }
 .topLine .topline__link {
        font-size: 14px;
    }
}


/* Стилизация вывода вебинаров в личном кабинете */


/* Стилизация меню */ 

.mkdf-drop-down .second .inner {
    min-width: 280px;
}
.mkdf-drop-down .narrow .second .inner ul li {
    width: auto;
}

.mkdf-drop-down .second .inner ul li a {
    color: #000;
    padding: 5px 10px;
    font-weight: 400;
}

#menu-glavnoe-menyu-1 {
    background-color: #fff;
    padding: 10px 15px;
}

.mkdf-mobile-nav {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}


#menu-glavnoe-menyu-1 .sub_menu {
    max-height: 250px;
    overflow: scroll;
}

.menu--dropdown .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.menu--dropdown.active .sub-menu {
    max-height: inherit;
    overflow: visible;
}


.menu--dropdown a.menu--title {
    display: block;
    position: relative;
    cursor: pointer;
}
.menu--dropdown a.menu--title::after {
    content: '\f3d3';
    font-family: Ionicons;
    position: absolute;
    top: 2px;
    margin-left: 80px;
    transition: transform .2s ease;
    transform: rotate(0 deg);
}

.menu--dropdown a.menu--title:hover::after {
    color: #f8b1b0;
    transform: rotate(90deg);
}
/* Стилизация меню */ 


/* Стилизация якорей на странице Обчуения */

.learn__title {
    font-size: 30px;
}

.learn__list {
    list-style-type: circle;
    padding-left: 20px;
}

.learn__link {
    font-family: "Montserrat";
    font-weight: 500;
}


/* Стилизация якорей на странице Обчуения */

#client-purchased-product {
    color: tomato;
}

.vc_column-inner.vc_custom_1603992344544 {
    display: none !important;
}


.learn-social-wrapper .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
}

.learn-social-wrapper .vc_column-inner .wpb_wrapper .wpb_single_image  {
    margin-right: 20px;
}


/* Уменьшил Шрифт у h1 у товара */


.mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
    font-size: 45px;
}

@media only screen and (max-width: 1200px) {
 .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
    font-size: 37px;
}
}

@media only screen and (max-width: 480px) {
 .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
    font-size: 29px;
}
}

/* Уменьшил Шрифт у h1 у товара */

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
    height: auto !important;
}

/*Стилизация диформ*/

.caldera-forms-modal {
    background-color: #ddafaf; 
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 17px; 
    cursor: pointer;
    box-shadow: -1px -1px 3px rgba(0,0,0,.3);
    transition: box-shadow .2s linear;
    
}

.caldera-forms-modal:hover {
    box-shadow: none;
    color: #fff;
}

.modal__header {
    text-align: center;
}

.modal__header h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.modal__header p {
    font-size: 20px;
    font-weight: 400;
}

.modal__input label {
    font-weight: 500 !important;
    font-size: 17px;
}

.caldera-grid .form-control {
    border: 1px solid #e3e3e3 !important;
    font-size: 17px !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    color: #000 !important;
    height: auto !important;
    box-shadow: none !important;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input .selected-flag .iti-arrow {
    right: -5px !important;
}

.caldera-grid .row.last_row {
    margin-bottom: 30px;
}

.modal__button div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal__button .btn.btn-default {
    background-color: #ddafaf; 
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 17px; 
    cursor: pointer;
    box-shadow: -1px -1px 3px rgba(0,0,0,.3);
    transition: box-shadow .2s linear;
}

.modal__button .btn.btn-default:hover {
    box-shadow: none;
}

.caldera-grid .alert-success {
    padding: 30px 10px !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 20px !important;
    text-align: center !important;
}


@media only screen and (max-width: 480px) { 
    
    .remodal {
        padding: 10px;
        
    }
    
    .modal__header h2 {
        font-size: 23px;
    }
    
    .modal__header p {
        font-size: 16px;
    }
    
    .caldera-grid label {
        font-size: 15px;
    }

}

/*Стилизация диформ*/


#product-6855 > div.mkdf-single-product-content > div.mkdf-single-product-summary > div > h1 {
    font-size: 29px;
}




.agent__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.agent__item {
  background-color: #fff;
  padding: 20px;
  -webkit-box-shadow: -2px 5px 10px rgba(87, 132, 255, 0.05);
          box-shadow: -2px 5px 10px rgba(87, 132, 255, 0.05);
  border-radius: 6px;
  width: 25%;
  margin: 10px auto;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out;
  -o-transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out;
  transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  padding-left: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.agent__item:hover {
  -webkit-box-shadow: 0px 9px 15px 1px rgba(87, 132, 255, 0.1);
          box-shadow: 0px 9px 15px 1px rgba(87, 132, 255, 0.1);
}

.agent__item li {
  list-style-type: none;
  margin: 5px 0;
}

.agent__name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 1400px) { 
  header .mkdf-fixed-wrapper .mkdf-menu-area.mkdf-menu-left .mkdf-grid .mkdf-vertical-align-containers {
      display: flex;
      justify-content: space-between;
  }  
  
   header .mkdf-fixed-wrapper .mkdf-menu-area.mkdf-menu-left .mkdf-grid .mkdf-vertical-align-containers .mkdf-position-left {
       display: flex;
   }
   
    header .mkdf-fixed-wrapper .mkdf-menu-area.mkdf-menu-left .mkdf-grid .mkdf-vertical-align-containers .mkdf-position-left .mkdf-position-left-inner{
       display: flex;
   }
   
   header .mkdf-fixed-wrapper .mkdf-menu-area.mkdf-menu-left .mkdf-grid {
       width: 1150px;
   }
   
   
   
  
  
    
}

@media only screen and (max-width: 1200px) {
  .agent__item {
    width: 40%;
  }
  .agent__wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  header .mkdf-fixed-wrapper .mkdf-menu-area.mkdf-menu-left .mkdf-grid {
      width: 95%;
  }
  
  .mkdf-main-menu>ul>li>a {
      padding: 0 7px;
  }
  
  
  /*.mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {*/
  /*    width: 1200px;*/
  /*}*/
  
  
  
  
}

@media only screen and (max-width: 768px) {
  .agent__item {
    width: 90%;
    margin: 10px auto;
  }
  .vc_column-inner.vc_custom_1604065029106 {
      display: none !important;
  }
  .mkdf-content .mkdf-content-inner>.mkdf-container>.mkdf-container-inner, .mkdf-content .mkdf-content-inner>.mkdf-full-width>.mkdf-full-width-inner {
      padding-top: 20px;
  }
}
