/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import "https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
@font-face {
    font-family: "TT Hoves";
    src: url("../fonts/TTHoves-Bold.eot");
    src:
        local("☺"),
        url("../fonts/TTHoves-Bold.woff") format("woff"),
        url("../fonts/TTHoves-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "TT Hoves";
    src: url("../fonts/TTHoves-Regular.eot");
    src:
        local("☺"),
        url("../fonts/TTHoves-Regular.woff") format("woff"),
        url("../fonts/TTHoves-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html {
    font-size: 16px;
    color: #000;
}
body {
    font-family: "Arial", sans-serif;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.container {
    min-width: 320px;
    max-width: 100%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.wrap {
    min-width: 320px;
    max-width: 1140px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a.text:active,
a.text:hover,
a.text {
    text-decoration: none;
    color: #fff;
}
li {
    list-style-type: none;
}
ul {
    margin-left: 0;
    padding-left: 0;
}
.dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.dropbtn {
    padding: 10px;
    background-color: #828282;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-family: Arimo;
    text-transform: uppercase;
    white-space: nowrap;
}
.dropdown {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
}
.dropdown-content {
    margin-top: 0px;
    display: none;
    position: absolute;
    background-color: #c4c4c4;
    min-width: 200px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-family: Arimo;
    text-align: center;
}
.dropdown-content a:hover {
    background-color: #ffc700;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.menu {
    width: 100%;
    background-color: #828282;
    color: #bdbdbd;
    border-bottom: 2px solid #ffc700;
    z-index: 100;
}
.menu .container__menu {
    border: 1px solid gray;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.menu .container__menu .logo__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.menu .container__menu .logo__block .img__logo {
    width: 70px;
    height: 70px;
}
.menu .container__menu .logo__block .img__logo img {
    width: 100%;
    height: auto;
}
.menu .container__menu .logo__block .logo__title {
    text-transform: uppercase;
    font-size: 24px;
    font-family: Arimo;
    margin-left: 14px;
    color: #ffc700;
}
.menu .container__menu .menu__link {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.menu .container__menu .menu__link .item__link {
    padding: 10px;
    font-size: 12px;
    font-family: Arimo;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.menu .container__menu .menu__link .item__link a {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.menu .container__menu .menu__link .item__link a:active {
    border: 0;
    outline: none;
}
.link-hover-center .underscore {
    display: inline-block;
    color: #fff;
    line-height: 2;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.link-hover-center .underscore:after {
    display: block;
    content: "";
    background-color: #ffc700;
    height: 2px;
    width: 0%;
    left: 50%;
    position: absolute;
    -webkit-transition: width 0.3s ease-in-out;
    -moz--transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.link-hover-center .underscore:hover:after,
.link-hover-center .underscore:focus:after {
    width: 100%;
}
@media screen and (min-width: 714px) {
    .menu__link {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media screen and (max-width: 714px) {
    .container__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
        width: 90% !important;
        padding-bottom: 0 !important;
    }
    .container__menu .menu__link {
        width: 100% !important;
    }
}
@media screen and (max-width: 430px) {
    .menu__link {
        overflow-x: scroll;
    }
    .dropdown {
        position: static;
    }
}
.btn-red {
    width: 190px;
    padding: 10px;
    margin-bottom: 20px;
    height: 60px;
    background-color: #f95555;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-white {
    width: 190px;
    padding: 10px;
    margin-bottom: 20px;
    height: 60px;
    background-color: #fff;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.btn-grey {
    width: 190px;
    padding: 10px;
    margin-bottom: 20px;
    height: 60px;
    background-color: #c4c4c4;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-yellow {
    width: 190px;
    padding: 10px;
    margin-bottom: 20px;
    height: 60px;
    background-color: #ffc700;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
.programm {
    background-image: url(../img/bc__programm.jpg);
    background-repeat: repeat;
}
.programm .container__programm {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 112px);
    background-color: #fff;
    background-image: url(../img/bc_zarplata.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
}
.programm .container__programm .text__block {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 50px 50px 50px;
}
.programm .container__programm .text__block .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 54px;
    font-family: Arimo;
    color: #4b4b4b;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    line-height: 54px;
    margin-bottom: 15px;
}
.programm .container__programm .text__block .description {
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    font-weight: bold;
    margin-bottom: 20px;
}
.programm .container__programm .text__block .button__block {
    width: 100%;
    font-size: 9px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.programm .container__programm .text__block .button__block a {
    text-decoration: none;
    margin: 0;
}
.programm .container__programm .text__block .button__block a:active {
    border: 0;
    outline: none;
}
@media screen and (max-height: 550px) {
    .container__programm {
        height: 100% !important;
    }
}
.container__news {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 112px);
    padding: 40px 75px 50px 35px;
    background-color: #fff;
    -webkit-box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow:
        0 14px 28px rgba(0, 0, 0, 0.25),
        0 10px 10px rgba(0, 0, 0, 0.22);
    font-family: Arimo;
    font-style: normal;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.container__news .paginate {
    margin-top: auto;
}
.container__news .title__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.container__news .title__block .title {
    font-size: calc(0.0147058824 * 100vw + 30.2941176471px);
    color: #828282;
    line-height: 55px;
    margin-bottom: 20px;
}
.container__news .title__block .sub__title {
    padding: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
}
.container__news .title__block .form-control {
    min-width: 300px;
}
.container__news .news__item {
    padding: 5px;
}
.container__news .news__item .item__title__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.container__news .news__item .item__date {
    font-size: 12px;
    line-height: 13px;
    color: #828282;
    margin-bottom: 5px;
}
.container__news .news__item .item__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.03em;
    color: #303942;
    margin-bottom: 5px;
}
.container__news .news__item .item__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 138%;
    text-align: justify;
    color: #000;
    max-height: 50px;
    margin-bottom: 5px;
    overflow-y: hidden;
}
.ellip {
    display: block;
    height: 100%;
}
.ellip-line {
    display: inline-block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.btn-sm-grey {
    font-size: 10px;
    width: 90px;
    padding: 3px;
    height: 25px;
    background-color: #c4c4c4;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
}
.btn-sm-grey:hover {
    background-color: #fecc00;
    color: #000;
}
.form-control:focus {
    border-color: #fecc00;
    outline: 0;
    -webkit-box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(245, 248, 78, 0.6);
    box-shadow:
        inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(248, 223, 78, 0.6);
}
.pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
}
.page-item {
    border: 1px solid #333;
    font-family: Noto Sans;
    font-weight: bold;
    font-size: 12px;
}
.page-item a {
    color: #333 !important;
}
.page-link:hover {
    background-color: #585858 !important;
    color: #fff !important;
}
.page-link:focus {
    z-index: 3;
    color: #fff !important;
    background-color: #585858 !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 881px) {
    .title__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .container__news {
        width: 90%;
        padding: 20px;
    }
}
@media screen and (max-width: 430px) {
    .form-control {
        width: 100% !important;
        min-width: auto !important;
    }
}
a {
    text-decoration: none;
}
.btn-dark-grey {
    width: 190px;
    padding: 10px;
    height: 60px;
    background-color: #828282;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: TT Hoves;
    font-size: 12px;
}
input {
    width: 40% !important;
    color: #8d8d8d !important;
    background-color: #f3f3f3 !important;
}
textarea {
    width: 40% !important;
    background-color: #f3f3f3 !important;
}
label {
    font-family: TT Hoves;
    color: #8d8d8d !important;
}
.contact {
    z-index: 2;
    margin-top: 30px;
    margin-bottom: 50px;
}
.contact .container__contact {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 112px);
    background-color: #fff;
    padding: 50px;
    background-image: url(../img/computer.png);
    background-repeat: no-repeat;
    background-size: 50% auto;
    background-position: right center;
}
.contact .container__contact .title__contact {
    font-family: TT Hoves;
    font-size: 50px;
    color: #bdbdbd;
}
.contact .container__contact p {
    color: #333;
    width: 40%;
    font-size: 14px;
    font-family: Arimo;
    font-weight: bold;
}
.btn-black {
    width: 190px;
    padding: 10px;
    height: 60px;
    background-color: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    font-family: TT Hoves;
    font-size: 12px;
}
.company .container__company {
    width: 80%;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    height: calc(100vh - 112px);
    background-color: #fff;
    padding: 50px 0 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.company .container__company .text__company {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: TT Hoves;
}
.company .container__company .title__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 44px;
}
.company .container__company .yandex__map {
    width: 50%;
}
.footer__block {
    padding-top: 20px;
    background-color: gray;
    font-family: Arimo;
}
.footer__block .footer__logo {
    width: 109px;
    height: 109px;
}
.footer__block .footer__logo img {
    width: 100%;
}
.footer__block .footer__info {
    font-family: "Noto Sans";
    font-weight: normal;
    font-style: normal;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.footer__block .footer__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20%;
    font-size: 16px;
}
.footer__block .footer__block .footer__text {
    margin-bottom: 20px;
    font-size: 12px;
}
.footer__block .footer__block .footer__text a {
    text-decoration: none;
    color: #fff;
}
.footer__block .footer__title {
    font-family: "TT Hoves";
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 20px;
}
.footer__block .logo__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 8px;
    width: 300px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 17px;
}
.footer__block .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.footer__block .contact__block .contact__text {
    font-size: 12px;
}
.footer__block .contact__block .contact__img {
    width: 20px;
    margin-right: 10px;
}
.footer__block .contact__block .contact__img img {
    width: 100%;
}
#first_social {
    display: none;
}
@media screen and (max-width: 1189px) {
    #first_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #last_social {
        display: none;
    }
}
@media screen and (max-width: 892px) {
    .footer__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__info .footer__block {
        width: 310px;
        margin-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .footer__info .contact__text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer__info .contact__text span {
        width: 100%;
        text-align: center;
    }
    .footer__info .contact__block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #footer_link {
        display: none;
    }
    #footer_info {
        display: none;
    }
}
