@media (min-width:993px){
    .container.header_container{
        max-width:87vw
    }
}
.new-phones-footer,.new-phones-header{
    padding-left:1vw;
}
.new-phones-footer{
    margin-top: 0.3vw;
}
@media (max-width:576px){
    .new-phones-footer,.new-phones-header{
        padding-left:2vw;
    }
    .phone .phone__text {
        font-size: 1.3rem;
    }
}
@media (max-width:900px) {
    .popular__items-block {
        display: block !important;
    }

    #download h3 {
        position: relative;
        z-index: 1;
    }

    #download form {
        position: relative;
    }
    #download .download__form-mockup {
        pointer-events: auto;
        left: 50%;
        right: 0;
        transform: translateX(-50%);
    }

    .equipment__slider .equipment__slider__item a.img {
        height: 25vw;
    }
    .foam-block {
        flex-flow: wrap-reverse;
    }
    .foam-block .foam-text {
        max-width: 100%;
    }
    .foam-block .foam-img {
        width: 100%;
        height: 50vw;
        position: relative;
        margin-bottom: 20px;
    }
}
.mech__img {
    display: flex;
    height: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #0d4ea1;
    background-position: center;
    background-repeat: no-repeat;
}
::-webkit-scrollbar {
    width: 12px;
}
.main-inner {
    position: relative;
    z-index: 2;
}
#video-bg {
    position: absolute;
    z-index: 1;
    width: 100vw;
    height: 100%;
    object-fit: cover;
}
.main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    z-index: 2;
}
.green-border {
    border: 2px solid #1cc935;
}
.blue-border {
    border: 2px solid #0d4ea1;
}
span.green-title {
    color: #1cc935;
}
span.blue-title {
    color: #0d4ea1;
}
.section-video-block {
    width: 80%;
    height: 30vw;
    margin: 0 auto;
    position: relative;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-video-block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: rgba(0,0,0,.5);
}
.section-video a {
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-video p {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 1.3vw;
}
.foam-text {
    max-width: 50%;
}
.foam-block {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.foam-text p {
    font-size: .97vw;
    margin-bottom: 20px;
}
.foam-img {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    right: 0;
    width: 45%;
    height: 100%;
}
.quiz__options {
    justify-content: space-around;
}
.popular__items-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.popular__items {
    width: 48%;
}
.popular__items__slider {
    width: 100%;
}
.new__line .download__form-mockup {
    right: -12.8vw;
}
.equipment__slider .equipment__slider__item {
    width: max-content;
}
.equipment__slider .equipment__slider__item a.img {
    width: 25vw;
    display: inline-block;
    height: 18vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.equipment__slider .equipment__slider__item p {
    text-align: center;
    margin-top: 20px;
    font-size: 1vw;
}
.equipment__slider.diplomas .equipment__slider__item .img {
    display: inline-block;
    width: 15vw;
    height: 22vw;
    border-radius: 10px;
}
.btn {
    position: relative;
    z-index: 1;
}
.form-custom-block {
    display: flex;
    flex-direction: column;
}
.form-custom-row {
    display: flex;
    margin-bottom: 5px;
    width: 100%;
    justify-content: space-between;
}
.form-custom-row select,
.form-custom-row input {
    width: 48% !important;
    min-width: 48%;
    box-sizing: border-box;
}
.form-custom-row input.wide {
    width: 100% !important;
    min-width: 100%;
}
.form-custom-row textarea {
    width: 100% !important;
    min-width: 100%;
    border-radius: 1vw;
    height: 100px!important;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
}
#get-selection-equipment-form .call__img img {
    display: inline-block;
    position: relative;
    left: -10vw;
    max-width: 200%;
}
@media only screen and (max-width: 900px) {
    #get-selection-equipment-form .call__img img {
        left: 50%;
        max-width: 150%;
    }
}
@media only screen and (max-width: 500px) {
    #get-selection-equipment-form .call__img img {
        left: -30%;
    }
}
