@media (max-width: 1023px)
{
    /*---------------
	    Main styles
	---------------*/



    /*---------------
		Header
	---------------*/



    /*---------------
		Main section
	---------------*/
    .advantages .item
    {
        width: 350px;
    }

    .advantages .item1:after,
    .advantages .item2:after,
    .advantages .item3:after,
    .advantages .item4:after
    {
        display: none;
    }

    .advantages .itemBig
    {
        margin-top: 70px;
    }


    .form .grid .box_left
    {
        width: 100%;
    }


    .form .grid .box_right
    {
        width: 100%;
        margin-top: 26px;
    }


    .form .info_form
    {
        width: 100%;
        margin-bottom: 20px;
    }

    .form .textarea_middle
    {
        width: 100%;
        max-width: 100%;
    }


    .form .cols .col
    {
        width: calc(100% - 30px);
        margin-top: 26px;
    }

    .form .cols .col:first-child
    {
        order: 2;
    }

    .widget > *
    {
        height: 360px !important;
    }
    /*---------------
		Footer
	---------------*/
}
