

        body{
            padding-top: 60px;
        }
        .tarif_cont{
            position: relative;
            height: 400px;
            background-color: #F0F4F9;
        }
        .tarif_cont_h1{
            width: 750px;
            font-size: 46px;
            font-weight: 600;
            margin: 0 18%;
            padding: 100px 0 25px 0;
        }
        .tarif_cont_h2{
            width: 750px;
            font-size: 22px;
            font-weight: 600;
            margin: 0 18%;
        }
        .tarif_cont_img{
            position: absolute;
            top: 35px;
            right: 180px;
            max-width: 500px;
        }

        .tarif_block_txt{
            font-size: 40px;
            font-weight: 600;
            margin: 0 18%;
            padding: 87px 0 28px 0;
        }

        .tarif_block_cont{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-around;
            max-width: 1317px;
            margin: 0 auto;
        }
        .tarif_block{
            width: 610px;
            height: 320px;
            text-align: center;
            background-color: #ECF1F5;
            border-radius: 12px;
        }
        .tarif_block_h1{
            font-size: 42px;
            font-weight: 600;
            margin-top: 25px;
            margin-bottom: 25px;
        }
        .tarif_block_h2{
            margin: 0 auto;
            font-size: 20px;
            width: 327px;
            font-weight: 600;
        }
        .tarif_block_h3{
            font-size: 32px;
            font-weight: 600;
            margin-top: 21px;
            margin-bottom: 28px;
        }
        .tarif_block_buton{
            width: 300px;
            height: 78px;
            font-size: 28px;
            font-weight: 600;
            color: #fff;
            text-align: center;
            margin: 0 auto;
            background-color: #136843;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Стили формы */

        .forma_txt_background{
            max-width: 1270px;
            height: 180px;
            margin: 100px auto 70px auto;
            background-color: #ECF1F5;
            border-radius: 12px;
        }
        .forma_txt{
            font-size: 32px;
            font-weight: bold;
            margin: 0 65px 26px 65px;
            padding-top: 26px;
        }

        .form-container{
            max-width: 1100px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .form-container input{
            padding-left: 35px;
        }
        .form-container button{
            background: linear-gradient(to right, #066c45, #79dd7f);
            color: #fff;
        }
        .form_pole{
            width: 350px;
            height: 50px;
            font-size: 20px;
            border-radius: 12px;
        }

        @media(max-width:1700px){
            .tarif_cont_img{
            top: 50px;
            right: 180px;
            max-width: 350px;
            }
        }
        @media(max-width:1500px){
            .tarif_cont_img{
                display: none;
            }
        }
        @media(max-width:1400px){
            .tarif_cont{
            position: relative;
            height: 300px;
            background-color: #F0F4F9;
        }
        .tarif_cont_h1{
            width: 550px;
            font-size: 34px;
            margin: 0 18%;
            padding: 75px 0 25px 0;
        }
        .tarif_cont_h2{
            width: 550px;
            font-size: 18px;
        }

        .tarif_block_txt{
            font-size: 34px;
            padding: 52px 0 22px 0;
        }

        .tarif_block_cont{
            max-width: 900px;
        }
        .tarif_block{
            width: 400px;
            height: 250px;
        }
        .tarif_block_h1{
            font-size: 38px;
            margin-top: 20px;
            margin-bottom: 12px;
        }
        .tarif_block_h2{
            font-size: 18px;
            width: 280px;
        }
        .tarif_block_h3{
            font-size: 28px;
            margin-top: 16px;
            margin-bottom: 22px;
        }
        .tarif_block_buton{
            width: 240px;
            height:  54px;
            font-size: 22px;
        }

        /* Стили формы */

        .forma_txt_background{
            max-width: 850px;
            height: 140px;
            margin: 70px auto 50px auto;
            background-color: #ECF1F5;
            border-radius: 12px;
        }
        .forma_txt{
            font-size: 28px;
            font-weight: bold;
            margin: 0 47px 22px 47px;
            padding-top: 22px;
        }

        .form-container{
            max-width: 780px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
        }
        .form-container input{
            padding-left: 35px;
        }
        .form-container button{
            background: linear-gradient(to right, #066c45, #79dd7f);
            color: #fff;
        }
        .form_pole{
            width: 250px;
            height: 45px;
            font-size: 18px;
            border-radius: 12px;
        }
        }
        @media(max-width:799px){
            
            .tarif_cont{
            position: relative;
            height: 300px;
            background-color: #F0F4F9;
        }
        .tarif_cont_h1{
            width: auto;
            font-size: 30px;
            margin: 0 18%;
            padding: 75px 0 25px 0;
        }
        .tarif_cont_h2{
            width: auto;
            font-size: 16px;
        }

        .tarif_block_txt{
            font-size: 34px;
            padding: 52px 0 22px 0;
            margin: 0 auto;
            width: 80%;
        }

        .tarif_block_cont{
            max-width: 900px;
        }
        .tarif_block{
            width: 400px;
            height: 250px;
            margin: 10px 0;
        }
        .tarif_block_h1{
            font-size: 38px;
            margin-top: 20px;
            margin-bottom: 12px;
        }
        .tarif_block_h2{
            font-size: 18px;
            width: 280px;
        }
        .tarif_block_h3{
            font-size: 28px;
            margin-top: 16px;
            margin-bottom: 22px;
        }
        .tarif_block_buton{
            width: 240px;
            height:  54px;
            font-size: 22px;
        }
        /* Стили формы */

        .forma_txt_background{
            max-width: 400px;
            height: 260px;
            margin: 30px auto 30px auto;
            background-color: #ECF1F5;
            border-radius: 12px;
        }
        .forma_txt{
            font-size: 22px;
            font-weight: bold;
            margin: 0 0 18px 0;
            text-align: center;
            padding-top: 18px;
        }

        .form-container{
            max-width: 780px;
            margin: 0 auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .form-container input{
            margin: 8px auto;
        }
        .form-container button{
            background: linear-gradient(to right, #066c45, #79dd7f);

            color: #fff;
            margin: 8px auto;
        }
        .form_pole{
            width: 250px;
            height: 45px;
            font-size: 18px;
            border-radius: 12px;
        }
        }
        @media(max-width:400px){
            .tarif_cont_h1{
                font-size: 28px;
				margin: 0 10%;
            }
            .tarif_cont_h2{
                font-size: 16px;
				margin: 0 10%;
            }
            .tarif_block{
                border-radius: 0;
            }
            .forma_txt_background{
                border-radius: 0;
            }
        }