@media screen and (max-width: 768px){
    nav {
        padding: 5px;
    }
    #about .inner {
        padding: 0;
        height: calc(100vh - 40px);
    }
    #about h1 {
        font-size: 40px;
    }
    .navbar-toggler {
        border: none !important;
    }
    .navFixed {
        top: -1px;
    }
    .btn-blue {
        width: 150px;
        height: 35px;
        font-size: 13px !important; 
    }
    .navbar-nav .nav-item{
        width: 100%;
    }
    .navbar-nav .nav-link:hover {
        border: none;
    }
    .navbar-nav .active a {
        border: none;
        font-weight: 600;
        color: black;
    }
    header nav ul li {
        margin: auto;
    }
    #list-numbers .title {
        height: 100px;
    }
    .collapsing {
        transition: right .35s ease !important;
    }
    .navbar-toggler {
        z-index: 30;
    }
    .navbar-collapse.show {
        box-shadow: -250px 0px 0px 0px rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 80%;
        position: fixed;
        background: white;
        z-index: 20;
        top: 0;
        padding: 2rem 1rem;
        right: 0;
        border-radius: 10px 0 0 10px;
    }
    .collapsing {
        transition: 0s !important;

    }
    #documents .img-block {
        height: 200px;
    }
    #requirements{
        padding-bottom: 20px !important;
        padding: 0;
		.img-block {
			height: 80px;
			svg {
				height: 100%;
			}
		}
		p {
			font-weight: 700;
		}
		span {
			font-size: 12px;
		}
	}
    .animated-icon span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      .animated-icon span:nth-child(2) {
        top: 10px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      .animated-icon span:nth-child(3) {
        top: 20px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      .animated-icon.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0px;
        left: 8px;
      }
      
      .animated-icon.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
      }
      
      .animated-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 21px;
        left: 8px;
      }
      .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
      }
      
      .animated-icon span {
        display: block;
        background: black;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      .full-overlay {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        animation: fadein .5s;
        background-color: rgba(21,12,21,.6);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        z-index: 10;
        }
        .header-contact {
            position: absolute;
            bottom: 15px;
            right: 15px;
        }
        .header-contact span {
            width: 100%;
            display: flex;
            margin-bottom: 15px;
        }
        #order {
            padding: 20px 0 20px 0;
        }
        #order .create-nomer {
            border: none;
            margin-bottom: 10px;
        }
        .numb_6 {
            scale:0.9
        }
        #order .create-nomer .wrapper {
            border: 1px solid #c8c5cb;
            width: auto;
            padding: 10px;
        }
        #order .create-nomer .wrapper tbody{
            display: flex;
            flex-direction: column;
        }
        #order .wrapper table tr {
            height: auto;
            display: flex;
            flex-direction: column;
        }
        #order .number-preview {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-right: none;
            border-bottom: 1px solid #c8c5cb;
        }
        #order .number-preview input {
            scale: 0.7;
        }
        #order .number-preview .numb_6 input {
            scale: 1;
        }
        #order .number-preview .numb_7 input {
            scale: 1;
        }
        #order .number-preview .numb_11 input {
            scale: 0.9;
        }
        #order .number-preview .numb_12 input {
            scale: 0.9;
        }
        #order .number-preview .numb_13 input {
            scale: 1;
        }
        #order .number-preview .numb_18 input {
            scale: 1;
        }
        #order .number-preview .numb_19 input {
            scale: 1;
        }
        .checkbox input {
            scale: 2.5;
        }
        #contacts {
            padding: 2rem;
        }
        #contacts h2 {
            padding: 2rem 0;
        }
        #contacts input[type="text"], #contacts input[type="email"] {
            width: 100%;
        }
        #contacts .form form {
            display: flex;
            width: 100%;
            flex-direction: column;
            align-items: center;
            padding: 0rem 2rem;
        }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #order .number-preview input {
        scale:0.8
    }
    .numb_6 {
        scale:0.8
    }
}
@media screen and (max-width: 991.98px){
    #order .number-preview {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #c8c5cb;
    }
    #order .create-nomer .wrapper {
        width: auto;
        padding: 10px;
    }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
    header .menu-md-size {
        display: flex !important;
        width: 100%;
        margin-top: -13px;
    }
    header nav {
        padding: 5px 15px 0 15px;
    }
    header.navFixed {
        top: 0;
    }
    header .main-menu {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    #header_right .btn-link {
    font-size: 1rem !important;
    }
}