
body {
  background-color: rgba(0, 128, 0, 0);
  background-image: url("фон_2_серый.jpg");
  max-width: 100%;
  /*font-family: "Times New Roman";*/
  font-family: 'Inter', sans-serif;
  font-size: x-large;
  min-width: 850px;
}
#name{
    float: left;
    margin-left: 12%;  
}


.Element {
    float: left;
    min-width: 10%;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 5%;
    text-align: center;
}

.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;

  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.head {
    /*background-color: rgba(155, 157, 155,0.1);*/
    background-color: rgba(230, 230, 230,1);
    max-width: 100%;
    text-align: center;
    position: sticky;
    z-index: 100;
    top: 0;
    height: 60px;
    text-align: center;
    font-weight: bold;
    font-size: large;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    /*background-color: rgba(221, 52, 86, 0.5);*/
}

.case{
    /*scroll-margin-block-start: 45px; */
    text-align: center;
    min-height: 300px;
    display: inline-block;
    width: 100%;
    /*border-radius: 15px;*/
   /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
    padding-top: 10px;
    padding-bottom: 30px;
}

.inner{
    font-size: 1.3rem;
    color: #6b6b6b;
    font-weight: normal;
}

.caseMain{
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.our2{
    float: left;
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: left;
    /*flex: 1;  Равномерное распределение ширины */
    border: 1px solid #ccc;
    padding: 15px;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    /*background-color: rgba(123, 116, 118, 0.5);*/
}

.our2:hover {
            box-shadow: 0 12px 30px rgba(37,99,235,0.08);
            transform: translateY(-2px);
        }

.hero-buttons {
            margin-top: 40px;
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
        }
.btn {
            display: inline-block;
            padding: 14px 26px;
            border-radius: 8px;
            font-weight: 600;
        }
.btn-primary {
            background: linear-gradient(135deg, #e3e4e7, #972626);
            color: #ffffff;
        }
.btn-secondary {
            border: 1px solid #cbd5f5;
            color: #2563eb;
        }

.anch{
    scroll-margin-top: 4.5em;
}

.tablMain{
    display: flex;
}



 .cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 24px;
            margin-top: 40px;
        }

        .card {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-radius: 16px;
            padding: 28px;
            transition: box-shadow 0.2s ease, transform 0.2s ease;
        }

        .card:hover {
            box-shadow: 0 12px 30px rgba(37,99,235,0.08);
            transform: translateY(-2px);
        }


.lableH3{
    font-size: 1.3em;
    font-weight: bold;
}

.container {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}


#bankR{
    width: 40px;
    height: 40px;
    color: #972626;
}

.ours{
    border: 1px solid #ccc;
    text-align: left;
}


.item {
    width: 40%;
    margin-left: 6%;
    margin-right: 4%;
    text-align: left;
    /*flex: 1;  Равномерное распределение ширины */
    border: 1px solid #ccc;
    padding: 15px;
    /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);*/
    border-radius: 12px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    /*background-color: rgba(123, 116, 118, 0.5);*/
}

.itemRight{
    margin-left: 4%;
    margin-right: 6%;
}

.item:hover {
            box-shadow: 0 12px 30px rgba(37,99,235,0.08);
            transform: translateY(-2px);
        }


.ph.ph-bank:before {
  content: "\e992";
}

.itemCont{
    width: 25rem;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 50px;
    display: flex;
    justify-content: left;
    /*flex: 1;  Равномерное распределение ширины */
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: left;
}
.tbl{
    width: 100%;
    flex: 1; /* Равномерное распределение ширины */
    /*min-height: 50px;*/
    /*margin-left: 10%;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    background-color: rgba(221, 52, 86, 0.5);
}


.caseLable{
    text-align: center;
    /*margin-left: 35%;*/
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 50px;
}

table {
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  padding: 28px 28px;
}

.point{
    float: left;
}

.img_point{
    width: 50px;
    height: 50px;
}

.img_small_point{
    width: 20px;
    height: 20px;
}

.secondPage{
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

#img_plan{
    /*width: 50%;*/
    height: 30em;
}


#secondOur{
    float: left;
}

#inMain{
    margin-top: 15rem;
    margin-left: 11%;  
    width: 38%;
    
    margin-right: 1%;
}

/*#services{
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 24px;
}*/


#main2{
    scroll-margin-top: 0.91em;
}

#imgCont{
    margin-top: 110px;
}

#img_contacts{
    margin-left: 14%;
    width: 35%;
    margin-right: 1%;
}

#inMain2{
    margin-top: 10rem;
    text-align: left;
    margin-left: 1%; 
    width: 35%;
    margin-right: 14%;
    margin-bottom: 10rem;
}

#main {
    /*background-color: rgba(51, 54, 51, 0.5);*/
    /*border-bottom-right-radius: 15px;*/
    max-height: 1000px;
    min-width: 85rem;
    font-size: 4em;
    
}

a.text:active, /* активная/посещенная ссылка */
a.text:hover,  /* при наведении */
a.text {
  text-decoration: none;
  color: #000;
}


a.btn:active, /* активная/посещенная ссылка */
a.btn:hover,  /* при наведении */
a.btn {
  text-decoration: none;
  color: #000;
}

#bot{
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 193, 7, 1);
}