::-webkit-scrollbar {
    width: 0;
}

body {
    background-color: #EDF5F3;
    margin:0px auto;
    padding:0px;
    font: normal 1em Montserrat, sans-serif, Arial, Verdana;
}

@media (max-width: 442px) {
    body {
        width: 442px;
    }
}

.page {
    width:100%;
    padding:0px;
    margin:0px;
}

.blkFullWdt {
    width:100%;
    padding:0px;
    margin:0px auto;
}

.blkContentWdt {
    padding:0px;
    margin:0px auto;
}

.bgFullWidthImg {
    margin:0em 0;
    color:white;
    height:auto;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
}

.ui-accordion .ui-state-active {
    font-weight: 500;
    background:#40C96E;
    border-color: #40C96E;
}

.ui-accordion .ui-accordion-header {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    border: none;
}

.ui-accordion-content {
    margin-bottom: 0.5em;
    background: rgba(255, 255, 255, .8);
}



.colGrn {
    color:#40C96E;
}

/* PHP drd_steps_list( */
.colSLtop {
    flex: 1;
}
.colSLup {
    flex: 2;
}
.colSLhead {
    flex: 3;
}
.colSLtext {
    flex: 4;
}

@media only screen and (max-width: 800px) {
    .blkContentWdt {
	min-width: 400px !important;
	width:100%;
    }
    .containerWrapper {
        flex-wrap: wrap;
    }
    .imgSize {
        display: none;
    }
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
    .blkContentWdt {
	/*width:800px;*/
        width: 100%;
    }
    .imgSize {
        display: none;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .blkContentWdt {
	/*width:1024px;*/
    width: 100%;
    }
}

@media only screen and (min-width: 1281px) {
    .blkContentWdt {
	/*width:1680px;*/
	width: 100%;
    }
}

.animbtn {
    display: inline-block;
    border-radius: 4px;
    background-color: #40C96E;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 9px 20px 9px 20px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

.animbtn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.animbtn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.animbtn:hover span {
    padding-right: 25px;
}

.animbtn:hover {
    box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -moz-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
}

.animbtn:hover span:after {
    opacity: 1;
    right: 0;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.5em;

    }
    h2 {
        font-size: 2.5em;
    }
    h3 {
        font-size: 2em;
    }
    h4 {
        font-size: 1.9em;
    }
    .txtDescr {
        font-size: 1.6em;
    }
    .txtListSectTitle {
        font-size: 1.3em;
    }
    .txtListItem {
        font-size: 1.2em;
    }
    p {
        font-size: 1em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 3.3em;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 1.8em;
    }
    h4 {
        font-size: 1.7em;
    }
    .txtDescr {
        font-size: 1.2em;
    }
    .txtListSectTitle {
        font-size: 1.0em;
    }
    .txtListItem {
        font-size: 0.9em;
    }
    p {
        font-size: 1em;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2.1em;
    }
    h3 {
        font-size: 1.6em;
    }
    h4 {
        font-size: 1.5em;
    }
    .txtDescr {
        font-size: 1.1em;
    }
    .txtListSectTitle {
        font-size: 0.9em;
    }
    .txtListItem {
        font-size: 0.8em;
    }
    p {
        font-size: 0.9em;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    h1 {
        font-size: 2.5em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.3em;
    }
    .txtDescr {
        font-size: 1em;
    }
    .txtListSectTitle {
        font-size: 0.8em;
    }
    .txtListItem {
        font-size: 0.7em;
    }
    p {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    .txtDescr {
        font-size: 0.8em;
    }
    .txtListSectTitle {
        font-size: 0.8em;
    }
    .txtListItem {
        font-size: 0.7em;
    }
    p {
        font-size: 0.6em;
    }
}


/*.blkWhite {
    background-color:white;
}

.blkGrey {
    background-color:#F4F4F4;
}
*/

.hover-block {
    position: relative;
    overflow: hidden;
    flex: 1;
    transition: transform 0.3s ease;
    border-radius: 1.6rem; /* Добавлено округление углов */
}

.hover-block:hover {
    transform: scale(1.05);
}

.hover-block img {
    transition: transform 0.3s ease;
    filter: brightness(50%);
    width: 100%;
    border-radius: 1.6rem; /* Добавлено округление углов */
}

.hover-block .flex-column {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Убедимся, что колонка занимает все доступное пространство */
}

.hover-block h4 {
    position: absolute;
    top: 20px; /* Изменено расположение */
    left: 20px; /* Изменено расположение */
    z-index: 2;
    color: white;
}

.hover-block .content-overlay {
    position: absolute;
    left: 0;
    top: 15%; /* Позиционирование у нижнего края */
    background-color: transparent;
    width: 100%;
    height: auto;
    z-index: 1;
    color: white;
    padding: 20px; /* Добавлен отступ */
}

.hover-block p {
    font-size: 1.3em;
    margin-bottom: 0; /* Убран нижний отступ */
}

/* Медиа запросы для адаптивности текста */
@media (max-width: 1200px) {
    .hover-block p, .hover-block h4 {
        font-size: 0.9em;
    }
}

@media (max-width: 992px) {
    .hover-block p, .hover-block h4 {
        font-size: 0.8em;
    }
}

@media (max-width: 768px) {
    .row.align-items-start {
        flex-direction: column;
        align-items: stretch;
    }

    .hover-block {
        margin-bottom: 20px;
    }
}


.menuFont {
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
}

.menuFont:hover {
    color: #40C96E;
}

.heroFont {
    font-size: 24px;
    color: #FAFAFA;
}

.titleHero {
    color: #FFFCFC;
    font-weight: lighter !important;
}

.titleText {
    font-size: 26px;

}

.titleText18px {
    font-size: 18px;
    text-decoration: none !important;
    color: black;
}

.txtOP80 {
    opacity: 0.8;
}

.txtDescr {
    opacity: 0.8;
}

.txtGreen {
    color: #40C96E;
}

.txtGreen:hover {
    color: #40C96E;
}

.txtGreenFont {
    font-weight: 600;
    font-size: 1.2em;
    color: #40C96E;
}

.stepText {
    font-size: 1.5em;
    color: #0d0c0c40;
}

.furnitureText28px {
    font-size: 1.8em;
}

.furnitureText32px {
    font-size: 2em;
}

.stepTextP {
    font-size: 2.5em;
    color: #40C96E;
}

.linkMainMedium {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.btnGreen {
    color: #fff;
    background-color: #40C96E;
    border: 1px solid #000;
    border-radius: 6px
}

.btnGreenBig {
    width: 250px;
    height: 70px;
    border: 1px solid #40C96E;
    border-radius: 6px
}


.btnWhiteGreen i {
    font-style: normal;
}

.btnWhiteGreen {
    color: #fff;
    min-width: 120px;
    min-height: 60px;
    border-radius: 3px;
    background-color: transparent;
    border: 1px solid #40c96e;
}

.btnWhiteGreen:hover{
    color: #fff;
    background: #40C96E;
    border: 1px solid #000;
}


.btnGreen:hover{
    color: #fff;
    background: #40C96E;
    border: 1px solid #fff;
    box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
    -moz-box-shadow: 1px 1px 10px 2px rgba(64,64,64,0.83);
}

.btnSmall {
    max-width: 13em;
}
.btnBig {
    width: 100%;
    max-width: 100em;
}
.btn200 {
    max-width: 200px;
    width: 100% !important;
}

.flexDirectionCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flexDirectionRaw {
    display: flex;
    justify-content: space-between;
}

.custom-input {
    border: 1px solid #b7b7b7;
    outline: none;
    transition: border 0.3s ease;
}

.custom-input:focus {
    border: 1px solid #035ec5;
}

.breadcrumb {
    list-style: none;
    display: flex;
}

.breadcrumb-item>a,
.breadcrumb-item.active {
    color: #bfbfbf;
    text-decoration: none;
    position: relative;
    text-align: center;
    margin-right: 5px;
    user-select: none;
}
.image-bg {
    background-image: url('/img/iwoscan-manufacturing-4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    max-height: 740px;
}

.leanStyle {
    padding: 15px;
    background: #f6f6f6;
    border-radius: 5px
}


.item-margin {
    margin-top: -8.8%;
}


@media  (max-width: 577px) {
    .item-margin {
        margin-top: -22.8%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .item-margin {
        margin-top: -23.2%;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .item-margin {
        margin-top: -17.4%;
    }
}

@media (min-width: 992px) and (max-width: 1200.98px) {
    .item-margin {
        margin-top: -13.1%;
    }
}

@media (min-width: 1201px) and (max-width: 1399.98px) {
    .item-margin {
        margin-top: -11%;
    }
}

.extended-width {
    width: 100%;
    max-width: none;
}

@media (max-width: 991px) {
    .image-bg {
        display: none;
    }
}

.blog-list-container {
    padding: 20px;
}

.blog-list-item {
    margin-bottom: 20px;
}

.blog-list-item h2 {
    font-size: 24px;
    margin: 0;
}

.blog-post-container {
    padding: 20px;
}

.blog-post-meta {
    font-size: 14px;
    color: #888;
}

.blog-post-author {
    font-weight: bold;
}

.blog-post-content {
    margin-top: 20px;
}

.error-message {
    color: red;
    font-weight: bold;
}

.pagginationActive .active a{
    color: #000 !important;
    background: #fff !important;
}

.hero1 {
    height: 50em;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.6;*/
}

.svgFill,
.svgFill path{
    fill: #fff;
}
.svgFill:hover,
.svgFill path:hover{
    fill: #40c96e;
}

.textGreenShedule {
    color: #40C96E
}

.textGreenShedule:hover {
    color: #fff
}

