﻿.left-side {
    position: relative;
    top: 0;
    left: 0;
    width: 65%;
    /*height: 500px;*/
    float: left;
    overflow: hidden;
    margin-top: 12px;
}

    .left-side .background-img {
        background-image: url('/Content/Account/images/background.png');
        background-size: 100% 100%;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
    }

    .left-side .pharmit-img {
        background-image: url('/Content/Account/images/pharmit.png');
        background-size: 100% 100%;
        position: absolute;
        top: 40%;
        left: 37%;
        width: 31%;
        height: 19%;
        transition: transform .2s;
    }

        .left-side .pharmit-img:hover {
            position: absolute;
            -ms-transform: scale(2.0);
            -webkit-transform: scale(2.0);
            transform: scale(2.0);
            cursor: pointer;
            -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
            -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
        }

    .left-side .info-img {
        background-image: url('/Content/Account/images/new-info.jpg');
        background-size: 100% 100%;
        position: absolute;
        top: 75%;
        left: 0%;
        width: 100%;
        height: 26%;
        transition: transform .2s;
    }

.footer-side .info-img:hover {
    cursor: pointer;
    transform: scale(1.04);
    /*-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);*/
}

.right-side {
    width: 35%;
    float: right;
    border: 1.0px medium #055a81;
    border-radius: 10px;
}

    .right-side input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

.button {
    background-color: #055a81;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    margin-left: 4px;
}

.btn {
    padding: 0px 30px;
    line-height: 38px;
    font-size: 18px;
    display: block;
    height: 38px;
    background-color: #055a81;
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    margin-left: 4px;
    color: white;
    border: 1px solid #055a81;
}
.btn:hover {
    background-color: white;
    color: #055a81;
    cursor: pointer;
}

    .button:hover {
        background-color: white;
        color: #055a81;
        cursor: pointer;
    }

    .button:focus {
        background-color: white;
        color: #055a81;
        cursor: pointer;
    }

.editor-label {
    font-weight: 600;
    color: #055A81;
}

.editor-field input, select {
    border-radius: 5px;
}

.contacts {
    margin-top: 20px;
}

    .contacts .header {
        font-weight: 600;
        color: #055A81;
    }

    .contacts .info {
        padding-left: 20px;
        color: #055A81;
        line-height: 15px;
    }

/*.footer-side .info-img {
    background-image: url('/Content/Account/images/info.jpg');
    background-size: 100% 100%;
    transition: 0.5s;
    position: fixed;
    width: 1022px;
    height: 160px;
    margin: 512px auto;
    left: 0;
    right: 0;
}*/



.validation-summary-errors {
    color: red;
    font-size: 16px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
}

    .modal p {
        font-size: 20px;
        font-weight: bold;
    }

.modal-content {
    position: fixed;
    bottom: 0;
    background-color: #fefefe;
    width: 595px;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    margin: 20% auto;
    left: 0;
    right: 0;
}

.modal-content-policy {
    position: fixed;
    background-color: #fefefe;
    width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y:auto;
}

.close, .close-policy, .close-about {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus,
    .close-policy:hover,
    .close-policy:focus,
    .close-about:hover,
    .close-about:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 12px 2%;
    background-color: #025B81;
    color: white;
}

.modal-footer {
    padding: 10px 2%;
    background-color: #025B81;
    color: white;
}

.modal-btn {
    padding: 10px 38%;
    color: #025B81;
}

@-webkit-keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes slideIn {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}


.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #025B81;
    width: 25px;
    height: 25px;
    margin-left: 42%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.row {
    display: table;
}

.cell {
    display: table-cell
}

.main-first-paragraph {
    background-color: #3c6d8c;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 800px;
    margin-top: 20px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

.mission-paragraph {
    color: #000000;
    font-size: 17px;
    padding: 10px;
    margin-top: 10px;
    line-height: 1.3;
}

    .mission-paragraph span {
        color: #3c6d8c;
        font-weight: bold;
    }

.main-third-paragraph {
    
    padding-top: 10px;
    padding-right: 20px;
    margin-top: 0px;
    line-height: 1.3;
}

.icon-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
}

.main-third-paragraph h3 {
    color: #3c6d8c;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
    display: flex;
    align-items: center; 
}

.icon-link {
    margin-right: 10px; 
    align-content: center;
}

.icon {
    width: 44px; /* Размер иконки */
    height: 44px;
    margin-bottom: 10px;
}

.main-third-paragraph h3 {
    color: #3c6d8c; 
    text-transform: uppercase; 
    margin-bottom: 15px; 
}

.main-third-paragraph ul {
    list-style-type: none; 
    padding-left: 0; 
}

    .main-third-paragraph ul li {
        position: relative;
        margin-bottom: 10px; 
        padding-left: 20px; 
        color: #000000;
        font-size: 16px; 
    }

        .main-third-paragraph ul li::before {
            content: '•'; 
            color: #3c6d8c; 
            font-size: 18px; 
            position: absolute;
            left: 0; 
            top: 0; 
        }

        .main-third-paragraph ul li span {
            color: #5587aa;
            font-weight: bold;
        }

.main-products {
    margin-bottom: 20px;
}

.icon-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 5px;
}


.main-products h3 {
    color: #3c6d8c;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.intro-text {
    color: #5587aa;
    font-size: 16px;
    font-style: italic;
    margin-bottom: 15px;
}

.product-list {
    font-size: 16px;
    list-style-type: none;
    padding: 0;
    margin: 0 0 10px;
    text-align: left; 
    display: inline-block; 
}

    .product-list li {
        position: relative;
        padding-left: 20px;
        margin-bottom: 10px;
        color: black;
    }

        .product-list li::before {
            content: "•";
            position: absolute;
            left: 0;
            color: #4a7fa1;
            font-size: 19px;
            line-height: 1;
        }

.why-choose-us {
    text-align: center;
    margin-bottom: 40px;
}

.icon-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icon {
    width: 30px;
    height: 30px;
}

.why-choose-us h3 {
    color: #3c6d8c;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.content-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 колонки */
    gap: 30px;
    text-align: left; /* Выравнивание текста в колонках */
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.number {
    font-size: 48px; /* Огромный размер цифры */
    color: #4a7fa1; /* Синий цвет */
    font-weight: bold;
}

.item p {
    margin: 0;
    font-size: 16px;
    color: black;
}

footer {
    text-align: center; 
}

#footer-counter span {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 20px; 
}

#footer-counter img {
    margin: 0; 
    max-height: 35px; 
}

