@media all and (max-width: 980px) {
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden!important;
    }
    .container {
        max-width: 720px;
        min-width: 320px;
    }

    .title {
        font-size: 28px;
        line-height: 34px;
    }
    .subtitle {
        font-size: 16px;
        line-height: 19px;
        font-weight: normal;
        margin-bottom: 20px;
    }

    .modal__container {
        padding: 30px 20px 20px;
    }

    .white .modal__container {
        padding: 0;
    }

    .modal__subtitle {
        margin-bottom: 20px;
    }

    .white .modal__container .modal__header {
        background: #fff;
        padding: 30px 20px 20px;
    }

    .white .modal__container .modal__content {
        padding: 20px;
    }
    .modal__title {
        font-size: 26px;
    }
    .modal__title2 {
        font-size: 22px;
    }

    body.active {
        overflow-y: hidden;
    }

    .callbutton {
        padding-top: 2px;
        display: block;
    }
    .callbutton a {
        display: block;
        text-decoration: none;
    }
    #header {
        padding: 10px 0;
        width: 100vw;
    }
    #header .container {
        padding: 0 14px 0px;
    }
    #header .menu {
        margin-left: 0;
        padding-top: 12px;
        height: 25px;
    }
    .hamburger {
        height: 20px;
    }
    #header .menu span {
        display: none;
    }
    #header .infos {
        display: none;
    }
    #header .f-logo {
        margin-right: auto;
        margin-left: auto;
    }
    #header .f-logo img {
		height: 40px!important;
        width: auto!important;
    }

    #menu {
        max-width: 294px;
        box-shadow: -5px 0 37px 0 rgba(0, 0, 0, 0.5);
        height: 100vh;
        overflow-y: scroll;
        display: block;
    }
    #menu .holder {
        display: flex;
        flex-direction: column;
        height: auto;
    }
    #menu .section1 {
        padding: 70px 30px 18px 30px;
        background-color: #f0f2f3;
    }
    #menu .section2 {
        padding: 17px 20px 20px 20px;
    }
    #menu .nav a {
        padding-bottom: 3px;
        border-bottom: 2px solid transparent;
        margin-bottom: 23px;
        display: block;
        float:left;
        line-height: 21px;
        font-size: 18px;
        color: #7c7878;
        text-decoration: none;
        clear:both;
    }
    #menu .nav a:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #welcome {
        background-image: linear-gradient(336deg, #2F4DB8, #6AB0F0);
    }
    #welcome .b-form input[type="text"], #welcome .b-form input[type="number"], #welcome .del_type {
        margin-bottom: 4px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        min-width: 300px;
        max-width: 300px;
        border-radius: 4px;
    }
    #welcome .b-form button {
        max-width: 300px;
        min-width: 300px;
    }
    #welcome .title {
        font-size: 30px;
        line-height: 39px;
        margin-bottom: 6px;
    }
    #welcome .example {
        display: none;
    }
    #welcome .subtitle {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 41px;
        font-weight: normal;
    }
    #welcome .extra {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    #welcome .extra span {
        font-size: 16px;
    }
    #welcome .layout {
        background-size: 120px auto;
        background-position: 2px 64px;
        padding-top: 65px;
        padding-bottom: 28px;
    }
    #welcome .b-form {
        margin-bottom: 20px;
    }
	#welcome .welcome__block{
		display: block;
		text-align: center
	}
    .welcome__block {
        padding-top: 0;
        margin-bottom: 18px;
        width: 100%;
        text-align: left;
        display: flex;
    }
    .welcome__block--icon {
        min-width: 44px;
    }
    .welcome__block--title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 2px;
    }
    .welcome__block--text {
        line-height: 1.25;
        font-size: 12px;
    }
    .yep {
        font-size: 12px;
        margin-top: 20px;
        padding: 0;
        line-height: 1.25;
    }

    #types {
        padding: 24px 0 40px;
    }
    #types .subtitle + .row {
        padding: 0;
    }
    #types .col-3 {
        width: 100%;
    }
    .type__block {
        padding: 12px 20px 14px 14px;
        display: flex;
        margin-bottom: 6px;
        text-align: left;
        height: auto;
        border-radius: 4px;
        align-items: center;
        background-color: #ffffff;
        box-shadow: 0 6px 18px 0 rgba(57, 77, 86, 0.15);
    }
    .type__block--title {
        color: #4e4e4e;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 5px;
        text-align: left;
    }
    .type__block--text {
        opacity: 0.7;
        text-align: left;
        line-height: 1.25;
        font-size: 12px;
        color: #7a7a7a;
    }
    .type__block--icon {
        min-width: 44px;
        height: auto;
        text-align: left;
    }

    #delivery {
        padding-top: 57px;
        padding-bottom: 54px;
    }
    #delivery:before {
        content: '';
        background: url('../img/plane.png') no-repeat 0 0 transparent;
        background-size: cover;
        width: 193px;
        height: 308px;
        top: -27px;
    }
    #delivery .container {
        z-index: 2;
        position: relative;
    }
    #delivery .subtitle + .row {
        padding: 10px 0 0;
    }
    #delivery .col-3 {
        width: 50%;
    }
    .type__delivery--title {
        font-size: 15px;
        line-height: 19px;
    }
    .type__delivery--block {
        height: 143px;
        padding: 0 0px 17px 26px;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background-size: cover;
    }
    .type__delivery--block:after {
        opacity: 0.3;
    }
    .type__delivery--block .time {
        position: relative;
        z-index: 3;
        font-size: 14px;
        line-height: 1.85;
    }
    .type__delivery--block .weight {
        position: relative;
        z-index: 3;
        font-size: 14px;
        margin-bottom: 9px;
        line-height: 1.85;
    }
    .type__delivery--block .cost {
        position: relative;
        z-index: 3;
        font-size: 14px;
        line-height: 21px;
    }
    #delivery .button {
        margin-top: 10px;
    }

    #guarantee {
        padding-top: 30px;
        padding-bottom: 9px;
    }
    #guarantee .subtitle + .row {
        padding-top: 0px;
    }
    #guarantee .col-4 {
        width: 100%;
    }
    .guarantee__block {
        text-align: left;
        display: flex;
        padding: 0 10px 20px;
    }
    .guarantee__block--image {
        min-width: 69px;
    }
    .guarantee__block--title {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .guarantee__block--text {
        font-size: 12px;
        line-height: 1.25;
        margin-bottom: 6px;
    }
    .guarantee__block--link {
        font-size: 16px;
        line-height: 17px;
    }

    #why {
        padding-top: 44px;
        padding-bottom: 67px;
    }
    .promo-text {
        margin: 0 0 20px;
        font-size: 14px;
        line-height: 1.85;
    }
    .promo-text p {

    }
    #why .grid {
        display: block;
        margin-bottom: 0px;
    }
    .why__block {
        padding: 0px 10px 0px;
        max-width: none;
        margin-bottom: 20px;
    }
    .why__block-container {
        padding: 20px 24px 17px 14px;
        max-width: none;
    }
    .why__block--name {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 6px;
    }
    .why__block--text {
        line-height: 1.25;
        font-size: 12px;
        padding: 0;
    }
    #why .button {
        margin-bottom: 0;
    }
    #legacy {
        padding-top: 65px;
        padding-bottom: 20px;
    }
    #search {
        padding-top: 10px;
        padding-bottom: 10px;
        background: none;
    }
    #search .layout {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #search .title {
        margin-bottom: 10px;
    }
    #search p {
        font-size: 14px;
        line-height: 1.85;
    }
    .b-form {
        padding-top: 0px;
    }
	#welcome .b-form .grid{
		display: block;
	}
	.b-form .grid {
        display: flex;
        margin-bottom: 10px;
    }
    .b-form input[type="text"], .b-form input[type="number"], .b-form input[type="email"] {
        min-width: 280px;
        margin-bottom: 20px;
        border-radius: 4px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .b-form .separator {
        display: none;
    }
    .b-form button {
        max-width: 200px;
        min-width: 200px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        height: 65px;
        padding-right: 0;
        border-radius: 4px;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .b-form .checkbox {
        font-size: 14px;
        text-align: left;
        line-height: 1.85;


        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .b-form .checkbox span {
        padding-left: 5px;
    }
    .checkbox a {
        display: inline-block;
        margin-left: 28px;
        position: relative;
        top: -5px;
        line-height: 17px;
    }
    input[type="checkbox"] + .svg {
        position: relative;
        top: 7px;
    }

    #customs {
        padding-top: 235px;
        padding-bottom: 25px;
        background-size: 320px auto;
        background-position: 0 37px;
    }
    #customs .layout {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    #customs .subtitle {
        margin-bottom: 10px;
    }
    #customs p {
        font-size: 14px;
        line-height: 1.85;
    }
    #customs .b-form button, #search .b-form button {
        margin-bottom: 10px;
    }
    #customs .b-form, #search .b-form {
        padding-top: 27px;
    }

    .form {
        padding: 37px 0 5px;
    }
    .form .b-form button {
        min-width: 270px;
        max-width: 270px;
    }
    .form .subtitle {
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
    }

    #team {
        padding-top: 37px;
        padding-bottom: 3px;
    }
    #team .promo {
        font-size: 14px;
        text-align: center;
        line-height: 1.85;
    }
    #team .subtitle {
        margin-bottom: 10px;
    }
    #team .promo {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    #team .grid {
        margin: 0;
        display: block;
    }
    .why__block {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto;
    }
    #team .why__block {

    }
    #team .why__block--container {
        padding-top: 20px;
        padding-bottom: 14px;
    }
    #team .why__block .icon {

    }
    #team .why__block--name {
        margin-bottom: 4px;
    }
    #team .why__block--text {
        min-height: 1px;
    }
    #team .counters {
        font-size: 0px;
    }
    #team .counters .counter {
        width: 33%;
        margin-bottom: 17px;
        vertical-align: top;
        display: inline-block;
    }
    .counter .number {
        font-size: 60px;
        line-height: 79px;
        margin-bottom: -2px;
    }
    .counter .text {
        font-size: 16px;
        line-height: 19px;
    }

    #photo {
        padding-top: 19px;
        padding-bottom: 29px;
    }
    #photo .title {
        margin-bottom: 13px;
    }
    .photos {
        margin-bottom: 25px;
    }
    .photos--item {
        width: 200px;
        height: 133px;
    }
    #etaps {
        padding-top: 28px;
        padding-bottom: 35px;
        overflow: hidden;
    }
    .infographic {
		margin: 0 auto;
		width: 50%;
        border-left: dotted 3px #c4d0d6;
    }
    .shape {
        display: none;
    }
    .infographic .badge {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 9px;
        margin-bottom: 22px;
        display: inline-block;
    }
    .infographic .etap {
        width: auto;
        display: flex;
        position: relative;
        left: 0;
        top: 0;
        text-align: left;
        padding: 0;

        margin-left: -18px;
        margin-bottom: 30px;
    }
    .infographic .etap5 {
        height: 100%;
        background: #f0f2f3;
    }
    .infographic .etap3 {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .infographic .etap .etap-text {
        text-align: left;
        font-size: 12px;
        line-height: 1.25;
    }
    .infographic .etap .etap-icon {
        background: transparent;
        margin: 0;
        padding: 0;
        min-width: 50px;
    }
    .infographic .etap .etap-icon img {
        background: #f0f2f3;
    }
    .infographic .etap .etap-title {
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 19px;
    }

    #feedbacks {
        padding-top: 39px;
        padding-bottom: 41px;
    }
    .feedbacks-row {
        padding-top: 7px;
    }
    .feedbacks-control {
        margin-bottom: 0;
    }
    #feedbacks .owl-stage {
        display: block;
    }
    #feedbacks .owl-item {
        display: block;
        float:left;
    }
    .feedback {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .feedback--text {
        font-size: 12px;
        padding-top: 17px;
        line-height: 1.58;
    }
    .feedback--container {
        padding: 23px 20px;
    }
    .feedback--header .author .name {
        font-size: 16px;
        line-height: 19px;
    }

    #footer {
        padding-top: 25px;
        padding-bottom: 31px;
    }
    #footer .grid {
        display: block;
    }
    .address__block {
        width: 100%;
        display: block;
        height: auto;
        margin-bottom: 20px;
    }
    .address__block--title {
        font-size: 16px;
        line-height: 19px;
    }
    .address__block--title:after {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .address__block--container--address {
        margin-bottom: 11px;
        font-size: 14px;
        line-height: 1.85;
    }
    .address__block--container--phone {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.85;
    }
    #footer .grid + .grid {
        padding-top: 10px;
    }
    .logo {
        display: none;
    }
    .social {
        text-align: center;
        margin-bottom: 31px;
    }
    .social a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .logo2 {
        text-align: center;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .modal__container {
        overflow-x: hidden;
        border-radius: 0px;
    }
    body {
        height: auto!important;
        min-height: 100vh!important;
    }
	.mb-grid1{
		display: grid;
		width: 50%;
		float: left;
	}
	#welcome{
		min-height: 60vh;
	}
	.date{
		margin: 0 25px;
		border-radius: 5px;
		width: 86%;
	}
	.b-form input ~ label{
		left: 40px;
		top: 0;
	}
	 .b-form input[type="text"],.b-form input[type="number"],.b-form input[type="date"]{
		padding: 10px 16px;
	}
	 .b-form button{
		height: 43px;
	}
	#types .type__block .mobi .type__block--title{
		display: none;
	}
	#types .type__block .type__block--icon{
		margin: 0 auto;
	}
	.form .b-form button{
		height: 46px;
		margin: 0 20px;
	}
	#footer .grid{
		display: flex;
	}
	#footer .b-form input[type="text"]{
		min-width: 214px;
	}
	#footer .address__block{
		width: 33%;
	}
	#footer .address__block--title img{
		width: 43%;
	}
	#footer button{
		padding: 10px;
	}
	#footer .b-form button{
		max-width: 225px;
	}
	#footer .b-form input ~ label{
		left: 20px;
	}
	#footer .promo{
		margin: 0
	}
	.button-hidden{
		display: none !important;
	}
}
@media (max-width: 767px){
	.container {
        max-width: 540px;
        min-width: 320px;
    }
	.date{
		margin: 0 20px;
		min-width: 220px;
    	max-width: 220px;
	}
	#welcome .b-form input[type="text"], #welcome .b-form input[type="number"]{
		min-width: 220px;
    	max-width: 220px;
	}
	#welcome .b-form button {
		max-width: 220px;
		min-width: 220px;
	}
	#search .title,#search p{
		text-align:center;
	}
	.type__block--icon img{
		height: 40px;
		width: auto;
	}
	footer .contact{
		display: none;
	}
	#footer .address__block {
		width: 45%;
	}
	.form .b-form input[type="text"]{
		min-width: 250px;
	}
	#welcome .extra + .b-form .grid{
		margin-left: 0px;
	}
	.button-hidden{
		display: none !important;
	}
}
@media (max-width: 576px){
	#welcome .layout{
		padding-top: 100px;
	}
	.button-hidden{
		display: block !important;
	}
	#welcome .b-form .grid{
		display: none;
	}
	#welcome .l2-grid .grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.advance .guarantee__block{
		text-align: center;
	}
	.advance .guarantee__block img{
		width: 15%;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-6 {
		width: 50%;
	}
	#team .counters .counter{
		width: 100%;
	}
	.form .b-form .grid{
		display: grid;
	}
	.form .b-form input[type="text"] {
		min-width: 270px;
	}
	#footer .grid {
		display: grid;
	}
	#footer .address__block {
		width: 55%;
		text-align: center;
		margin: 0 auto;
	}
	#footer .address__block--title img {
		width: 35%;
	}
	.address__block--title:after{
		margin: 5px auto;
	}
	.last-form{
		margin: 0 auto;
	}
	footer .subtitle{
		text-align:center;
		padding: 0;
	}
	.container{
		width: 100%;
	}
	.guarantee__block--text{
		width: 70%;
		margin: 0 auto;
	}
	.white {
		background: #f0f2f3;
	}
}