body {
    overflow-x: hidden;
}
form .errorMessage{
    color: red;
}
/* fix content images */
main[role=main] p>img{
    width: 100%;
    display: block;
}
blockquote p{
    margin: 0;
}
.quote__text{
    font-size: inherit;
    margin: -5px 0 -5px 0;
}
.fixed1 {
    position: sticky;
    top: 30px;
    z-index: 999;
    -webkit-transition: bottom 0s linear;
    -moz-transition: bottom 0s linear;
    transition: bottom 0s linear;
}
@media (max-width: 991) {
    .fixed1 {
        position: unset;
        top: unset;
        margin-top: 40px;
    }
}
.article_page__disclaimer,
.dossier_page__disclaimer
{
    color: #666;
    border-top: 1px dashed #9c9b9b;
    border-bottom: 1px dashed #9c9b9b;
}
.search_page img {
    max-width: 100%;
}
.search_simple__result__category-99 {
    border-left-color: #4b83e5;
}
.search_simple__result__category-102 {
    border-left-color: #1eaa48;
}
.search_simple__result__category-103 {
    border-left-color: #ea4545;
}
.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.dossier__result__item__card__image{
    background-size: contain;
}

@media (max-width: 991px) {
    .sidebar__banner {
        float: unset;
        margin: 0 auto;
        padding-top: 40px;
    }
}

/*************************  O P I N I O N  ***********************************/
.opinion {
  width: 288px;
  border: 1px solid #f3f2ee;
  background: #F5F5F5;
  /* height: 300px;
  margin: 10px; */
  padding: 0px 1px 1px 1px;
  margin-left: auto;
  margin-right: auto;
}

.opinion h1 {
  font: 20px;
  color: #30251f;
  margin-top: 20px;
}

.opinion ul {
  list-style: none;
  margin-top: 20px;
  padding: 0px;
}

.opinion .opinionCheck {
  float: left;
  margin-right: 15px;
}

.opinion ul li p {
  font: 14px;
  color: #2c3f4c;
  margin-left: 30px;
}

.opinion ul li {
  margin-bottom: 10px;
  clear: both;
}

.opinion button {
  width: 150px;
  height: 30px;
  background: #4b83e5 none repeat scroll 0 0;
  border: none;
  cursor: pointer;
  outline: none;
  font: 12px;
  color: #FFF;
  text-transform: uppercase;
  margin-left: 23%;
  margin-top: 15px;
}
.niceRadio {
  width: 15px;
  height: 15px;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  background: url(../images/opinion_radio.png) left top no-repeat;
}
.radioChecked {
  background-position: left bottom;
}
.niceRadio input {
  margin-left: -17px;
}
#chartOpinion {
  height: auto;
}
#chartOpinion > svg {
  margin: 15px 0;
}
.wrapper_for_opinion{
  background: #F5F5F5;
  display: block;
  padding: 10px;
  left: 0;
  height: auto;
}
.wrapper_for_opinion .opinion{
  width:auto;
  border:none;
}
.wrapper_for_opinion .opinion button{
  display: block;
  margin: 10px auto 5px auto;
}

.wrapper_for_opinion .opinion ul li p{
  margin: 0;
}
/************************* E N D  O P I N I O N  ******************************/

