#ifrm {
  display: none;
}

.column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12 {
    width: 48% !important;
}

.contacts_wrap .logo img {
    height: 30px
}

.wpb_animate_when_almost_visible {
    opacity: 1;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

span.checkmark{
  font-size: 1em;
  padding-right: 5px;
  color: #808080 !important;
}

.sc_button {
  margin: 0px 5px 10px 5px !important;
}

.sc_section_descr.sc_item_descr {
    margin: 0.25em 0 1.8em 0 !important;
}

h2, h3 {
  font-size: 20px !important;
}

h4 {
    font-family: "Lato", sans-serif;
    font-size: 3.5714em;
    line-height: 1.3em;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 0.36em;
}

body:not(.woocommerce) .woocommerce ul.products:not(.categories) li.product:not(.product-category) {
    padding: 10px !important;
}

.scheme_original select {
    background-color: #ffffff !important;
}

.woocommerce ul.products li.product .post_item_wrap {
    border: 1px solid !important;
    text-align: center !important;
    background-color: #fff !important;
    padding: 1.428em !important;
}

.menu_main_nav > li > a:before, .menu_main_nav > li > a:after, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:before, .sc_tabs.sc_tabs_style_1 .sc_tabs_titles li a:after, .sc_socials a:before, .sc_socials a:after, .sc_skills_read_more:before, .sc_skills_read_more:after, .esg-grid.esg-container .esg-filterbutton:after, .esg-grid.esg-container .esg-filterbutton:before, .pagination_wrap.pagination_pages a:after, .pagination_wrap.pagination_pages a:before, .pagination_wrap.pagination_pages .pager_current:after, .pagination_wrap.pagination_pages .pager_current:before, .isotope_filters a:after, .isotope_filters a:before, .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:after, .single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a:before, .sc_recent_news_header_split .sc_recent_news_header_categories > a:after, .sc_recent_news_header_split .sc_recent_news_header_categories > a:before {
  content: " " !important;
  font-family: FontAwesome;
  font-weight: normal;
  text-decoration: inherit;
}

.woocommerce-ordering:after {
  content: "\f078" !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

.icon-up:before {
  content: "\f077" !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

.icon-iconmonstr-magnifier-2-icon:before {
  content: "\f002" !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

.icon-user:before {
  content: "\f007" !important;
  font-family: FontAwesome !important;
  font-weight: normal !important;
  text-decoration: inherit !important;
}

.icon-iconmonstr-phone-2-icon:before {
    content: "\f095" !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
    text-decoration: inherit !important;
}

.icon-iconmonstr-shopping-cart-4-icon:before {
    content: "\f07a" !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
    text-decoration: inherit !important;
}

.icon-iconmonstr-shipping-box-12-icon:before {
    content: "\f0d1" !important;
    font-family: FontAwesome !important;
    font-weight: normal !important;
    text-decoration: inherit !important;
}

.breadcrumbs{
  display: block;
}

.breadcrumbs ul {
    margin: 0 0 0 0;
    padding: 0px;
}

.breadcrumbs ul li{
  display: inline-block;
}

.breadcrumbs ul li:after{
  content: " / ";
}

.breadcrumbs ul li:last-child:after{
  content: "  ";
}

#contact {
  margin-top: 20px;
  width: 100%;
}
.half {
	width: 50%;
}
.full {
	width: 100%;
  display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
  clear: both;
}
.e-mail-url {
  position:absolute;
  left:-9999px;
  top: -9999px;
}
.foot-note {
  text-align: center;
}
#cptfix {
  width: 30%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 67%;
  float: right;
  min-height: 32px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 70px;
}
textarea, input {
      display: block;
    float: left;
    padding: 1.036em 1.2em;
    margin-bottom: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #003688;
  cursor: pointer;
  padding: 10px 20px;
  width: 100%;
  border: 0;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.send-submit:hover {
	background: #014FC5;
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
}
label {
  margin: 0 0 2px 0;
}

.error {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #DE0000 !important;
}
.error:focus {
  border: 1px solid #DE0000 !important;
}
.valid {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #017301;
}
label.error {
  display: none!important;
}
@media screen and (max-width: 640px) {
    #cptfix {
      width: 100%;
    }
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .column-1_2, .column-2_4, .column-3_6, .column-4_8, .column-5_10, .column-6_12 {
        width: 100% !important;
    }
}
