body{
    box-sizing: border-box;
}
.traffic{
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}
.traffic h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 39px;
    letter-spacing: -0.03em;
    color: #303737;
}
.traffic__block{
    background: #DBFCFF;
    border-radius: 12px;
    padding: 10px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
    border: 1px solid #DBFCFF;
}
.traffic__block:hover{
    background: #FFFFFF;
    border: 1px solid #3DD6E5;
}
.traffic__case{
    display: flex;
    cursor: pointer;
    justify-content: flex-start;
    border-bottom: 1px solid rgb(29, 94, 101, 0.2);
}
.traffic__container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.traffic__text h3{
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px;
}
.traffic__text .traffic__clock{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #303737;
    opacity: 0.7;
    margin: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.traffic__text img{
    margin-right: 5px;
}
.traffic__text .traffic__text--price{
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    color: #23A4B1;
    padding-top: 35px;
}
.traffic__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px 5px 10px 0;
    margin-right: 15px;
}
@media (min-width: 1700px) {
.traffic__text{
    padding: 10px 5px 10px 5%;
}
}
/*.traffic__list .traffic__set::before{*/
/*    content: " ";*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin-right: 15px;*/
/*    display: inline-block;*/
/*    background-image: url("/img/traffic/article-check.svg");*/
/*}*/
.traffic__set img{
    margin-right: 15px;
}
.traffic__list .traffic__set{
    display: flex;
    align-items: center;
    font-weight: 500;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 130%;
    color: #303737;
}
.traffic__list .traffic__set:last-child{
    margin: 0;
}
.traffic__list{
    margin: 40px 0;
}
.traffic__block--order{
    text-decoration: none;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    background: #3DD6E5;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    border-radius: 4px;
}
.traffic__plus span{
    background: #303737;
    border-radius: 11px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 3px 7px;
}
.traffic__plus p{
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 10px 0;
    text-align: center;
    margin: 0 0 20px;
}
.traffic__list--super,
.traffic__list--standart{
    margin-top: 20px;
}
.traffic__down{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.traffic__footnote{
    margin: 25px 0 0;
}
.traffic__footnote p{
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #303737;
    opacity: 0.7;
}
.traffic__plus p{
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #303737;
}
/*@media  (min-width:1600px){*/
/*    .traffic__text h3{*/
/*        font-size: 32px;*/
/*        line-height: 36px;*/
/*    }*/
/*    .traffic__text .traffic__text--price{*/
/*        font-size: 32px;*/
/*    }*/
/*    .traffic__block--order,*/
/*    .traffic__plus p,*/
/*    .traffic__list .traffic__set{*/
/*        font-size: 20px;*/
/*    }*/
/*    .traffic__footnote p{*/
/*        font-size: 16px;*/
/*    }*/

/*}*/

/* .traffic__img img {
  max-width: 160px;
} */

@media (max-width: 1500px) {
.traffic__container{
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width: 1100px) {
    .traffic__block:hover {
        box-shadow: none;
        transform: none;
    }

    .traffic__container {
        grid-template-columns: 1fr;
        justify-items: center;
    }

    .traffic__block {
        max-width: 500px;
        width: 100%;
    }
}@media (max-width: 650px) {
    .traffic__container{
        margin: 0 20px;
    }
}

@media (max-width: 600px) {
    .traffic__block{
        padding: 0 20px 20px;
    }
    .traffic__img img{
        width: 100%;
    }
}
@media (max-width: 560px) {
    .traffic__case{
        flex-direction: column;
        align-items: flex-start;
    }
    .traffic__img{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .traffic__img img{
        width: 160px;
    }
}


.form .b24-form-field input {
  margin-bottom: 0;
}

.form .b24-form-padding-side.b24-form-content {
  padding: 0;
}

.form .b24-form-header-padding {
  display: none;
}

.bx24-form > .bx24-text {
  display: none!important;
}

.form .b24-form-field {
  margin-bottom: 10px;
}

.form.bx24-form {
  height: auto;
}

.b24-form-control-container input[type=checkbox] {
  width: 13px;
  height: 13px;
}
