

/*.tarifs-center {*/
/*    display: block;*/
/*    text-align: center;*/
/*    margin-bottom: 1em;*/
/*}*/
/*.tarifs-container {*/
/*    gap: 1em;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/

/*}*/

/*.tarif-item-wrapper {*/
/*    position: relative;*/
/*    overflow:  hidden;*/
/*}*/

/*.tarif-item-wrapper-2 {*/
/*    display: flex;*/
/*}*/

/*.tarif-item-1 {*/
/*    border: 8px solid var(--dark-color);*/
/*    border-radius: 8px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*    max-width: 250px;*/
/*    min-width: 250px;*/
/*}*/
/*.tarif-item-3  {*/
/*        width: 750px;*/
/*    overflow: hidden;*/
/*}*/
/*.tarif-item-wrapper-2 {*/
/*    display: flex;*/
/*    gap: 1rem;*/
/*}*/

/*@media (max-width: 1094px) {*/
/*    .tarifs-container {*/
/*        justify-content: center;*/
/*    }*/
/*    .tarif-item-3  {*/
/*        width: 250px;*/
/*    }*/
/*}*/
/*@media (max-width: 562px) {*/
/*    .tarif-item-3  {*/
/*        width: 90%;*/
/*    }*/
/*    .tarif-item-wrapper-2 {*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        align-items: center;*/
/*    }*/
/*    .tarif-item-2 {*/
/*        max-height: 230px;*/
/*    }*/
/*    .free-box-text h2 {*/
/*        text-align: center;*/
/*        margin-bottom: 1em;*/
/*    }*/
/*}*/
/*!*.free-box {*!*/
/*!*    display: flex;*!*/
/*!*    margin-top: 1em;*!*/
/*!*    gap: 1em;*!*/
/*!*}*!*/
/*!*.free-box-text {*!*/
/*!*    width: 50vw;*!*/
/*!*    margin-left: 0.7em;*!*/
/*!*}*!*/
/*.free-box-text h2 {*/
/*    font-size: clamp(24px, 2vw, 32px);*/
/*}*/
/*.free-box-text ul {*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.free-box-text ul li {*/
/*    position: relative;*/
/*    padding-left: 28px;*/
/*    line-height: 1.5;*/
/*    font-size: clamp(16px, 2vw, 20px);*/
/*}*/

/*.free-box-text ul li::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-image: url("/img/icons/check-double.svg");*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    background-position: center;*/
/*}*/

/*.tarif-item-2 {*/
/*    border: 8px solid var(--dark-color);*/
/*    border-radius: 8px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    gap: 1rem;*/
/*    width: 250px;*/
/*    height: 312px;*/
/*}*/


/*!* Плашка со скидкой *!*/
/*.sale {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    right: -45px;*/
/*    width: 160px;*/
/*    text-align: center;*/
/*    color: var(--light-color);*/
/*    font-weight: bold;*/
/*    padding: 4px 0;*/
/*    box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
/*    letter-spacing: 1px;*/
/*    transform: rotate(45deg);*/
/*    background: #43a047;*/
/*    font-size: clamp(12px, 4vw, 14px);*/
/*}*/
/*.sale-color {*/
/*    background: rgba(220, 93, 0, 0.68);*/
/*}*/

/*.tarif-title-block {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    background-color: var(--dark-color);*/
/*    color: var(--light-color);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.tarif-title-block h2  {*/
/*    font-size: clamp(24px, 4vw, 38px);*/
/*    padding-left: 5px;*/
/*}*/
/*.tarif-title-block span {*/
/*    opacity: 0.7;*/
/*    padding-left: 7px;*/
/*}*/
/*.tarif-title-block > span:nth-of-type(2) {*/
/*    margin-bottom: 7px;*/
/*}*/
/*.tarif-main-block {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    padding: 0 1em;*/
/*}*/
/*.ul-tarifs-block {*/
/*    list-style: none;*/
/*    padding-left: 0;*/
/*}*/

/*.ul-tarifs-block li {*/
/*    position: relative;*/
/*    padding-left: 28px;*/
/*    margin-bottom: 8px;*/
/*    font-size: 1em;*/
/*}*/

/*.ul-tarifs-block li::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background: url("/img/icons/check-mark.svg") no-repeat center / contain;*/
/*}*/

/*.btn-tarifs {*/
/*    width: fit-content;*/
/*    height: fit-content;*/
/*    padding: 12px 14px;*/
/*    font-size: clamp(16px, 2.5vw, 18px);*/
/*    border-radius: 6px;*/
/*    border: 5px solid #ea6b20;*/
/*    font-weight: bold;*/
/*    color: var(--dark-color);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.btn-tarifs:hover {*/
/*    background-color: #ea6b20;*/
/*    color: var(--light-color);*/
/*    border: 5px solid  var(--dark-color);*/
/*}*/

/*.btn-tarifs:active {*/
/*    animation: click 0.25s ease;*/
/*}*/
/*@keyframes click {*/
/*    0% {*/
/*        transform: scale(1);*/
/*        color: var(--black-color);*/
/*    }*/
/*    50% {*/
/*        transform: scale(0.95);*/
/*        color: gray;*/
/*    }*/
/*    100% {*/
/*        transform: scale(1);*/
/*        color: var(--black-color);*/
/*    }*/
/*}*/
/*@media (max-width: 565px) {*/

/*    .tarif-main-block {*/
/*        display: none;*/
/*    }*/
/*}*/

/*!*ТАРИФЫ*!*/

/*СТРАНЫ*/
.countries-block-1 {
    display: flex;
    width: 100%;
    gap: 3.5em;
}
.countries-block-2 {
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.countries-block-2 h3 {
    font-weight: lighter;
    font-size: clamp(16px, 2vw, 18px);
}

.tarifs-countries-container {
    text-align: center;
    padding-top: 1em;
    padding-bottom: 1em;
}
.countries-items-tarifs a {
    text-decoration: none;
}
.tarifs-countries-container span {
    color: var(--light-color);
    font-size: clamp(16px, 2vw, 22px);

}
.countries-items-tarifs {
    width: 100%;
}
.icons-countries {
    width: 30%;
    border-radius: 4px;
}
.icons-countries-tarifs {
    width: 100%;
    border-radius: 8px;
    border: 3px solid white;
}
@media (max-width: 768px) {
    .countries-block-1 {
        display: flex;
        width: 100%;
        gap: 2em;
    }
}
/*СТРАНЫ*/

/*ПОЧЕМУ ИМЕННО СОДАВПН*/
.advantages-container {
    display: flex;
    flex-direction: column;
    gap: 4em;
    align-items: center;
}
.advantages {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    align-items: start;
    gap: 2em;
}
.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    gap: 10px;
}
.advantages-item span {
    padding: 5px;
    font-size: clamp(16px, 2vw, 18px);
}
.icons-advantages {
    height: 110px;
}
@media (max-width: 768px) {
    .advantages-container {
        gap: 2em;
    }
    .advantages {
        gap: 0.7em;
    }
    .advantages-item {
        flex-direction: row;
        text-align: left;
        justify-content: flex-start;
    }
    .advantages-item span {
        text-align: left;
    }
    .advantages {
        grid-template-columns: 1fr;
    }
    .icons-advantages {
        height: 40px;
    }
}
/*ПОЧЕМУ ИМЕННО СОДАВПН*/