html {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Roboto; /* ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° */
    src: url(../fonts/Roboto.ttf); /* ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã¢â‚¬â„¢ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ */
}
a {
    font-family: Roboto;
}
input {
    font-family: Roboto;
}
div {
    font-family: Roboto;
}
a:hover {
    color: #333232;
    text-decoration: none;
}
.head_one {
    padding-top: 10px;
    background: #FEFEFE;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    height: 140px;
}
.img_technika {
    width: 350px;
    height: 250px;
    border-radius: 10px;
    object-fit: cover;
    transition: 0.5s;
}
.img_technika:hover {
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: 0.5s;
}
.flex_head_one {
    display: flex;
    justify-content: space-between;
}
.podflex_head_one {
    display: flex;
}
.mail_head {
    padding-right: 150px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.tel_head {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.head_two {
    padding-top: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_head {
    padding-top: 7px;
    font-size: 30px;
    line-height: 40px;
    color: #333232;
}
.flex_head_two {
    display: flex;
    justify-content: space-evenly;
}
.link_head {
    padding-right: 100px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.link_head:hover {
    color: #2577C3;;
    transition: 0.5s;
}
.section_one {
    background: url("../res/background.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 600px;
}
.form_head {
    background: rgba(51, 50, 50, 0.5);
    border-radius: 10px;
    width: 800px;
    height: 80px;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 50px;
}
.services_name {
    text-align: center;
    padding-top: 150px;
    font-weight: normal;
    font-size: 36px;
    line-height: 47px;
    color: #333232;
}
.inp_txt_hd {
    margin-top: 20px;
    width: 257px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #EE1717;
    padding-left: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
}
.inp_mob_hd {
    margin-top: 20px;
    width: 257px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #EE1717;
    padding-left: 10px;
    background: #ffffff;
    border-radius: 5px;
    border: none;
}
.sub_head {
    margin-top: 20px;
    border: none;
    /* background: #3E35F4; */
    /* border-radius: 5px; */
    width: 167px;
    height: 40px;
    color: #ffffff;
    background: #2577C4;
    border-radius: 5px;
}
.section_two {
    padding-bottom: 70px;
    background: #F5F5F5;
}
.name_section_two {
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #333232;
}
.hr_section_two {
    margin-top: 5px;
    border: 0.5px solid #2577C3;
    background: #2577C3;
    width: 90px;
}
.fancytext {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
}
p > a > img {
    padding-top: 20px;
}
.tracktor_back {
    padding-top: 50px;
    background-image: url(../res/tracktor_bacl.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.section_three {
    margin-top: -18px;
    background: #F5F5F5;
}
.tracktor_fon {
    background-image: url(../res/tracktpr_back.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.form_discover {
    width: 100%;
    height: 256px;
    border: 1px solid #D4D4D4;
    border-radius: 2px;
}
.name_section_three {
    text-align: center;
    padding-top: 30px;
    font-size: 30px;
    line-height: 40px;
    color: #333232;
}
.coll_me {
    text-align: center;
    padding-top: 50px;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
}
.coll_me > a {
    color: #333232;
}
.form_two {
    display: flex;
    justify-content: center;
}
.inp_txt_hd_two {
    margin-right: 10px;
    margin-top: 20px;
    width: 257px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #EE1717;
    padding-left: 10px;
    border: 0.5px solid #333232;
    background: none;
    border-radius: 5px;
}
.inp_mob_hd_two {
    margin-right: 10px;
    margin-top: 20px;
    width: 257px;
    height: 40px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #EE1717;
    padding-left: 10px;
    border: 0.5px solid #333232;
    background: none;
    border-radius: 5px;
}
.sub_head_two {
    margin-top: 20px;
    border: none;
    background: #2577C3;
    border-radius: 5px;
    width: 167px;
    height: 40px;
    color: #ffffff;
}
.car_park {
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    color: #333232;
}
.slick-prev {
    display: none !important;
}
.slick-next {
    display: none !important;
}
.section_four {
    background: #F5F5F5;
    padding-bottom: 70px;
}
.fon_amkodor {
    background-image: url(../res/tractor_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.footer {
    padding-top: 50px;
    background: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
}
.footer_name {
    color: #333232;
    font-weight: bold;
    font-size: 18px;
}
.adress_footer {
    padding-top: 10px;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.cart_link_footer {
    padding-top: 10px;
}
.cart_link_footer > a {
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
    color: #2577C3;
}
.footer_map {
    width: 600px;
    height: 148px;
}
.nomer_footer {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.mail_footer {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.copyright_footer {
    padding-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #C4C4C4;
}
.sertif_img {
    width: 300px;
}
.galerey_img {
    object-fit: cover;
    width: 300px;
    height: 250px;
}
.hidden_contacts {
    padding-top: 20px;
    text-align: center;
    display: none;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
    margin-bottom: 20px;
}
.hiiden_footer {
    display: none;
    padding-top: 30px;
}
.hidden_logo {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
    text-align: center;
}
.hidden_cont {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
}
.hidden_number {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
    padding-top: 20px;
    margin-bottom: 20px;
}
.hidden_telephone_link {
    text-align: center;
}
.hidden_telephone_link > a {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #333232;
}
.burger{
    display: none;
    position: absolute;
    right: 35px;
    top: 38px;
    width: 22px;
    height: 6px;
    cursor: pointer;
}
.burger span, .burger span:before, .burger span:after{
    width: 100%;
    position: absolute;
    height: 2px;
    background: #333;
    display: block;
    transition: .3s;
    border-radius: 5px;
}
.burger span:before{
    content: "";
    top: -6px;
    transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger span{
    top: 20px;
}
.burger span:after{
    content: "";
    bottom: -6px;
    transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.burger span.active:before{
    content: "";
    top: 0px;
    transform: rotate(45deg);
    transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger span.active:after{
    content: "";
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.burger span.active{
    background: rgba(255, 255, 255, 0);
}
.hiiden_menu {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    text-align: center;
    display: none;
    background: #F5F5F5;
    padding-top: 150px;
}
.close_hidden_menu {
    padding-top: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.link_head_hidden {
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    color: #333232;
}
.form_head_hidden {
    display: none;
    background: rgba(51, 50, 50, 0.5);
    border-radius: 10px;
    width: 800px;
    height: 80px;
    justify-content: space-evenly;
    margin: 0 auto;
    margin-top: 50px;
}
.form_two_hidden {
    display: none;
    text-align: center;
}
@media (max-width: 1600px) {
    .section_one {
        background-size: 130%;
    }
}
@media (max-width: 1300px) {
    .galerey_img {
        width: 250px;
        height: 200px;
    }
    .sertif_img {
        width:200px;
        height: 250px;
    }
    .section_one {
        background-size: auto;
        height: 506px;
    }
}
@media (max-width: 1200px) {
    .footer_map {
        padding-top: 20px;
        width: 100%;
        height: 300px;
    }
    .hiiden_footer {
        display: block;
    }
    .logo_footer {
        margin-right: 20px;
    }
    .footer_numbers {
        margin-left: 20px;
    }
    #yak1 > p {
        text-align: center;
    }
    .footer {
        display: none;
    }
    .hidden_contacts {
        display: block;
    }
    .copyright_footer {
        text-align: center;
        padding-bottom: 20px;
    }
}
@media (max-width: 1000px) {
    .head_one {
        height: 90px;
    }
    .form_discover {
        height: 433px;
    }
    .form_two_hidden {
        display: block;
    }
    .form_two {
        display: none;
    }
    .head_one {
        padding-top: 3px;
    }
    .head_one > hr {
        margin-top: 0;
        margin-bottom: 0;
    }
    .flex_head_two {
        display: none;
    }
    .burger {
        display: block;
    }
    .link_head {
        padding-right: 0;
    }
    .form_head_hidden {
        display: block;
        text-align: center;
        height: 200px;
        width: 400px;
    }
    .form_head {
        display: none;
    }
    .services_name {
        padding-top: 72px;
    }
}

@media (max-width: 800px) {
    .form_head_hidden {
        width: 300px;
    }
}
@media (max-width: 700px) {
    .galerey_img {
        width: 200px;
        height: 150px;
    }
}
@media (max-width: 600px) {
    .services_name {
        padding-top: 80px;
        font-size: 30px;
        line-height: 39px;
    }
}
@media (max-width: 500px) {
    .coll_me {
        padding-top: 0;
    }
}
@media (max-width: 450px) {
    .mail_head {
        padding-right: 45px;
    }
    .logo_head {
        font-size: 21px;
    }
}
@media (max-width: 400px) {
    .fancytext > img {
        width: 300px;
    }
    .galerey_img {
        width: 250px;
        height: 200px;
    }
}
@media (max-width: 350px) {
    .logo_head {
        font-size: 20px;
    }
    .name_section_three {
        line-height: 31px;
    }
}
@media (max-width: 330px) {
    .mail_head {
        padding-right: 38px;
    }
    .logo_head {
        font-size: 18px;
    }
}