@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap);

html {
    padding: 0;
    margin: 0 auto;
    overflow-x: hidden
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

html, ul {
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

li, ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@font-face {
    font-family: "Azoft Sans";
    src: url(../fonts/azoft-sans/azoft-sans.eot);
    src: url(../fonts/azoft-sans/azoft-sans.eot?#iefix) format("embedded-opentype"), url(../fonts/azoft-sans/azoft-sans.otf) format("opentype"), url(../fonts/azoft-sans/azoft-sans.svg) format("svg"), url(../fonts/azoft-sans/azoft-sans.ttf) format("truetype"), url(../fonts/azoft-sans/azoft-sans.woff) format("woff"), url(../fonts/azoft-sans/azoft-sans.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Azoft Sans Bold";
    src: url(../fonts/azoft-sans/azoft-sans.eot);
    src: url(../fonts/azoft-sans/eot?#iefix) format("embedded-opentype"), url(../fonts/azoft-sans/azoft-sans-bold.ttf);
    font-weight: 700;
    font-style: normal
}

h1 {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    line-height: 110px;
    color: #242b3c
}

ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top-header__wrapper {
    background-color: #f7f8fc;
    min-height: 130px;
    width: 100%
}

.top-header--white__wrapper {
    background-color: #fff;
    min-height: 130px;
    width: 100%
}

.header-logo__wrapper {
    display: block;
    width: 184px;
    height: 105px;
    background-image: url(../images/logo.svg)
}

.header-inner__wrapper {
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-template-rows:minmax(130px, auto);
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-nav__wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    justify-self: end;
    grid-column-gap: 103px;
    padding-right: 10%
}

.header-nav__item {
    justify-self: center;
    text-align: center;
    display: flex;
    align-items: center;
}

.header-nav__item__link {
    font-family: "Azoft Sans Bold";
    font-size: 26px;
    line-height: 26px;
    color: #242b3c;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.header-nav__item__link:last-child {
    margin-right: 0
}

.header-nav__item__link:hover {
    color: #f56600
}

.hamb, .popup {
    display: none
}

.top-info__wrapper {
    min-height: 690px;
    position: relative;
    background-image: url(../images/background-dollars.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
    padding: 0 7%
}

.top-info__inner-wrapper {
    display: grid;
    grid-template-columns:1fr 2fr;
    justify-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-rows:700px
}

.home-page__title {
    text-transform: uppercase;
    color: #242b3c;
    font-family: "Azoft Sans";
    font-weight: 400;
    font-size: 100px;
    line-height: 80px;
    margin-top: 10px
}

.dp-item__tel:hover, .home-page__title-colorised {
    color: #f56600
}

.home-page__subtitle {
    font-family: "Azoft Sans";
    font-weight: 400;
    font-size: 27px;
    line-height: 39px;
    margin-top: 24px;
    padding-right: 13%;
    color: #242b3c
}

.department-info__wrapper {
    margin: 0 auto;
    background-color: #f7f8fc;
    padding-bottom: 113px
}

.section-title__wrapper {
    padding-top: 86px;
    padding-bottom: 71px;
    text-align: center;

    /*margin-left: 10%*/
}

.section__title {
    font-family: "Azoft Sans Bold";
    text-align: center;
    font-style: normal;
    font-size: 70px;
    line-height: 70px;
    color: #242b3c;
    text-transform: uppercase
}

.dp-items__wrapper {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    padding-left: 7%;
    padding-right: 7%
}

.department-item__wrapper {
    border: 1px solid #ececec;
    background-color: #fff
}

.dp-item__info-wrapper {
    padding: 32px 55px 60px;
    display: grid;
    grid-template-rows:225px 1fr
}

.dp-item__title {
    color: #fd6e34;
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase
}

.dp-item__address {
    margin-top: 16px;
    font-weight: 400;
    color: #636363
}

.dp-item__address, .dp-item__schedule, .dp-item__schedule--title, .dp-item__tel {
    font-family: "Inter";
    font-style: normal;
    font-size: 24px;
    line-height: 150%
}

.dp-item__schedule--title {
    font-weight: 600;
    margin-top: 10px;
    color: #242b3c
}

.dp-item__schedule, .dp-item__tel {
    font-weight: 400;
    color: #636363
}

.dp-item__tel {
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none
}

.address__line--small-gap {
    line-height: 125% !important
}

.department-info__inner-wrapper .coming-soon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dp-item__info-wrapper.coming-soon {
    padding: 0
}

.coming-soon__title {
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 32px;
    line-height: 32px;
    color: #f56600;
    opacity: .5;
    text-transform: uppercase
}

.services-section__wrapper {
    background-color: #f7f8fc;
    padding-bottom: 100px
}

.services-title__wrapper {
    background-image: url(../images/curved-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 73px;
    padding-bottom: 75px
}

.services__title {
    font-family: "Azoft Sans Bold";
    text-align: center;
    font-style: normal;
    font-size: 70px;
    line-height: 70px;
    /*margin-left: 10%;*/
    color: #242b3c;
    text-transform: uppercase
}

.section__currency-exchange {
    background-color: #fff;
    margin-left: 7%;
    margin-right: 7%;
    border-radius: 13px;
    position: relative;
    margin-bottom: 53px
}

.section__currency-exchange__title__wrapper {
    padding-bottom: 41px;
    padding-top: 53px
}

.section__currency-exchange__title {
    font-family: "Azoft Sans Bold";
    font-size: 45px;
    line-height: 45px;
    color: #242b3c;
    text-align: center
}

.section__currency-exchange__content__wrapper {
    padding: 0 86px 57px 288px
}

.section__currency-exchange__content {
    text-align: center;
    font-family: "Azoft Sans";
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: 0;
    color: #242b3c
}

.section__currency-exchange__icon {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section__money-transfers {
    background-color: #fff;
    margin-left: 7%;
    margin-right: 7%;
    border-radius: 13px;
    margin-bottom: 41px
}

.section__money-transfers__title__wrapper {
    padding-bottom: 65px;
    padding-top: 72px
}

.section__money-transfers__title {
    text-align: center;
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    color: #242b3c;
    text-transform: uppercase;
    position: relative
}

.section__money-transfers__title__p {
    text-align: center;
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    color: #242b3c;
    /*position: absolute;*/
    /*bottom: 0*/
}

.section__money-transfers__items__wrapper {
    display: grid;
    grid-template-columns:1fr 2fr;
    grid-template-rows:repeat(3, 1fr);
    grid-row-gap: 105px;
    grid-column-gap: 10px;
    padding: 0 141px 96px 26px
}

.section__money-transfers__item__title {
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    position: relative;
    color: #242b3c;
    text-transform: uppercase
}

.section__money-transfers__item__content {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    color: #242b3c
}

.section__money-transfers__item__title::before {
    content: "";
    height: 3px;
    width: 243px;
    background-color: #f56600;
    position: absolute;
    left: -255px;
    top: 11px
}

.footer__wrapper {
    background: linear-gradient(266.28deg, #fd4f2d 10.8%, #ec6801 53.82%);
    padding: 50px 12%
}

.footer__logo__link {
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: .485em;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none
}

.footer__logo__link:hover {
    font-size: 38px
}

.footer__logo {
    padding-bottom: 45px
}

.footer__nav__wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-column-gap: 5%
}

.footer__nav__item {
    font-size: 32px;
    line-height: 143.99%;
    white-space: nowrap;
    color: #242b3c
}

.footer__nav__item a, .footer__right-nav__item a {
    text-decoration: none;
    color: #fff
}

.footer__nav__item a:hover, .footer__right-nav__item a:hover {
    font-weight: 700
}

.footer__nav__item, .footer__right-nav__item a {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400
}

.footer__right-nav__item a {
    font-size: 29px;
    line-height: 170.2%
}

.footer__left-nav__links, .footer__right-nav {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__left-nav__links {
    grid-template-columns:repeat(1, 1fr);
    grid-template-rows:repeat(1, 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 5%;
    padding-bottom: 40px
}

.footer__right-nav {
    grid-template-rows:repeat(5, 1fr);
    grid-row-gap: 10px;
    justify-self: end
}

.footer__right-nav__item {
    white-space: nowrap
}

.footer__right-nav__item__transform {
    text-decoration: underline
}

.about-us__title__wrapper {
    background-color: #f7f8fc;
    padding: 45px 0
}

.about-us__title {
    text-align: center
}

.about-us__main-content__wrapper {
    background-image: url(../images/background-dollars.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center
}

.about-us__main-content__paragraf {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #242b3c
}

.about-us__main-content {
    padding: 5% 15%
}

.about-us__paragraf__link {
    padding-bottom: 20px
}

.about-us__additional-links {
    padding: 3% 15%
}

.about-us__link {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 5px;
    text-transform: uppercase;
    color: #f56600
}

.about-us__link:hover {
    color: #931800
}

.reporting__title__wrapper {
    padding: 45px 0;
    background-color: #f7f8fc
}

.reporting__title {
    text-align: center
}

.reporting__main-content__wrapper {
    padding: 7% 15%;
    background-image: url(../images/background-dollars.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center
}

.reporting__main-content__paragraf {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #242b3c
}

.reporting__main-content__paragraf__link {
    color: #242b3c
}

.reporting__main-content__paragraf__link:hover {
    color: #f56600
}

.reporting__main-content {
    margin-bottom: 80px
}

.reporting__paragraf__link {
    padding-bottom: 20px
}

.reporting__link {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 5px;
    text-transform: uppercase;
    color: #f56600
}

.conditions__link:hover, .reporting__link:hover {
    color: #931800
}

.conditions__title__wrapper {
    padding: 45px 0
}

.conditions__title {
    text-align: center
}

.conditions__main-content__wrapper {
    padding: 120px 120px 100px 183px;
    background-image: url(../images/white-background-dollars.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center
}

.conditions__paragraf__link {
    padding-bottom: 20px
}

.conditions__link {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 5px;
    text-transform: uppercase;
    color: #f56600
}

.contacts__title__wrapper {
    padding: 45px 0
}

.contacts__title {
    text-align: center
}

.contacts__main-content__wrapper {
    padding: 116px 192px 100px;
    background-image: url(../images/white-background-dollars.svg);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center;
    display: grid;
    grid-template-columns:repeat(2, 1fr)
}

.contacts__main-content__information__header, .contacts__main-content__information__paragraf {
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #000
}

.contacts__main-content__information__paragraf {
    font-family: "Inter";
    color: #242b3c
}

.contacts__main-content__information {
    -ms-flex-item-align: center;
    align-self: center
}

.contacts__main-content__information__paragraf {
    font-weight: 400
}

.contacts__main-content__information__tel {
    color: #242b3c;
    text-decoration: none
}

.contacts__main-content__information__mail {
    color: #242b3c;
    text-decoration: none
}

.contacts__main-content__information__link, .contacts__main-content__information__tel:hover, .contacts__main-content__information__mail:hover {
    color: #f56600
}

.contacts__main-content__information__link:hover {
    color: #931800
}

.contacts__registration-form__intputs__wrapper {
    display: grid;
    grid-template-rows:repeat(4, 1fr);
    grid-row-gap: 30px;
    justify-items: center
}

.contacts__main-content__registration-form {
    -ms-flex-item-align: center;
    align-self: center
}

.contacts__registration-form__title {
    font-family: "Azoft Sans Bold";
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    padding-bottom: 26px;
    text-align: center;
    color: #242b3c
}

.contacts__registration-form__intput, .contacts__registration-form__paragraf, .contacts__registration-form__submit {
    font-family: "Azoft Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase
}

.contacts__registration-form__paragraf {
    padding-bottom: 26px;
    color: #242b3c
}

.contacts__registration-form__intput, .contacts__registration-form__submit {
    -webkit-box-shadow: 12px 4px 5px -2px rgba(0, 0, 0, .3);
    box-shadow: 12px 4px 5px -2px rgba(0, 0, 0, .3);
    border-radius: 33px
}

.contacts__registration-form__intput {
    background: #fff;
    width: 350px;
    height: 50px;
    color: #242b3c
}

.contacts__registration-form__submit {
    background: #192f5d;
    width: 309px;
    height: 57px;
    color: #fff
}

.contacts__registration-form__submit:hover {
    background-color: #001749;
    cursor: pointer
}

/* new */
.department-borderless__style  {
  display:flexbox;     
  padding: 15px 40px;          
  
  font-family: "Azoft Sans";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;

  background-color: #f56600;    
  color: #fff;                 
  
  border-radius: 33px;         
  box-shadow: 12px 4px 5px -2px rgba(0, 0, 0, .3);

  text-decoration: none;
  transition: 0.2s ease;  
}

.department-borderless__style:visited {
  color: #242b3c;
  text-decoration: none;
}

.tariffs__title__wrapper {
    padding: 45px 0;
    text-align: center;
    background-color: #f7f8fc
}

.tariffs__pdf {
    width: 80%;
    min-height: 1000px;
    background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    margin: auto
}

.tariffs__pdf__wrapper {
    background-color: #f7f8fc;
    display: grid
}

.block .noscroll {
    overflow-y: hidden
}

.contacts__registration-form__intput.erorr {
    border: 1px solid rgba(176, 0, 0, .632)
}

@media screen and (max-width: 1750px) {
    .dp-item__info-wrapper {
        padding: 16px 27px 30px
    }
}

@media screen and (max-width: 1500px) {
    .header-nav__wrapper {
        grid-column-gap: 50px
    }

    .header-nav__item__link {
        font-size: 20px
    }

    .top-info__left-side img {
        width: 300px;
        height: 600px
    }

    .section__title, .services__title {
        font-size: 60px
    }

    .home-page__subtitle {
        font-size: 21px
    }

    .home-page__title {
        font-size: 90px
    }

    .dp-item__title {
        font-size: 28px
    }

    .dp-item__info-wrapper {
        grid-template-rows:175px 1fr
    }

    .dp-item__address, .dp-item__schedule, .dp-item__schedule--title, .dp-item__tel {
        font-size: 18px
    }

    .section__currency-exchange__title, .section__money-transfers__title {
        font-size: 39px
    }

    .section__currency-exchange__content {
        font-size: 29px
    }

    .section__currency-exchange__content__wrapper {
        padding-left: 15%
    }

    .section__money-transfers__item__title {
        font-size: 24px
    }

    .section__money-transfers__item__content {
        font-size: 19px
    }

    .footer__logo__link {
        font-size: 30px
    }

    .footer__logo__link:hover {
        font-size: 32px
    }

    .footer__nav__item, .footer__right-nav__item a {
        font-size: 20px
    }

    .contacts__registration-form__title {
        font-size: 39px
    }

    .contacts__main-content__information__header, .contacts__main-content__information__paragraf, .contacts__registration-form__paragraf {
        font-size: 24px
    }

    .contacts__main-content__wrapper {
        padding: 5%
    }
}

@media screen and (max-width: 1230px) {
    .home-page__title {
        font-size: 73px
    }

    .dp-item__title {
        font-size: 22px
    }

    .dp-item__info-wrapper {
        grid-template-rows:115px 1fr
    }

    .dp-item__address, .dp-item__schedule, .dp-item__schedule--title, .dp-item__tel {
        font-size: 12px
    }
}

@media screen and (max-width: 1024px) {
    .header-nav__wrapper {
        grid-column-gap: 25px
    }

    .home-page__title {
        font-size: 50px
    }

    .department-info__wrapper {
        padding-bottom: 0
    }

    .dp-items__wrapper {
        grid-template-columns:repeat(3, 1fr)
    }

    .top-info__left-side img {
        width: 250px;
        height: 500px
    }

    .top-info__wrapper {
        min-height: 700px
    }

    .top-info__inner-wrapper {
        grid-template-rows:700px
    }

    .section__title, .services__title {
        font-size: 40px
    }

    .section-title__wrapper, .services-title__wrapper {
        padding-top: 60px;
        padding-bottom: 45px
    }

    .coming-soon__hiden {
        visibility: hidden
    }

    .section__currency-exchange {
        padding: 7% 5%
    }

    .section__currency-exchange__content {
        font-size: 23px
    }

    .section__money-transfers__item__title {
        font-size: 18px
    }

    .section__money-transfers__item__content {
        font-size: 13px
    }

    .section__money-transfers__items__wrapper {
        grid-row-gap: 25px
    }

    .section__money-transfers {
        padding: 7%
    }

    .footer__logo__link {
        font-size: 24px
    }

    .footer__logo__link:hover {
        font-size: 26px
    }

    .about-us__paragraf__link {
        padding-bottom: 10px
    }

    .footer__nav__item, .footer__right-nav__item a {
        font-size: 14px
    }

    h1 {
        font-size: 45px;
        line-height: inherit
    }

    .about-us__link, .about-us__main-content__paragraf, .conditions__link, .reporting__link, .reporting__main-content__paragraf {
        font-size: 18px
    }

    .about-us__title__wrapper, .conditions__title__wrapper, .contacts__title__wrapper, .reporting__title__wrapper, .tariffs__title__wrapper {
        padding: 45px 0
    }

    .contacts__registration-form__intput {
        width: 412px;
        height: 70px
    }

    .contacts__registration-form__title {
        font-size: 33px
    }

    .contacts__main-content__information__header, .contacts__main-content__information__paragraf, .contacts__registration-form__paragraf {
        font-size: 18px
    }

    .contacts__registration-form__submit {
        width: 250px
    }
}

@media screen and (max-width: 800px) {
    .top-header--white__wrapper, .top-header__wrapper {
        min-height: 80px
    }

    .header-logo__wrapper {
        height: 52px;
        width: 146px;
        justify-self: end
    }

    .header-inner__wrapper {
        grid-template-rows:minmax(60px, auto)
    }

    .top-info__left-side img {
        width: 75px;
        height: 150px
    }

    .top-info__wrapper {
        min-height: auto
    }

    .dp-items__wrapper {
        padding: 0 auto;
        grid-template-columns:repeat(2, 1fr)
    }

    .home-page__title {
        font-size: 30px;
        line-height: 28px;
        margin-top: 0
    }

    .home-page__subtitle {
        font-size: 12px;
        line-height: 18px;
        margin-top: 12px
    }

    .top-info__inner-wrapper {
        grid-template-rows:264px
    }

    .dp-item__info-wrapper {
        padding: 5px 10px 18px;
        grid-template-rows:130px 1fr
    }

    h1 {
        font-size: 50px
    }

    .about-us__title__wrapper, .conditions__title__wrapper, .contacts__title__wrapper, .reporting__title__wrapper, .tariffs__title__wrapper {
        padding: 40px 0
    }

    .about-us__link, .about-us__main-content__paragraf, .conditions__link, .reporting__link, .reporting__main-content__paragraf {
        font-size: 14px
    }

    .conditions__main-content__wrapper {
        padding: 0 10%
    }

    .tariffs__pdf__wrapper {
        height: 500px;
        overflow-y: auto
    }

    .top-header--white__wrapper, .top-header__wrapper {
        z-index: 100
    }

    .coming-soon__hiden__mobile {
        visibility: hidden
    }

    .coming-soon__title {
        font-size: 20px
    }

    .section__title, .services__title {
        font-size: 35px
    }

    .section__currency-exchange__title, .section__money-transfers__title {
        font-size: 24px
    }

    .section__currency-exchange__content {
        font-size: 14px
    }

    .section__currency-exchange__content__wrapper {
        padding: 0 25px 25px
    }

    .section__money-transfers__title::after {
        font-size: 12px;
        left: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }

    .section__money-transfers__title__wrapper {
        padding-bottom: 30px;
        padding-top: 10px
    }

    .section__money-transfers__item__title {
        font-size: 14px
    }

    .section__money-transfers__items__wrapper {
        padding: 0
    }

    .contacts__main-content__wrapper {
        grid-template-columns:auto;
        grid-template-rows:repeat(2, 1fr);
        grid-row-gap: 50px
    }

    .contacts__main-content__information {
        display: grid;
        grid-template-columns:repeat(2, 1fr)
    }

    .contacts__main-content__information__section__links {
        grid-column: 1/3
    }

    .contacts__main-content__registration-form {
        grid-row: 1
    }

    .contacts__registration-form__title {
        font-size: 24px
    }

    .contacts__registration-form__intput {
        width: 340px;
        height: 50px
    }

    .contacts__main-content__information__header, .contacts__main-content__information__paragraf, .contacts__registration-form__paragraf {
        font-size: 14px
    }

    .footer__logo__link {
        font-size: 18px;
        line-height: 0
    }

    .footer__wrapper {
        padding: 40px 5%
    }

    .footer__left-nav__links {
        grid-template-columns:auto;
        grid-row-gap: 5px;
        grid-column-gap: 5%;
        padding-bottom: 20px
    }

    .footer__nav__item, .footer__right-nav__item a {
        font-size: 10px
    }

    .header-nav__wrapper {
        display: none
    }

    .hamb {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-self: start;
        margin-left: 5%
    }

    .hamb__field {
        padding: 10px 20px
    }

    .hamb__field:hover {
        cursor: pointer
    }

    .bar {
        display: block;
        width: 50px;
        height: 5px;
        margin: 10px auto;
        background-color: #fd4f2d;
        -webkit-transition: .2s;
        transition: .2s
    }

    .popup {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 60%;
        height: 100%;
        background-color: #f7f8fc;
        z-index: 100;
        -webkit-transition: .5s;
        transition: .5s;
        display: grid;
        -webkit-box-shadow: 5px 13px 12px silver;
        box-shadow: 5px 13px 12px silver
    }

    .popup.open {
        left: 0
    }

    .popup-menu__item, .popup-menu__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: grid
    }

    .popup-menu__wrapper {
        grid-template-rows:repeat(4, 60px);
        justify-items: center
    }

    .popup-menu__item {
        width: 100%;
        height: 100%;
        text-align: center
    }

    .popup-menu__item:hover {
        background-color: #fff
    }

    .hamb__field.active .bar:nth-child(1) {
        -webkit-transform: translateY(20px) rotate(45deg);
        transform: translateY(20px) rotate(45deg)
    }

    .hamb__field.active .bar:nth-child(2) {
        opacity: 0
    }

    .hamb__field.active .bar:nth-child(3) {
        -webkit-transform: translateY(-20px) rotate(-45deg);
        transform: translateY(-20px) rotate(-45deg)
    }

}

