*::-webkit-input-placeholder {
    color: #2c3637;
    opacity: 1;
}
*:-moz-placeholder {
    color: #2c3637;
    opacity: 1;
}
*::-moz-placeholder {
    color: #2c3637;
    opacity: 1;
}
*:-ms-input-placeholder {
    color: #2c3637;
    opacity: 1;
}

html {
    -webkit-text-size-adjust: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder, textarea:focus:-moz-input-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-input-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

body {
    margin: 0;
    font-size: 16px;
    /*line-height: 36px;*/
    color: #020313;
    /*font-family: "ProximaNova-Regular";*/
    font-family: "Roboto-Regular";
    overflow-x: hidden;
    position: relative;
}

b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "BebasNeueBold";
}

p {
    line-height: 1.5;
}

h1 {
    font-size: 56px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
}

h3 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    color: #222222;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}

input {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.content {
    width: 96%;
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}

.noScroll {
    overflow: hidden;
}

header {
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    z-index: 9;
}

header .content {
    z-index: 2;
}

.sandwich {
    position: relative;
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 20px;
    margin-top: 13px;
    z-index: 99;
    cursor: pointer;
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sw-topper {
    position: absolute;
    top: 0;
    width: 25px;
    height: 3px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: transform 0.3s, top 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.sw-bottom {
    position: absolute;
    width: 25px;
    height: 3px;
    top: 7px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: opacity 0.2s;
    transition-delay: 0.1s;
}

.sw-footer {
    position: absolute;
    width: 25px;
    height: 3px;
    top: 14px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: transform 0.3s, top 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

.sandwich.active .sw-topper {
    top: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform 0.5s, top 0.3s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sandwich.active .sw-bottom {
    opacity: 0;
}

.sandwich.active .sw-footer {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: transform 0.5s, top 0.3s;
    -webkit-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.logo {
    display: block;
    float: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    width: 59px;
    margin-top: 6px;
}

.logo.active {
    opacity: 0;
    visibility: hidden;
}

.logo img {
    display: block;
}

.btn {
    display: inline-block;
    border: 1px solid #f97c4b;
    background-color: #f97c4b;
    padding: 0 30px;
    line-height: 41px;
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #ffffff;
    font-family: "BebasNeueBold";
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.btn:hover {
    border: 1px solid rgba(255,255,255,0.5);
    background-color: transparent;
}

.btn-inverse {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.5);
}

.btn-inverse:hover {
    border: 1px solid #f97c4b;
    background-color: #f97c4b;
}

.menu {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 460px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
}

.menu-item:last-child {
    margin-right: 0;
}

.menu-item a {
    display: block;
    line-height: 42px;
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #ffffff;
    font-family: "BebasNeueBold";
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-item a:hover {
    color: #f97c4b;
}

.menu-item:last-child a:hover {
    color: #fff;
}

.header-right {
    float: right;
}

.header-phone {
    display: none;
}

.banner {
    position: relative;
    margin-top: -91px;
    height: 100vh;
    text-align: center;
    min-height: 500px;
}

.banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 96%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.img-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.arrow-down {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 32px;
    text-align: center;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.arrow-down span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.arrow-down img {
    display: block;
    margin: auto;
    animation: down 2s infinite ease-in-out;
    -webkit-animation: down 2s infinite ease-in-out;
}

@keyframes down {
    from {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,15px);
        -webkit-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
    }
    to {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

@-webkit-keyframes down {
    from {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,15px);
        -webkit-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
    }
    to {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

@-o-keyframes down {
    from {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,15px);
        -webkit-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
    }
    to {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

@-moz-keyframes down {
    from {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,15px);
        -webkit-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
    }
    to {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

@-ms-keyframes down {
    from {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
    50% {
        transform: translate(0,15px);
        -webkit-transform: translate(0,15px);
        -moz-transform: translate(0,15px);
        -ms-transform: translate(0,15px);
        -o-transform: translate(0,15px);
    }
    to {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
    }
}

.about {
    padding: 80px 0 50px;
    background-color: #020313;
    color: #fff;
}

.about h2 {
    margin-bottom: 24px;
    color: #fff;
}

.about-desc {
    margin: 0;
    text-align: center;
    font-size: 32px;
}

.about-items {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 60px;
    margin-top: 55px;
}

.about-items .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}

.about-item {
    width: 25%;
    max-width: 250px;
    margin-bottom: 30px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
}

.about-item span {
    font-size: 56px;
    margin-bottom: 10px;
    font-family: "BebasNeueBold";
}

.about-item p {
    margin: 0;
    font-size: 18px;
    color: #8688a6;
}

.services {
    position: relative;
    padding-top: 80px;
}

.services h2 {
    color: #fff;
}

.services h3 {
    color: #fff;
    line-height: 1.2em;
    min-height: 2.2em;
}

.services-items {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 2;
}

.services-item {
    position: relative;
    width: 33.333%;
    padding: 40px 40px 60px;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.6);
    border-right: 1px solid rgba(255,255,255,0.6);
}

.services-item:last-child {
    border-right: none;
}

.services-number {
    display: block;
    font-size: 32px;
    font-family: "BebasNeueBold";
    margin-bottom: 16px;
}

.services-item p {
    font-size: 18px;
    line-height: 1.3em;
    min-height: 10.4em;
    margin: 16px 0;
    opacity: 0.6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.services-item:hover p {
    opacity: 1;
}

.services-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 40px;
    color: #fff;
    font-size: 16px;
    font-family: "BebasNeueBold";
    letter-spacing: 0.7px;
    border-top: 1px solid rgba(255,255,255,0.6);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.services-link:hover {
    background-color: #f97c4b;
}

.services-link i {
    position: absolute;
    right: 40px;
}

.reviews {
    padding: 80px 0;
}

.reviews-items {
    margin: 40px -15px 0;
}

.reviews-item {
    margin: 0 15px;
}

.reviews-quote {
    width: 30px;
    height: 22px;
    display: block;
    margin: 0 auto 15px;
}

.reviews-item-content {
    background-color: rgba(134,136,166, 0.15);
    text-align: center;
    padding-bottom: 30px;
    margin-top: -45px;
    padding-top: 80px;
}

.reviews-img {
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    position: relative;
    border-radius: 50%;
}

.reviews-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reviews-text {
    margin: 0 0 30px;
    padding: 0 30px;
    color: #8688a6;
    font-size: 18px;
}

.reviews-name {
    color: #020313;
    font-size: 20px;
    font-family: "BebasNeueBold";
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.reviews-job {
    font-size: 14px;
    font-family: "BebasNeueBold";
    letter-spacing: 0.7px;
    margin: 0;
}

.reviews-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.reviews-arrow {
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #8688a6;
    background-color: rgba(134,136,166, 0.15);
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.reviews-arrow:hover {
    background-color: #f97c4b;
    color: #fff;
}

.reviews-nav-count{
    font-size: 14px;
    text-align: center;
    font-family: "BebasNeueBold";
    letter-spacing: 0.7px;
    line-height: 40px;
    margin: 0 15px;
}

.feedback {
    background-color: #232bd1;
    padding: 80px 0 0;
}

.feedback h2 {
    color: #fff;
}

.feedback-form {
    margin: 40px auto 0;
    width: 100%;
    max-width: 1920px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.feedback-item {
    position: relative;
    border-top: 1px solid rgba(255,255,255,0.6);
    padding: 40px;
}

.feedback-item:nth-child(1),
.feedback-item:nth-child(2) {
    border-right: 1px solid rgba(255,255,255,0.6);
}

.feedback-item:nth-child(1),
.feedback-item:nth-child(2),
.feedback-item:nth-child(3) {
    width: 33.333%;
}

.feedback-item:nth-child(4),
.feedback-form .btn {
    width: 100%;
}

.feedback-form .btn {
    line-height: 57px;
}

.feedback-item span {
    color: rgba(255,255,255,0.5);
    font-size: 32px;
    font-family: "BebasNeueBold";
    margin-bottom: 10px;
}

.feedback-item span.error {
    color: #ff3838;
}

.feedback-item input {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    background-color: transparent;
    font-family: "BebasNeueBold";
}

.feedback-item textarea {
    display: block;
    width: 100%;
    border: none;
    color: #fff;
    font-size: 40px;
    line-height: 1.2em;
    max-height: 3.6em;
    background-color: transparent;
    font-family: "BebasNeueBold";
    resize: none;
}

.contacts {
    padding: 80px 0 50px;
}

.contacts-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    margin: 40px -15px 0;
}

.contacts-item {
    border: 1px solid rgba(134,136,166,0.3);
    width: calc(33.333% - 30px);
    margin: 0 15px 30px;
    font-size: 20px;
    font-family: "BebasNeueBold";
    letter-spacing: 1px;
    padding: 16px 24px;
    color: #020313;
}

.social-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.contacts-social {
    border: 1px solid rgba(134,136,166,0.3);
    width: calc(25% - 30px);
    margin: 0 15px 30px;
    line-height: 46px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    font-family: "BebasNeueBold";
    letter-spacing: 1px;
    color: #020313;
    font-size: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.contacts-social:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.contacts-social span {
    margin-left: 16px;
}

.contacts-item-name {
    font-size: 14px;
    opacity: 0.5;
    letter-spacing: 0.7px;
    display: block;
    margin-bottom: 5px;
}

footer {
    background-color: #020313;
}

.footer-logo {
    cursor: pointer;
}

.footer-top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 34px 0;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    min-width: 460px;
}

.footer-nav-item {
    list-style-type: none;
    margin-right: 24px;
}

.footer-nav-item:last-child {
    margin-right: 0;
}

.footer-nav-item a {
    display: block;
    line-height: 42px;
    font-size: 18px;
    letter-spacing: 0.7px;
    color: #ffffff;
    font-family: "BebasNeueBold";
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-nav-item a:hover {
    color: #f97c4b;
}

.footer-nav-item:last-child a:hover {
    color: #fff;
}

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 136px;
}

.footer-social a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.footer-social a:hover {
    color: #f97c4b;
}

.footer-bot {
    border-top: 1px solid rgba(255,255,255,0.38);
    padding-top: 24px;
    padding-bottom: 24px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    font-size: 14px;
}

.hidden {
    display: none;
}

.popup {
    position: relative;
    text-align: center;
    width: 96%;
    max-width: 300px;
    padding: 40px 30px;
    background-color: #fff;
    margin: 0 auto;
}

.popup-title {
    font-size: 26px;
    font-family: "BebasNeueBold";
    margin-bottom: 20px;
    display: block;
}

.popup-form input {
    border: 1px solid rgba(134,136,166,0.3);
    height: 43px;
    font-size: 18px;
    color: #222222;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
    display: block;
}

.popup-form .btn {
    display: block;
    width: 100%;
}

.popup-form .btn:hover {
    color: #f97c4b;
    border: 1px solid #f97c4b;
}

.popup-desc {
    font-size: 18px;
    margin: 0;
}

.input-error {
    border: 1px solid red!important;
}

/*-------адаптив-------адаптив-------адаптив-------адаптив-------адаптив-------*/

@media only screen and (max-height : 500px) {

    .arrow-down {
        display: none;
    }
}

@media only screen and (max-width : 1500px) {

    .about-desc {
        font-size: 26px;
    }

    h3 {
        font-size: 35px;
    }

    .feedback-item textarea,
    .feedback-item input {
        font-size: 34px;
    }

    .feedback-item span {
        font-size: 30px;
    }

    .feedback-item {
        padding: 30px;
    }
}

@media only screen and (max-width : 1200px) {

    .arrow-down span {
        display: none;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 36px;
    }

    .about-desc {
        font-size: 20px;
    }

    .banner {
        min-height: 400px;
    }

    .about {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .about {
        font-size: 50px;
    }

    .about-item p {
        font-size: 16px;
    }

    .about-item span {
        font-size: 44px;
    }

    .about-items {
        padding-top: 35px;
        margin-top: 35px;
    }

    .services-item {
        width: 100%;
        border-right: none;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .services h3 {
        min-height: auto;
    }

    .services-item p {
        min-height: auto;
    }

    .services-number {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .services-item p {
        font-size: 17px;
        opacity: 1;
        margin-bottom: 30px;
    }

    .services-link {
        padding-right: 20px;
        padding-left: 20px;
    }

    .services-link i {
        right: 20px;
    }

    .services {
        padding-top: 60px;
    }

    .services-item:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.6);
    }

    .services-items {
        margin-top: 30px;
    }

    .reviews {
        padding: 60px 0;
    }

    .feedback-item textarea,
    .feedback-item input {
        font-size: 28px;
    }

    .feedback-item span {
        font-size: 26px;
    }

    .feedback-item {
        padding: 20px;
    }

    .feedback {
        padding-top: 60px;
    }

    .contacts {
        padding: 60px 0 30px;
    }

    .contacts-item {
        width: calc(50% - 30px);
    }

    .social-items {
        width: calc(50% - 30px);
        margin: 0 15px;
    }

    .contacts-social span {
        display: none; 
    }

    .contacts-social {
        margin: 0;
        width: calc(25% - 15px);
        justify-content: center;
        padding: 10px 10px;
        height: 80px;
    }

    .contacts-items {
        margin-top: 30px;
    }
}

@media only screen and (max-width : 900px) {

    .about-item {
        width: 50%;
        max-width: 350px;
    }

    .feedback-item textarea,
    .feedback-item input {
        font-size: 24px;
    }

    .feedback-item span {
        font-size: 22px;
    }

    .footer-nav {
        display: none;
    }

    .footer-top {
        padding: 20px 0;
    }

}

@media only screen and (max-width : 800px) {

    header .content {
        z-index: 3;
    }

    .menu {
        flex-direction: column;
        justify-content: center;
        height: 100vh;
        left: 0;
        top: 0;
        width: 100%;
        background-color: #232cd3;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        text-align: center;
        min-width: 1px;
        opacity: 0;
        visibility: hidden; 
    }

    .menu.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .menu-item {
        display: block;
        margin: 15px 0;
        width: 100%;
    }

    .menu-item:last-child {
        display: none;
    }

    .menu-item a {
        display: block;
        font-size: 28px;
    }

    .menu.active {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

    .menu-item:hover .submenu {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
    }

    .sandwich {
        display: block;
    }

    .header-phone {
        display: block;
        margin-right: 20px;
        color: #fff;
        font-family: "BebasNeueBold";
        font-size: 18px;
    }

    .header-right {
        display: flex;
        align-items: center;

    }

    header {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .banner {
        margin-top: -67px;
    }

    h3 {
        font-size: 30px;
    }

    .services-item p {
        font-size: 16px;
    }

    .services-number {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .feedback-item:nth-child(1),
    .feedback-item:nth-child(2),
    .feedback-item:nth-child(3) {
        width: 100%;
        border-right: none;
    }

    .feedback-item input {
        line-height: 30px;
    }

    .contacts-social {
        border: none;
    }

    .contacts-social:hover {
        box-shadow: none;
    }

}

@media only screen and (max-width : 700px) {

    .contacts-item {
        width: 100%;
        margin: 0 0 20px;
    }

    .contacts-items {
        margin-right: 0;
        margin-left: 0;
    }

    .social-items {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

@media only screen and (max-width : 500px) {

    h1 {
        font-size: 44px;
    }

    .about-item span {
        font-size: 44px;
    }

    .services-number {
        display: none;
    }

    .reviews-text {
        font-size: 16px;
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 20px;
    }

    .reviews-item-content {
        padding-top: 70px;
    }

    .reviews-nav {
        margin-top: 30px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 26px;
    }

    .reviews-items {
        margin-top: 30px;
    }

    .feedback-item {
        padding: 15px;
    }
}

@media only screen and (max-width : 420px) {

    header .btn {
        font-size: 14px;
        padding: 0 15px;
    }

    .header-phone {
        font-size: 16px;
        margin-right: 15px;
    }

    .sandwich {
        margin-right: 15px;
    }

    .about-item p {
        font-size: 14px;
    }

    .about-item span {
        font-size: 40px;
    }

    .about-desc {
        font-size: 16px;
    }

    .about-item {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
}


@media only screen and (max-width : 340px) {

    .logo {
        width: 49px;
        margin-top: 9px;
    }
}