@media only screen and (min-width: 768px) {
    .category_page__subcategories {
        margin-left: 0;
        display: inline-block;
        width: 100%;
    }
    .seedcard_page__info_main__wrapper .desktop-table__first-row.main-row {
        max-width: 48%;
        display: inline-block;
    }
}
.filter-category form {
    display: block;
}
.filter_block__open {
    display: none;
}
.article_page__disclaimer {
    font-style: italic;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
body[data-event='pesticides-view'] h2.similar {
    margin-bottom: 15px;
}
.block_similar__item {
    font-weight: 700;
}
.block_similar__item.active {
    font-weight: 400;
    font-size: 11px;
}
@media only screen and (min-width: 768px) {
    .search_advanced__menu__item {
        width: 16.66%;
    }
    .search_advanced__menu__item-4 a:after {
        background-color: #d75df1;
    }
    .search_advanced__menu__item-6 a:after {
        background-color: paleturquoise;
    }
    .header__menu__item.parent {
        width: 25%;
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.main_wide{
    display: table;
    width: auto;
    text-align: center;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.main_wide.site_inside{
    padding: 10px 0 30px 0;
}

@media only screen and (min-width: 992px) {
    .inside_ads {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .search {
        margin-bottom: 10px;
    }
    .client-block {
        max-width: 960px;
        overflow: hidden;
    }
}

.article-text-bottom{
    font-style: italic;
}

.article-text-bottom a{
    font-weight: bold;
}
.media_block {
    margin-bottom: 40px;
}


.quote .quote__text {
    font-style: italic;
}
.article__coments_btn {
    font-weight: bold;
}

.article__coments_btn_container {
    width: auto;
    float: left;
    margin-top: 5px;
    margin-left: 15px;
}
.article__social {
    margin: 10px 0;
    width: auto;
    float: left;
}
.agronom_page__image-small:nth-child(3n) {
    margin-right: 10px;
}
.agronom_page__image-small:nth-child(2n+1) {
    margin-right: 0;
}

body[data-event='infections-view'] .agronom_page__info__block__title,
body[data-event='pests-view'] .agronom_page__info__block__title,
body[data-event='weeds-view'] .agronom_page__info__block__title
{
    font-size: 19px;
    border-bottom: dotted 1px darkgray;
    padding-bottom: 15px;
}

body[data-event='infections-view'] .agronom_page__info__block__value,
body[data-event='pests-view'] .agronom_page__info__block__value,
body[data-event='weeds-view'] .agronom_page__info__block__value {
    padding-bottom: 20px;
}
body[data-event='infections-view'] .agronom_page__info__block__value p,
body[data-event='pests-view'] .agronom_page__info__block__value p,
body[data-event='weeds-view'] .agronom_page__info__block__value p {
    margin: 5px;
}
.header__search {
    overflow: initial !important;
}
.theme_companys .material_item__image {
    background-size: contain;
}
.theme_companys .material_item-image .material_item__title {
    margin-top: 20px;
}
.fancybox-close:before, .fancybox-close:after {
    display: none;
}
.fancybox-wrap {
    background: transparent;
}
.fancybox-skin {
    padding: 25px 30px 4px!important;
    background: transparent;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.card_page.img_left h1 + img{
    float: left;
    width: 254px;
    padding: 0 15px 16px 0px;
}
.card_page h1 + img{
    max-width: 100%;
}
.table p b {
    border-bottom: dotted 1px darkgray;
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}
.table p {
    margin: 5px 0;
}
.search_filter__inner {
    background: #ffffff;
}


.dobriva h1, .pesticides h1 {
    font-size: 26px;
    color: #000000;
}
.dobriva .table p {
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    color: #000000;
    display: inline-block;
}
.pesticides .table p {
    font-weight: 600;
    line-height: normal;
    font-size: 15px;
    color: #000000;
    display: inline-block;
}
.dobriva .table {
    padding-bottom: 10px;
    border-bottom: 2px solid #4B83E5;
}
.pesticides .table {
    padding-bottom: 10px;
    border-bottom: 2px solid #4B83E5;
}
.content_dobriva img.right-img {
    float: right;
    max-width: 26%;
}
.text_dobriva {
    width: 72%;
    display: inline-block;
}
.text_dobriva p {
    font-size: 16px;
}
.hr_distribyutor {
    display: block;
    clear: both;
}
.hr_distribyutor p {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.hr_distribyutor p:first-child {
    width: 37%;
}
.hr_distribyutor p:nth-child(2){
    width: 31%;
}
.item_distribyutor {
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 5px;
}
.table_distribyutor h2 {
    font-size: 24px!important;
    color: #000;
    font-weight: 400!important;
    padding-bottom: 10px;
}
.item_distribyutor img {
    float: left;
    margin-top: 5px;
}
.item_distribyutor .col1,.item_distribyutor .col2,.item_distribyutor .col3,.item_distribyutor .col4 {
    display: inline-block;
    float: left;
}
.col1 {
    width: 27.5%;
    padding-left: 15px;
}
.col2 {
    width: 32%;
    padding-right: 10px;
    overflow: hidden;
}
.col3 {
    width: 15%;
    padding-top: 9px;
}
.col3 .price {
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-align: right;
    color: #000000;
    padding-right: 6px;
}
.col3 span {
    font-size: 14px;
    text-align: right;
    color: #888888;
}
.col4 .btn {
    margin: 19px 0;
    font-size: 15px;
    text-transform:  uppercase;
    font-weight: 600;
}
.table_distribyutor_aktion {
    margin: 0 0 20px 0;
    display:  inline-block;
    width: 100%;
}
.table_distribyutor_aktion .link {
    font-weight: bold;
    line-height: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #4B83E5;
    float: left;
    display: inline-block;
    padding: 5px 20px;
/*    width: 60%;*/
}
.table_distribyutor_aktion h2 {
    font-size: 24px!important;
    display: inline-block;
    float: left;
}
.table_distribyutor_aktion .item_distribyutor {
    width: 49%;
    margin: 10px 0;
    float: left;
    height: 111px;
    padding: 17px 5px;
}
.table_distribyutor_aktion .item_distribyutor:nth-child(even) {
    float: right;
}
.table_distribyutor_aktion .item_distribyutor .col1 {
    font-weight: 900;
    width: 46%;
    height: 74%;
    overflow: hidden;
}
.table_distribyutor_aktion .item_distribyutor img {
    max-width: 25%;
    max-height: 100%;
}
.table_distribyutor_aktion .col3 {
    float: right;
    width: 22%;
}
.table_distribyutor_aktion .col3 p {
    margin: 0;
    font-weight: 900;
}
.theme_dobriva .articles_page__list .material_item {
    width: calc( 25% - 12px);
    margin-right: 10px;
}
.theme_dobriva .articles_page__list .material_item:nth-child(2) {
    margin-top: 0;
}
.theme_dobriva .articles_page__list .material_item:nth-child(3) {
    margin-top: 0;
}
.theme_dobriva .articles_page__list .material_item:nth-child(4) {
    margin-top: 0;
}
.theme_dobriva .articles_page__list .material_item:nth-child(4n) {
    margin-right: 0;
}
.theme_dobriva h3 {
    height: 50px;
}
.mob_span {
    display: none;
}
.dobriva .btn_print {
    float: right;
    display: inline-block;
    font-size: 13px;
    border: 2px solid #4B83E5;
    color: #4B83E5;
    padding: 5px 10px;
    font-weight: bold;
    background: #fff;
}
.pesticides .btn_print {
    float: right;
    display: inline-block;
    font-size: 13px;
    border: 2px solid #4B83E5;
    color: #4B83E5;
    padding: 5px 10px;
    font-weight: bold;
    background: #fff;
}
.dobriva .btn_print .fa.fa-print {
    font-size: 17px;
    margin: 0 10px;
}
.pesticides .btn_print .fa.fa-print {
    font-size: 17px;
    margin: 0 10px;
}
.pesticides h2 {
    font-size: 24px!important;
    display: inline-block;
    float: left;
}

.pesticides .row-td {
    font-weight: 600;
    line-height: normal;
    font-size: 13px;
    border-bottom: 1px solid rgba(136, 136, 136, 0.1);
    width: 47%;
    float: left;
    padding-bottom: 15px;
    margin-right: 3%;
    padding-top: 15px;
}
.pesticides .row-td:nth-last-child(2) {
    border-bottom: 1px solid #ffffff;
}
.pesticides .row-td:nth-last-child(1) {
    border-bottom: 1px solid #ffffff;
}
.pesticides .row-td{
    float: left;
}
.pesticides .row-td span {
    color: #888888;
    display: inline-block;
    float: left;
}
.pesticides .row-td p, .pesticides .row-td a{
    display: inline-block;
    float: right;
    margin: 0;
}
.pesticides .table_container {
    background:#ffffff;
    margin: 0 0 32px 0;
    padding: 15px;
}
.pesticides  .table_container img {
    max-width: 160px;
    float: left;
    margin-right: 20px
}
.pesticides .row-table {
    float: right;
    width: calc( 100% - 190px);
}
.pesticides .btn_pesticides {
    font-size: 13px;
    border: 2px solid #4B83E5;
    color: #4B83E5;
    float: right;
    margin: 38px 0 15px 0px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 4px 0;
    padding-right: 17px;
    clear: both;

}
.pesticides .btn_pesticides span {
    margin-right: 8px;
    background: #4B83E5;
    color: #ffffff;
    font-size: 13px;
    font-weight: 900;
    padding: 7px 16px;
    text-transform: none;
}
.pesticides .row-info, .pesticides .row-instr {
    width: 49%;
    display: inline-block;
    float: left;
}
.pesticides .row-instr {
    margin-bottom: 20px;
    padding: 0 5px;
}
.pesticides .row-info {
    padding-right: 5%;
}
.pesticides .table_distribyutor_aktion {
    width: 49%;
    float: right;
    padding: 0 5px;
    margin-right: 2%;
}
.pesticides .table_distribyutor_aktion .item_distribyutor {
    width: 100%;
}
.pesticides .table_distribyutor {
    margin-bottom: 15px;
}
.row-info img {
    max-width: 100%;
}
.pesticides .similar__title {
    font-weight: 500;
}
.accordion {
    margin: 10px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.accordion div.ui-accordion-content {
    background: #ffffff;
    display: inline-block;
    padding: 0px 5px;
}
div.accordion h3 {
    background: #4B83E5;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 10px;
    cursor: pointer;
}
div.accordion h3 .ui-accordion-header-icon:after {
    content: "\f107";
    color: #fff;
    font-family: 'FontAwesome';
    float: right;
    padding: 0 7px 0 0;
    font-size: 20px;
}
div.accordion .row-td {
    width: 100%;
    border-bottom: 1px solid rgba(136, 136, 136, 0.1)!important;
}
div.accordion .row-td span, div.accordion .row-td p {
    max-width: 49%;
    font-weight: 400;
}
div.accordion .row-td p {
    float: right;
    text-align: right;
}
.card_page h3 {
    font-size: 18px;
}
@media (max-width: 992px) {
    .table_distribyutor_aktion .item_distribyutor {
        width: 100%;
    }
    .col1 {
        width: 19%;
    }
    .col2 {
        width: 27%;
        max-height: 100%;
    }
    .col3 .price {
        font-size: 15px;
    }
    .col3 {
        width: 19%;
    }
}
@media (min-width: 992px) and (max-width: 1500px)   {
    .col1 {
        width: 25.5%;
    }
    .col2 {
        width: 32.5%;
    }
}
@media (max-width: 768px) {
    .table_distribyutor_aktion .item_distribyutor {
        width: 100%;
    }
    .theme_dobriva .articles_page__list .material_item {
        width: 100%;
    }
    .text_dobriva {
        width: 100%;
    }
    .hr_distribyutor {
        display: none;
    }
    .item_distribyutor img {
        width: 40%;
    }
    .col1 {
        width: 60%;
    }
    .col2 {
        width: 100%;
        text-align: right;
    }
    .col3 {
        width: 100%;
        text-align: right;
    }
    .mob_span {
        display: inline-block;
        float: left;
        font-size: 14px;
        color: #888888;
    }
    .item_distribyutor .col4 {
        width: 100%;
    }
    .col2 p {
        margin: 0;
    }
    .table_distribyutor_aktion .item_distribyutor {
        height: auto;
    }
    .table_distribyutor_aktion .item_distribyutor img {
        width: 40%;
    }
    .table_distribyutor_aktion .item_distribyutor .col1 {
        width: 60%;
    }
    .table_distribyutor_aktion .col3 {
        width: 100%;
        text-align: left;
    }
    .table_distribyutor_aktion .col3 p {
        display: inline-block;
    }
    .table_distribyutor_aktion .col3 span {
        display: inline-block;
        float: right;
    }
    .pesticides .row-info, .pesticides .row-instr, .pesticides .table_distribyutor_aktion {
        width: 100%;
    }
    .col4 .btn {
        width: 100%;
        text-align: center;
        padding: 8px;
    }
    .content_dobriva img {
        max-width: 100%;
    }
    .pesticides .row-table {
        width: 100%;
    }
    .pesticides .table_container {
        width: 100%;
    }
    .pesticides .btn_pesticides span {
        width: 100%;
        display: inline-block;
        margin: -4px 0 10px 0;
    }
    .pesticides .btn_pesticides {
        padding-right: 0;
        text-align: center;
    }
    .pesticides .row-td {
        width: 100%;
    }
}

.icon-write {
    display: inline-block;
    width: 128px;
    height: 128px;
    background-size: contain;
    background: url('../img/icon-write.png') center no-repeat;
}
/* ==========================================================================
 widget block
========================================================================== */


.article_page__content .widget_image-left {
    float: left;
    width: 300px;
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}
.article_page__content .widget_image-left img{
    max-width: 100%;
}
.action_page__content img {
    max-width: 100%;
}
.article_page__content .widget_image__link img:first-child {
    width: 100%;
}
.article_page__content .widget_image__link {
    position: relative;
}
.article_page__content .widget_image__fav {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 30px!important;
}
.article_page__content .widget_image__info {
    background: #FFFFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 15px;
}
.article_page__content .widget_image__info__desc {
    font-weight: 800;
    line-height: normal;
    font-size: 20px;
    color: #F59921;
    margin: 0;
}
.article_page__content .sa_widget .widget_image__info__desc {
    color: #4b83e5;
}
.article_page__content a.widget_wrap:hover p,.article_page__content a.widget_wrap:hover span{
    text-decoration: underline;
}
.article_page__content .widget_image__info__link {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #000000;
    padding: 7px 0;
    display: inline-block;
    width: 80%;
    margin: 0;
    clear: both;
}
.article_page__content .widget_image-left span {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    clear: both;
    font-size: 12px;
    color: #888888;
    display: block;
    max-width: 80%;
}
.article_page__content .widget_image-left .widget_image-btn {
    float: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.widget_image-vertical {
    position: relative;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: inline-block;
    width: 97%;
    background: #ffffff;
}
.widget_image-vertical span {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    clear: both;
    font-size: 12px;
    color: #888888;
    display: inline-block;
    width: 80%;
}
.widget_image-vertical .widget_image__link {
    width: 42%;
    display: inline-block;
    float: left;
}
.widget_image-vertical .widget_image__info {
    width: 57%;
    display: inline-block;
    float: left;
    box-shadow: none;
    padding: 7px 15px;
}
.widget_image-vertical .widget_image-btn {
    display: inline-block;
    position: absolute;
    top: 31%;
    right: -13px;
    border: 9px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
    .widget_image-left {
        width: 100%;
    }

    .widget_image-vertical .widget_image__info {
        width: 100%;
    }

    .widget_image-vertical .widget_image__link {
        width: 100%;
    }

    .widget_image-vertical .widget_image-btn {
        bottom: 30px;
        top: auto;
    }
}
/* ==========================================================================
END widget block
========================================================================== */

.branding_html {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.branding_html-right,
.branding_html-left {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    min-height: 100vh;
}
.branding_html-left {
    left: -50%;
    margin-left: -380px;
}
.branding_html-right {
    right: -50%;
    margin-right: -380px;
}
@media only screen and (min-width: 992px) {
    .branding_html-left {
        margin-left: -480px;
    }
    .branding_html-right {
        margin-right: -480px;
    }
}
@media only screen and (min-width: 1500px) {
    .branding_html-left {
        margin-left: -600px;
    }
    .branding_html-right {
        margin-right: -600px;
    }
}







/***** CHANGE HEADER to DIV ****/
.h3 {
    font-size: 22px;
    line-height: 28px;
}

.theme_materials .h3 {
    margin-bottom: 20px;
    height: 50px;
    margin: 0;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .theme_materials .h3 {
        padding: 0;
    }
}


/** header ads **/

.gtm-target-header{
    margin-top: 20px;
}
.gtm-target-header:empty{
    display: none;
}


 /* banner_ad */
 .banner_ad {
	 display: block;
	 margin: 5px 0px 20px ;
	 text-align: center;
	 float: left;
	 width: 100%;
 }

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



.footer-tel a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		color: #1eaa48;
}
.footer-tel .icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 30px;
	height: 30px;
	font-size: 16px;
	background-color: #1eaa48;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
}
.footer__subscribe {
	text-align: center;
}
.header__menu__item.header__menu__phone {
	color: #1eaa48;
	font-weight: 600;
	font-size: 18px;
	padding-bottom: 0px;
}
.header__menu__item.header__menu__phone .fas {
	font-size: 16px;
	margin-top: -2px;
	margin-right: 5px;
	vertical-align: middle;
}
@media (min-width: 768px) {
	.header__menu__item.header__menu__phone {
		font-size: 12px;
	}
	.header__menu__item.header__menu__phone .fas {
		font-size: 10px;
		margin-top: -1px;
	}
}

@media (min-width: 992px) {
	.header__menu__item.header__menu__phone {
		font-size: 18px;
	}
	.header__menu__item.header__menu__phone .fas {
		font-size: 16px;
		margin-top: -2px;
	}
}
.call-phone {
	display: none;
}