.statistics__item-text div {
    margin: 0 2px;
}

.success-msg {
    background: #e8f3e8;
    border: 1px solid #c7dec7;
    padding: 14px 25px;
    color: #000000;
    margin-bottom: 50px;
}

.menu {
    display: none;
    background-image: url('../img/bg_menu.png');
    background-position: right -150px bottom 0;
    background-size: 350px;
}

.animsition {
  opacity: initial;
}

.logo__image {
  width: 220px;
  margin-right: 0;
}

.header--fixed .logo__image {
  width: 200px;
}

.header--fixed .header__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.header__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.intro__heading {
  max-width: 250px;
}

.intro__header-inner {
  padding-top: 160px;
}

.intro__header {
  background-image: url(../images/5.webp);
}

.desktop-lang-switcher {
  margin-left: auto;
}

main {
    padding-bottom: 30px;
}

.an-awards__text {
    color: #000000;
    font-size: 24px;
    line-height: initial;
}

.an-awards__notice {
    font-size: 20px;
}

.statistics__item:last-child,
.statistics__item + .statistics__item
{
    margin-top: initial;
}

.type-service__heading {
    margin-bottom: 60px;
}

.footer__top {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.footer__address,
.footer__phone,
.footer__column-link
{
    color: #000000;
}

.js-number-title {
    margin-left: 15px;
}

.type-service__item-text {
    font-size: 18px;
}

.type-service__item-heading {
    font-weight: 400;
}

.heading {
    font-size: 38px;
}

.social__link.linkedin-color {
    border-color: #0b66c2;
}

.social__link.linkedin-color:hover, 
.social__link.linkedin-color:focus
{
    background-color: #edf6ff;
    border-color: #c0d7ee;
}

.footer__address {
    line-height: 1.44;
}

.footer__copyright {
    color: #000000;
}

.footer__separator {
    width: 100%;
    height: 10px;
}

.footer__email:last-child {
    padding-top: 10px;
    display: inline-block;
}

.footer__email {
    font-size: 40px;
}

.footer__email.smaller_text {
    font-size: 28px;
}

.footer__top {
    text-align: center;
}

.footer__column-link,
.footer__address
{
    font-size: 18px;
}

.contacts__header .form__item {
    width: 100%;
}

.contacts__header .form__title {
    font-size: 32px;
}

.contacts__header .form__subtitle {
    font-size: 20px;
    color: #000000;
}

.contacts__header .form {
    padding-top: 8px;
}

.contacts__content {
    width: 100%;
    margin-bottom: 40px;
    font-size: 20px;
}

.contacts__block {
    margin-bottom: 40px;
}

.contacts__heading {
    max-width: initial;
}

.single-project--minimalist .single-project__intro-text {
    text-align: initial;
}

.single-project--minimalist .single-project__heading {
    text-align: left;
}

.contacts a {
    color: #000000;
}

.form__submit:hover, 
.form__submit:focus {
    background-color: #ff6d33;
    color: #ffffff;
}

.contacts [type=submit] {
    margin-top: 95px;
}

.border-radius-5 img {
    border-radius: 5px;
}

.border-radius-15 img {
    border-radius: 15px;
}

.logo__image {
    padding: 27px 12px;
}


@media (min-width: 576px) {
    .heading {
        font-size: 46px;
    }
    
    .footer__separator {
        display: none;
    }

    .phone_margin {
        margin-left: 50px;
    }
}
    
@media (max-width: 575px) {
    .menu {
        background-position: right -50px bottom 0;
    }
}

@media (max-width: 400px) {
    .menu {
        background-position: right -100px bottom 0;
    }
}


@media (max-width: 767px) {
    .heading {
        text-align: center;
    }
    
    .an-awards__text,
    .an-awards__notice,
    .an-awards__buttons .btn
    {
        margin: auto;
        text-align: center;
    }
    
    .an-awards__buttons .btn {
        margin-top: 20px;
    }
    
    .single-project--minimalist .single-project__heading {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .footer__email {
        font-size: 38px;
    }

    .footer__email.smaller_text {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .desktop-lang-switcher {
        display: none;
    }
    .statistics__item-text div {
        display: inline-block;
    }
    .statistics__item {
        margin-bottom: 24px;
    }
    .statistics__item:last-child {
        margin-bottom: initial;
    }
}

@media (max-width: 1200px) {
    .single-project--minimalist .single-project__header {
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .heading--h1 {
        font-size: 54px;
    }
    
    .type-service__item-heading {
        font-weight: 300;
    }
    
    .an-awards__text {
        color: #000000;
        font-size: 28px;
        line-height: initial;
    }

    .type-service__heading {
        margin-bottom: 112px;
    }
    
    .btn {
        padding: 16px 26px;
        font-size: 15px;
    }
    
    .type-service__item-text {
        font-size: 20px;
    }
    
    .footer__address {
        line-height: 1.95;
    }
    
    .single-project__intro-text {
        font-size: 20px;
    }
    
    .single-project {
        padding-top: 60px;
    }
    
    .single-project--minimalist .single-project__heading {
        margin-bottom: 20px;
    }
}

@media (min-width: 1560px) {
    .an-awards__content {
        padding-top: 90px;
    }
    
    .an-awards__buttons {
        margin-bottom: 54px;
    }
}