
.text_top_img {
    padding-top: 60px;
}


.text_top_img h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
}

.text_top_img span.fisrt_text{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0C1421;
}


.text_top_img span.second_text{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}


.text_center{
       padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #0C1421;
}

.text_center span.second_text{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #414446;
}

.panel{
        width: 100%;
    }

.row.table_price{
    padding-bottom: 80px;
}

.text_opys{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}





.title .item_columns{
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C1421;
    padding-bottom: 10px;
}

.row.title .item_columns:first-child {
    text-align: left;
}
.row.title .item_columns {
    text-align: center;
}

.table_price .contents_row{
    
    border-bottom: 1px dashed #BEC5C7;
}

.table_price .contents_row:last-child{
    
   border: none;
}

.table_price .item_columns{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: auto;
    text-align: center;
    
}

.table_price .item_columns:first-child {
    text-align: left;
}

/* Style the buttons that are used to open and close the accordion panel */
.table_price .accordion {
    background-color: #F2F5F5;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    transition: all .3s ease;
    margin-bottom: 10px;
    border: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
    color: #0C1421;
    outline: none;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.first_acord .active, .table_price .accordion:hover,
button:focus {
  background-color: #ccc;
  background: #ccc;
  border: none;
}

/* Style the accordion panel. Note: hidden by default */
.table_price .panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
 }

 .table_price .panel span{
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 10px;
    display: block;
 }

.table_price .accordion:after {
  content: url(../images/chevron-down.png); /* Unicode character for "plus" sign (+) */
  float: right;
  
}

.table_price .active:after {
  content: url(../images/chevron-down.png); /* Unicode character for "minus" sign (-) */
  transform: rotate(180deg);
  transition: all .3s ease;
}

.text_custom{
    border-top: 1px solid #0C1421;
    padding-top: 60px;
    padding-bottom: 40px;
}

.text_custom h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    text-align: center;
}

.text_custom span.fisrt_text{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0C1421;
    text-align: center;
    display: block;
}

.text_custom li {
    list-style: none;
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #0C1421;
    padding-bottom: 10px;
}

.text_custom li:before {
    content: "+";
    font-size: 14px;
    color: #888D90;
    padding-right: 8px;
}







/*************** *********************/

.block_contact_price{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F2F5F5;
}

.block_contact_price .block_form{
    max-width: 409px;
}

.contact_side h3 {
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -1px;
    color: #0C1421;
    padding-bottom: 24px;
}

.block_contact_price .contact_side a{
    background: #E2A300;
    padding: 16px 24px 16px 24px;
    display: block;
    max-width: 379px;
    text-align: center;
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #FFFFFF;
    margin-bottom: 34px;
}

.block_contact_price .contact_side a:hover{
    color: #0C1421;
    transition: all .3s ease;
    text-decoration: none;
}



@media (max-width: 768px){
    .text_top_img {
    padding-top: 10px;
    }

    
}


@media (max-width: 450px){
    .text_top_img {
    padding-top: 10px;
    }
}