/* Больше 800px */
@media (min-width: 800px){
#header__small {
    display: none;
}
#header__big {
    display: grid;
    height: 160px;
    padding-left: 25px;
    padding-right: 25px;
    grid-template-columns: max-content max-content max-content;
    justify-content: space-between;
}
#header__big .header__logo {
    display: grid;
    align-items: center;
}
#header__big .header__text {
    display: grid;
    align-items: center;
    justify-items: center;
    color: white;
    align-content: center;
    gap: 5px;
}
#header__big .header_text1 {
	font-weight: bold;
	color: var(--yellow-color);
	font-size: 36px;
}
#header__big .header_text2, .header_text3  {
	color: #fff;
	font-size: 30px;
    font-weight: normal;
}
.header_text3 a {
    color: #ccc;
    text-decoration: none;
    font-size: 24px;
    display: flex;
    align-items: center;
}
}
/* до 1200px */
@media (max-width: 1200px){

.slider__body {
    grid-template-columns: 1fr;
}
.header__logo img {
    max-width: 230px;
}
#header__big .header_text1 {
    font-size: 34px;
}
#header__big .header_text2, .header_text3 {
    font-size: 28px;
}
.text__block-body {
    grid-template-columns: 2fr 1fr;
}
.slider__header, .tehnika__header {
    font-size: 28px;
}
.features__item-title {
    font-size: 26px;
}
.features__item-text {
    font-size: 18px;
}
.tehnika__item-title {
    font-size: 26px;;
}
}
/* до 1000px */
@media (max-width: 1000px){
.header__logo img {
    max-width: 190px;
}
#header__big .header_text1 {
    font-size: 30px;
}
#header__big .header_text2, .header_text3, .header_text3 a {
    font-size: 22px;
}
#header__big .buttons {
    gap: 15px;
}
#header__big .buttons .btn {
    font-size: 20px;
}
#header__big .buttons .btn {
    font-size: 18px;
}
.btn {
    font-size: 24px;
    padding: 7px 9px 2px 50px;
}
}
/* до 800px */
@media (max-width: 800px){

    #header__big, #header {
    display: none;
}
#header__small {
    width: 100%;
    background: var(--gray-color);
    box-shadow: 0 4px 7px -4px grey;
	position: relative;
}
.header__top {
    display: grid;
    height: 100px;
    max-width: var(--container-width);
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    box-shadow: 0 4px 7px -4px grey;
    position: relative;
    gap: 20px;
}
.header__title {
    color: #FFDA57;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.header__text1 {
    text-align: center;
}
.header__text2 {
    color: var(--orange-color);
}
.header__text div{
    font-size: 24px;
}
#features {
    padding: 20px 0;
}

.features__item-title {
    font-size: 20px;
}
.features__item-text {
    font-size: 16px;
}
.header__logo {
    padding: 10px;
}
.header__logo a {
    display: grid;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.header__logo img {
    max-width: 200px;
}
.header__bottom {
    background: linear-gradient(360deg, #FCFCFC 0%, #FFFCF3 100%);
    padding: 30px 0;
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.header__text {
    display: grid;
    justify-items: center;
    gap: 10px;
    font-weight: 600;
}

.btn {
    font-size: 22px;
    padding: 7px 10px 4px 50px;
}
.text__block-body {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 50px;
    padding: 0 10px;
    grid-template-columns: 1fr;
    gap: 0px;
    justify-items: center;
}
.tehnika__item-img img {
    width: 120px;
}
.tehnika__item-text {
    font-size: 20px;
}
.tehnika__item-title {
    font-size: 24px;

}
.tehnika__body {
    gap: 30px;
}
.text__block-body .buttons {
    display: grid;
    justify-content: center;
    grid-template-columns: max-content max-content;
    padding-top: 40px;
    gap: 30px;
}
.footer__body {
    padding: 10px 0;
}
#text__block {
    padding: 25px 10px;
}
#slider .owl-nav .owl-prev {
    left: 0px;
}
#slider .owl-nav .owl-next {
    right: 0px;
}
}
/* до 600px */
@media (max-width: 600px){
.slider__item img {
    max-width: 100%;
}
#features {
    background-image: url(../img/lent2.jpg);
    height: 383px;
}
#tehnika {
    padding: 40px 10px;
}
.header__logo img {
    max-width: 180px;
}
.header__title {
    font-size: 26px;
}
.buttons {
    gap: 15px;
}
.features__item-img img {
    width: 45px;
}
.features__item-img img {
    width: 36px;
}
.features {
    grid-template-columns: max-content max-content;
    justify-content: space-evenly;
    grid-template-rows: max-content;
    align-content: space-evenly;
}
.slider__header, .tehnika__header {
    font-size: 24px;
    font-weight: normal;
}
.tehnika__item-img img {
    width: 100px;
}
.tehnika__item-title {
    font-size: 18px;
}
.tehnika__item-text {
    font-size: 16px;
}
.text__block-text {
    font-size: 18px;
}
}
/* до 500px */
@media (max-width: 500px){ 
.buttons, .text__block-body .buttons {
    grid-template-columns: max-content;
    padding-top: 30px;
    align-items: center;
}
.text__block-body .buttons {
    gap:15px;
    padding-top: 20px;
}
.text__block-body {
    padding: 0 5px;
}
.tehnika__item-title {
    font-size: 21px;
}
#slider .owl-nav .owl-prev, #slider .owl-nav .owl-next {
    width: 27px;
    font-size: 25px;
}
.btn {
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.25);
}
}
/* Меньше 400px */
@media (max-width: 400px){
.header__logo img {
    max-width: 180px;
}
.header__top {
    gap: 0px;
}
.btn {
    font-size: 23px;
    padding: 9px 17px 3px 55px;
}
.features__item-title {
    font-size: 18px;
}
.features__item-text {
    font-size: 15px;
}
section {
    padding: 40px 10px;
}
}