﻿.NewbusinessContainer {
    width: 1300px;
    margin: 0 auto;
    margin-top: 35px;
}

.mainLinksContainer {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.mainLinks {
    float: left;
}

.mainLink {
    width: 267px !important;
    height: 90px !important;
    box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 33px;
    align-items: center;
    font-size: 15px;
    color: #31619D;
    font-family: FiraGORegular;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
}

    .mainLink img {
        margin-right: 23px;
    }

    .mainLink:hover {
        border: 1px solid #BDF0FE;
        width: 265px !important;
        height: 88px !important;
    }



.mainLinkImg_0 {
    background-image: url('/Media/Default/Images/NewBusiness/მიკრო_ბიზნესი.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_0:hover {
        background-image: url('/Media/Default/Images/NewBusiness/მიკრო_ბიზნესი_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }

.mainLinkImg_1 {
    background-image: url('/Media/Default/Images/NewBusiness/მცირე_ბიზნესი.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_1:hover {
        background-image: url('/Media/Default/Images/NewBusiness/მცირე_ბიზნესი_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }

.mainLinkImg_2 {
    background-image: url('/Media/Default/Images/NewBusiness/ფიქსირებული_გადასახადის_გადამხდელი.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_2:hover {
        background-image: url('/Media/Default/Images/NewBusiness/ფიქსირებული_გადასახადის_გადამხდელი_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }

.mainLinkImg_3 {
    background-image: url('/Media/Default/Images/NewBusiness/უძრავი_ქონების_გამქირავებელი.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_3:hover {
        background-image: url('/Media/Default/Images/NewBusiness/უძრავი_ქონების_გამქირავებელი_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }

.mainLinkImg_4 {
    background-image: url('/Media/Default/Images/NewBusiness/ინდმეწარმე.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_4:hover {
        background-image: url('/Media/Default/Images/NewBusiness/ინდმეწარმე_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }

.mainLinkImg_5 {
    background-image: url('/Media/Default/Images/NewBusiness/ფრილანსერი.png');
    background-position: left 20px center !important;
    background-repeat: no-repeat;
}

    .mainLinkImg_5:hover {
        background-image: url('/Media/Default/Images/NewBusiness/ფრილანსერი_w.png');
        background-position: left 20px center !important;
        background-repeat: no-repeat;
    }


/*.mainLinkImg_1 {*/
/*    margin-left: 10px;*/
/*margin-right: 10px;
    background-image: url('/Media/Default/Images/NewBusiness/მიკრო_ბიზნესი.png');
    background-position: center center !important;
    background-repeat: no-repeat;
    width: 43px !important;
    height: 43px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    background-color: red;
    display: block;
}

.mainLink {
    width: 280px !important;
    height: 90px !important;
    box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    align-items: center;
    font-size: 15px;
    color: #31619D;
    font-family: FiraGORegular;
    font-weight: bold;
    cursor: pointer;
}*/
/* .mainLink img {
        margin-right: 23px;
    }*/
/*.mainLink:hover .mainLinkImg_1 {
        background-color: #31619D;
        border-radius: 50%;
        border: 1px solid #31619D;
        background-image: url('/Media/Default/Images/NewBusiness/მიკრო_ბიზნესი_w.png');
        background-position: center center !important;
        margin-right: 10px;
        background-repeat: no-repeat;
        width: 43px;
        height: 43px;
    }*/
.calculatorBlock {
    float: left;
    width: 300px;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #31619D;
    background-color: #31619D;
    display: flex;
    margin-left: 10px;
    display: inline-block;
    cursor: pointer;
}

    .calculatorBlock img {
        margin-top: 20px;
        margin-left: 20px;
        width: 104px;
        height: 104px;
    }

    .calculatorBlock span {
        display: block;
        color: #FFFFFF;
        font-size: 15px;
        font-family: FiraGORegular;
        font-weight: bold;
        margin-left: 20px;
        margin-top: 20px;
        margin-right: 80px;
        line-height: 20px;
        background-image: url('/Media/Default/Images/NewBusiness/expand_more.png');
        background-repeat: no-repeat;
        background-position: right bottom;
    }

        .calculatorBlock span:hover {
            font-size: 16px;
            margin-right: 70px;
        }

.margin_top_10 {
    margin-top: 10px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.secondBlock {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-left: 10px;
    padding-top: 50px !important;
}

.secondBlockTitle {
    width: 100%;
    margin-right: 30px;
    padding-right: 20px;
    font-size: 14px;
    background-image: url('/Media/Default/Images/NewBusiness/open_all.png');
    background-repeat: no-repeat;
    background-position: right center !important;
}

.secondBlock_col {
    width: 50%;
    /*display: flex;*/
    /*background-color: #F8FAFE;
    border-radius: 10px;
    border: 1px solid #E4EBF7;
    color: #31619D;
    font-size: 15px;
    font-family: FiraGORegular;
    font-weight: bold;
    padding-left: 20px;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
    background-image: url('/Media/Default/Images/NewBusiness/expand_more_down.png');
    background-repeat: no-repeat;
    background-position: right 20px center !important;*/
    /*    position: relative;*/
    flex-wrap: wrap;
    display: grid;
    align-items: start;
}

.secondBlock_col_expanded {
    width: 600px;
    height: 60px;
    display: flex;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E4EBF7 !important;
    color: #31619D;
    font-size: 15px;
    font-family: FiraGORegular;
    font-weight: bold;
    padding-left: 20px;
    align-items: center;
    margin-right: 20px;
    margin-top: 20px;
    background-image: url('/Media/Default/Images/NewBusiness/expand_more_down.png');
    background-repeat: no-repeat;
    background-position: right 20px center !important;
    /*position: relative;*/
    box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
}

.menuItem {
    width: 600px;
    min-height: 40px;
    /*display: flex;*/
    background-color: #F8FAFE;
    border-radius: 10px;
    border: 1px solid #E4EBF7;
    color: #31619D;
    font-size: 15px;
    font-family: FiraGORegular;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    /*align-items: center;*/
    margin-right: 20px;
    margin-top: 20px;
    background-image: url('/Media/Default/Images/NewBusiness/expand_more_down.png');
    background-repeat: no-repeat;
    background-position: right 20px top 20px !important;
    align-items: flex-start;
    cursor: pointer;
}

/*.menuItem:hover {
        border: 1px solid #71A3E1;
    }*/
.menuItemHover:hover {
    border: 1px solid #71A3E1;
}

.menuItem_expanded {
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E4EBF7;
    box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
    background-image: url('/Media/Default/Images/NewBusiness/expand_more_up.png');
}

.subMenu {
    background-color: #FFFFFF;
    width: 600px;
    /*border: 1px solid #E4EBF7 !important;
    border-top: none !important;*/
    display: none;
    margin-left: -20px;
    margin-top: 20px;
}

    .subMenu span {
        min-height: 37px;
        border-top: 1px solid #E4EBF7;
        display: block;
        vertical-align: middle;
        margin-left: 20px;
        margin-right: 20px;
        width: 540px;
        padding-top: 20px;
        font-weight: normal;
        color: #446183;
        text-decoration: underline;
        background-image: url('/Media/Default/Images/NewBusiness/link.png');
        background-repeat: no-repeat;
        background-position: left center !important;
        padding-left: 40px;
    }

.show {
    display: block;
}

#innerDiv {
    display: none; /* Hides the inner div by default */
}

#outerDiv {
    border: 1px solid green;
    padding: 20px;
}

@media (max-width: 1280px) { /*  IPad Air  */
    .NewbusinessContainer {
        width: 98%;
        /*margin: 0 auto;*/
        margin-top: 35px;
        box-sizing: border-box !important;
    }

    .mainLinksContainer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .mainLinks {
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .mainLink {
        width: 98% !important;
        height: 90px !important;
        box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 33px;
        align-items: center;
        font-size: 13px;
        color: #31619D;
        font-family: FiraGORegular;
        font-weight: bold;
        cursor: pointer;
        line-height: 20px;
        margin-top: 10px;
    }

    .secondBlock {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-left: 50px;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .secondBlockTitle {
        width: 100%;
        margin-right: 0px;
        padding-right: 20px;
        font-size: 14px;
        background-image: url('/Media/Default/Images/NewBusiness/open_all.png');
        background-repeat: no-repeat;
        background-position: right center !important;
    }

    .secondBlock_col {
        width: 100%;
        flex-wrap: wrap;
        display: grid;
        align-items: start;
    }

    .secondBlock_col_expanded {
        width: 100%;
        height: 60px;
        display: flex;
        background-color: #FFFFFF;
        border-radius: 10px;
        border: 1px solid #E4EBF7 !important;
        color: #31619D;
        font-size: 15px;
        font-family: FiraGORegular;
        font-weight: bold;
        padding-left: 20px;
        align-items: center;
        margin-right: 20px;
        margin-top: 20px;
        background-image: url('/Media/Default/Images/NewBusiness/expand_more_down.png');
        background-repeat: no-repeat;
        background-position: right 20px center !important;
        /*position: relative;*/
        box-shadow: 0px 4px 20px 0px rgba(49, 97, 157, 0.1);
    }

    .menuItem {
        width: 100%;
        min-height: 60px;
        /*display: flex;*/
        /*background-color: #F8FAFE;
        border-radius: 10px;
        border: 1px solid #E4EBF7;
        color: #31619D;
        font-size: 15px;
        font-family: FiraGORegular;
        font-weight: bold;*/
        padding-left: 20px;
        padding-top: 20px;
        /*align-items: center;*/
        margin-right: 20px;
        margin-top: 20px;
        /*background-image: url('/Media/Default/Images/NewBusiness/expand_more_down.png');
        background-repeat: no-repeat;
        background-position: right 20px top 20px !important;
        align-items: flex-start;
        cursor: pointer;*/
        box-sizing: border-box;
        font-size: 13px;
    }

    .subMenu {
        background-color: #FFFFFF;
        width: 100%;
        display: none;
        /*margin-left: -20px;*/
        margin-top: 20px;
        box-sizing: border-box;
    }

        .subMenu span {
            min-height: 57px;
            border-top: 1px solid #E4EBF7;
            display: block;
            vertical-align: middle;
            margin-left: 20px;
            margin-right: 20px;
            width: 95%;
            padding-top: 20px;
            padding-bottom: 20px;
            font-weight: normal;
            font-size: 13px;
            line-height: 20px;
            color: #446183;
            text-decoration: underline;
            background-image: url('/Media/Default/Images/NewBusiness/link.png');
            background-repeat: no-repeat;
            background-position: left center !important;
            box-sizing: border-box;
            /*padding-left: 40px;*/
        }

    .calculatorContainer {
        display: flex; /* Makes the body a flex container */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        width: 100%;
    }

    .calculatorBlock {
        width: 300px;
        height: 200px;
        border-radius: 10px;
        border: 1px solid #31619D;
        background-color: #31619D;
        display: block;
        /*margin-left: 10px;*/
        margin: 0 auto;
        margin-top: 20px;
    }

    .margin_bottom_20 {
        margin-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .calculatorContainer {
        display: flex; /* Makes the body a flex container */
        justify-content: center; /* Centers content horizontally */
        align-items: center; /* Centers content vertically */
        width: 100%;
    }

    .calculatorBlock {
        width: 270px;
        height: 200px;
        /*border-radius: 10px;
        border: 1px solid #31619D;
        background-color: #31619D;*/
        display: block;
        /*margin-left: 10px;*/
        margin: auto;
        margin-top: 20px;
        box-sizing: border-box;
    }

        .calculatorBlock span {
            margin-right: 40px;
        }
}
