body{
    padding: 0;
    margin: 0;
}
.tools-page__wrap *{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

.tools-page__wrap *{
    box-sizing: border-box;
}

.tools-slider__item{
    overflow: hidden;
    padding-top: 35%;
    position: relative;    
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tools-slider__item-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 1350px;
}

.tools-slider__item-content-text{
    padding: 20px 70px;
}

.tools-slider__item-content-text .title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #fff;
}

.tools-slider__item-content-text .subtitle{
    color: #fff;
    font-weight: normal;
    font-size: 20px;
}

.tools-slider__item-link{
    font-family: Montserrat;
    margin-top: 50px;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    width: 250px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.podbor_form{
    font-family: Montserrat;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    width: 250px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.tools-slider__item-link:hover, .podbor_form:hover{
    background-color: #0a6fbd;
}

.tools-swiper .swiper-button-next:after, 
.tools-swiper .swiper-button-prev:after{
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 3px rgba(1,1,1,1);
}

.tools-catalog__flex{
    display: flex;
    justify-content: space-between;

}

.tools-container{
    max-width: 1450px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 0;

}

.tools-catalog__wrap h2, .tools-sert__wrap h2{
    font-size: 30px;
    margin-bottom: 50px;
}

.tools-sert__wrap{
    margin-bottom: 60px;
}

.tools-catalog__flex-left{
    width: calc(33% + 60px);
    display: flex;
    justify-content: space-between;
}

.tools-catalog__flex-item{
    height: 580px;
    width: calc(50% - 15px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 15px rgba(0,0,0,0.30);
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

.tools-catalog__flex-item:hover .tools-catalog__flex-item-content-wrap .link{
    background-color: #0a6fbd;
}

.tools-catalog__flex-item-content{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.tools-catalog__flex-item-content-wrap{
    /* background-color: #fff; */
}

.tools-catalog__flex-item-content-wrap .text{
    font-size: 14px;
    background-color: #025ba0a1;
    padding: 10px;
    color: #fff;
}

.tools-catalog__flex-item-content-wrap .link{
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    background-color: #025BA0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.tools-catalog__wrap{
    padding: 80px 20px 0px 20px;
}

.tools-catalog__flex-right{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(66% - 75px);
}

.tools-catalog__flex-right .tools-catalog__flex-item{
    width: calc(33% - 15px);
    height: 280px;
}

.tools-catalog-text__item{
    padding: 0px 20px;
    display: none;
}

.tools-catalog-text__item.active{
    display: block;
}

.tools-catalog-text__item .title{
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tools-catalog-text__item p{
    margin-bottom: 15px;
    font-size: 16px;
}

.tools-catalog-text__item ul{
    padding-left: 30px;
    margin-bottom: 25px;
}

.tools-catalog-text__item ul li{
    font-size: 16px;
    margin-bottom: 10px;
}

.tools-sert__item{
    display: block;
    position: relative;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.25);
}

.tools-sert__item img{
    width: 100%;
}

.podbor-form__wrap{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.55);
    padding-bottom: 30px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
}

.podbor-form__wrap.active{
    visibility: visible;
    opacity: 1;
    transition: visibility 0.5s linear, opacity 0.5s ease-in-out;
}

.podbor-form{
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 650px;
    max-width: 90%;
}

.podbor-form__wrap .close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.podbor-form__wrap .close svg{
    width: 55px;
}

.podbor-form__content{
    padding: 50px 20px;
    max-width: 470px;
    margin: 0 auto;
    box-sizing: border-box;
}

.podbor-form__content .input-wrap{
    margin-bottom: 20px;
    box-sizing: border-box;

}

.podbor-form__content .input-wrap .input-wrap__name{
    font-size: 14px;
    margin-bottom: 5px;
    color: #111;
}

.podbor-form__content .input-wrap input,
.podbor-form__content .input-wrap textarea{
    width: 100%;
    font-size: 16px;
    color: #111;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    padding: 10px 15px;
}

.podbor-form__content h3{
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 22px;
    color: #025BA0;
}

.podbor-form__content button{
    font-family: 'Montserrat';
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    background-color: #025BA0;
    text-decoration: none;
    height: 60px;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    overflow: hidden;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1450px){
    .tools-sert__wrap h2{
        padding: 0 20px;
    }
}


@media screen and (max-width: 1020px){

    .tools-slider__item-link{
        width: 180px;
        height: 44px;
        line-height: 42px;
        font-size: 13px;
    }

    .podbor-form__wrap .close{
        top: 10px;
        right: 15px;
    }

    .podbor-form__wrap .close svg{
        width: 35px;
        height: 35px;
    }

    .tools-slider__item-content-text{
        padding: 20px 30px;
    }

    .tools-slider__item-content-text .title{
        font-size: 18px;
    }

    .tools-slider__item-content-text .subtitle{
        font-size: 16px;
    }

    .tools-slider__item{
        padding-top: 37%;
    }

    .tools-catalog__wrap{
        padding-top: 30px;
    }
    .tools-catalog__flex{
        width: 100%;
        flex-wrap: wrap;
    }
    
    .tools-catalog__flex-right, .tools-catalog__flex-left{
        width: 100%;
        flex-wrap: wrap;
    }


    .tools-catalog__flex-item{
        height: 320px!important;
        width: 100%!important;
    }

    .tools-catalog__wrap h2, .tools-sert__wrap h2{
        font-size: 24px;
    }    
}