#modal-goods {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background-color: rgba(33, 32, 38, 0.65);
    z-index: 1000000000;
}

#modal-goods.visible {
    display: block;
}

.modal-goods-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.modal-goods-block {
    width: 380px;
    height: 600px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    
    z-index: 1200000000;
}

.modal-goods-body {
    padding: 38px 40px 30px;
    min-height: 322px;
}

.modal-goods-close-icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 6px 8px 0px 0;
    cursor: pointer;
}

.modal-goods-close-icon-b {
    width: 2px;
    height: 15px;
    background: black;
    display: inline-block;
}

.modal-goods-close-icon-b.icon-b1 {
    transform: rotate(45deg);
    position: relative;
    left: 2px;
}

.modal-goods-close-icon-b.icon-b2 {
    transform: rotate(-45deg);
    position: relative;
    left: -4px;
}

.modal-goods-head {

    padding: 12px 17px 8px 12px;
    background: #f8f8fa;
    min-height: 60px;
    display: flex;
    align-items: center;

}

.modal-goods-head-p{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #040f3d;
}

.modal-goods-title {
    font-family: Montserrat;
    margin-top: 27px;
    margin-bottom: 6px;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    color: #dea14b;
    text-transform: uppercase;
}

.modal-goods-text {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #212026;
    margin-bottom: 0;
    height: 95.75px;
    overflow: hidden;
}

.modal-goods-read-more {

}

.modal-goods-read-more a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-decoration: underline;
    color: #4b65bf;
}

.modal-goods-read-more a:hover {
    color: #4b65bf;
}

.modal-goods-check-amazon a{
    width: 160px;
    height: 40px;
    background: #4a6dc8;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-goods-check-amazon a:hover{
    text-decoration: none;
    color: #ffffff;
}

.modal-goods-footer {
    border-top: 1px solid #e3e3e3;
    padding: 27px 40px 30px;
}

.modal-goods-share {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    color: #040f3d;
}

.modal-goods-input-b label{
    display: block;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #9f9cac;
}

.modal-goods-input-el {
    position: relative;
    overflow: hidden;
    height: 36px;
    
    border-radius: 5px;
    margin-bottom: 28px;
}



.modal-goods-input-el input{
    width: 100%;
    height: 36px;
    padding: 0 80px 0 12px;
    background: #f8f8fa;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    outline: none;
    box-sizing: border-box;
    
    color: #9f9cac;
}

.modal-goods-input-el input:focus{
    outline: none;
}
.modal-goods-input-el input::placeholder{
    color: #9f9cac;
}

.modal-goods-input-el button{
    width: 65px;
    height: 36px;
    margin: 0 0 0 223px;
    padding: 7px 13px 6px 14px;
    background-color: #dea14b;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    box-sizing: border-box;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

#share-buttons-soc-links-box {
        display: flex;
        flex-direction: row;
    }

    #share-buttons-soc-links p {
        font-family: Montserrat;
        font-size: 10px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 1px;
        color: #9f9cac;
        margin-bottom: 5px
    }


    #share-buttons-soc-links-box svg {
        width: 50px;
        height: 50px;
    }

    .share-buttons-soc-links-mobile {
        display: none
    }


.share-buttons-soc-links-mobile.view-iphone {
    display: none;
}

@media screen and (max-width: 1000px) {
    .share-buttons-soc-links-mobile {
        display: flex
    }

    .share-buttons-soc-links-desktop {
        display: none;
    }

    .share-buttons-soc-links-mobile.isIphone {
        display: flex !important;
    }
}