@media screen and (max-width: 480px) 
{
    .services a img{
        max-width: 60px;
    }
    .services a{
        font-size: medium;
        border-radius: 30px;
        height: 150px;
    }
    .services .sub_title {
        color: #000;
        font-weight: normal;
        font-size: 24px;
        text-align: center;
    }
    .services .title {
        color: #F49911;
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
    }
    section {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .row{
        align-items: baseline;
    justify-items: center;
    justify-content: center;
    }
    .slick-slide {
        margin-left: 15px;
    }
    .about {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url(../images/about.png);
        color: #FFF;
        height: auto;
        text-align: center;
    }
    .about h2 {
        font-size: 32px;
    }
    .about p.t_big {
        font-size: 28px;
        font-weight: 700;
    }
    .about p {
        font-size: 10px;
        font-weight: 700;
    }
    .advantages{
        margin-top: 0px;
    }
    .advantages img {
        margin-top: 0px;
        display: none;
    }
    .advantages h2 {
        color: #F49911;
        margin-bottom: 35px;
        margin-top: 35px;
    }
    .block_pre {
        box-shadow: 3.73006px 3.73006px 3.73006px 0px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        padding-top: 50px;
        padding-bottom: 10px;
        margin-bottom: 31px;
    }
    .title_block {
        color: #FFF;
        background-color: #037038;
        padding: 0px 10px 0px 30px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 18px;
        position: absolute;
        top: 10px;
        left: -10px;
        min-width: 100px;
    }
    .block_pre > .text {
        font-size: 10px;
    }
    .franch-list > div {
        font-weight: bold;
        font-size: 10px;
        line-height: 12px;
        position: relative;
        padding: 15px 15px;
        cursor: pointer;
        border: solid #000 3px;
        border-radius: 30px;
        color: #000;
    }
    .franch-list {
        max-width: 620px;
        margin: 0 auto;
        margin-bottom: 20px;
        box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
        border-radius: 30px;
        height: 45px;
    }
    .franch-list .list_arrow {
        width: 20px;
        height: 20px;
        background-image: url(../images/arrow_closed.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .franch-list ul {
        font-size: 10px;
        line-height: 12px;
        color: rgba(0, 0, 0, 0.7);
        list-style: disc;
        margin-bottom: 0;
        padding: 15px 5px;
        padding-top: 0;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-transform: scale(1, 0);
        transform: scale(1, 0);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    .item img {
        position: relative;
        width: 100%;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        cursor: pointer;
        height: auto;
    }
    .item .wave {
        position: absolute;
        width: 100%;
        left: 0;
        top: 90px;
        height: 0;
        display: none;
    }
    .item .box_item .name {
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        min-height: 30px;
        color: #037038;
    }
    .item .box_item .text{
        font-size: 12px;
    }
    .orange_btn {
        color: #FFFFFF;
        background: #037038;
        border: 1px solid #037038;
        font-size: 10px;
    }
    .hr-block .descr {
        position: absolute;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.8);
        height: 40%;
        bottom: 0px;
        font-size: 25px;
        text-align: left;
        padding: 10px 20px;
        font-weight: 400;
        line-height: 1em;
    }
    .hr-block img{
        margin-bottom: 15px;
    }
    .block8 p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.4px;
        color: #1c1c1c;
        text-align: left;
        margin: 0px 0 0px;
    }
    .contact__txt, .contact__txt p, .contact__txt a {
        text-decoration: none;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.4px;
        color: #1c1c1c;
    }
    .block8 .title {
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: -1.5px;
        color: #1c1c1c;
        margin-bottom: 30px;
        text-align: left;
    }
    .block8 .map {
        height: 10px;
    }
    .mob-header{
        background-color: #00503B;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
    .nav-contact{
        text-align: right;
        color: #FFF;
    }
    .nav-contact a{
        color: #FFF;
        text-decoration: none;
    }
    .mob-nav{
        color: #000;
        text-align: center;
        background-color: #FFF;
        display: flex;
    }
    .mob-nav a{
        color: #000;
        font-weight: bold;
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
    }
    .block-form .title {
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }
    .pdf_form {
        margin: 0 auto;
        margin-top: 15px;
        width: 100%;
    }
    .block-form input {
        font-size: 14px;
        color: #909090;
        width: 100%;
        padding: 15px 25px 12px 25px;
        margin-bottom: 20px;
        background: #ffffff;
        border: 1px solid;
        border-radius: 30px;
        font-weight: 300;
        font-style: italic;
    }
    .circle1,.circle2,.circle1-1,.circle1-2,.circle1-3,.circle2-1,.circle3-1,.circle3-2,.circle4-1,.circle5-1,.circle5-2{
        display: none;
    }
    .bottom_fix {
        position: fixed;
        width: 100%;
        height: auto;
        bottom: -15px;
        display: inline-flex;
    }
    .bottom_fix .green_button{
        width: 50%;
        padding: 15px 0px;
        display: inline-block;
        border-radius: 0px;
    }
    .top_button{
        margin-bottom: 0px;
    }
}