.btn_s{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #4094fe;
    border: none;
    border-radius: 4px;
    outline: none;
    transition: all .2s ease-in;
    margin-top: 12px;
}
.footer__info-contacts.footer-contacts {
    margin-top: 7px;
}
.btn_s--outline-inverse:not([disabled]):focus, .btn_s--outline-inverse:not([disabled]):hover {
    color: #ffffff;
    background-color: #306fbf;
    border-color: #f7f7f7;
    box-shadow: none;
}
.btn_s--outline-inverse {
    color: #ffffff;
    /* background-color: transparent; */
    border: 1px solid #eaf1fa;
}
.row {
    /*(display: flex;*/
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer_row {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_bottom {
    width: 100%;
    margin: 0 auto;
}

.footer_bottom p {
    margin: 0.75rem 0;
    font-size: 0.875rem;
}

.footer_row.text-center {
    text-align: left !important;
	padding: 0 0 0 37px;
}

.footer_wrapper {
    background: #357bd4;
    color: #d4e3f6;
}

.footer__main {
    width: 1248px;
    margin: 0 auto;
}

.footer__main-inner {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.footer__logo {
    position: absolute;
    width: 21.66%;
    left: 0px;
    top: 37px;
    text-align: left;
	margin-left: 20px;
}

.second-logo {

}

.footer__content {
    text-align: right;
    padding: 0 0 0 40px;
	padding-left: 40px;
    margin-right: 40px;
}

.footer__col {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 152px;
    margin: 0 47px;
}

.footer__col-title {
    font-size: 14px;
    line-height: 0px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 20px 0;
	color: d4e3f6;
}

.footer__col-title-link {
    color: inherit;
    text-decoration: none;
}

.footer__col-title-link:hover {
    color: inherit;
    text-decoration: none;
}

.footer__col.contact_wrap {
    margin: 20px 24px 0;
}

.footer__col.contact_wrap p {
    font-size: 14px;
}
.footer__col .footer-tel {
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
	color: #eaf1fa;
    padding-bottom: 8px;
    display: block;
	-webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    height: 26px;
    width: 170px;	
}

.footer__col .footer-tel:hover {
    color: #f43;
}
.footer__col .footer-email {
	margin-left: 5px;
    font-size: 19px;
    font-weight: 400;
    text-decoration: none;
    display: block;
    color: #eaf1fa;
	-webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
	
}

.footer__col .footer-email:hover {
    color: #f43;
	
}


.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
}

.footer__list-item {
    margin-bottom: 9px;
}

.footer__list-link {
    color: #d4e3f6;
    text-decoration: none;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.footer__list-link:hover,
.footer__list-link.is-active {
    color: #83a8db;
    text-decoration: none;
}

.social-links-block {
    text-align: center;
    margin-bottom: 32px;
}

.social-links-block__links {

}

.social-links-block__text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}

.social-links {

}

.social-links__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.social-links__item:first-child {
    margin-left: 0 !important;
}

.social-links__item:last-child {
    margin-right: 0 !important;
}

.social-links__link {
    display: block;
    width: 38px;
    height: 38px;
    border: 2px solid #b4b4b4;
    border-radius: 20px;
    position: relative;
}

.social-links__link:hover {
    border-color: #7f3796;
}

.social-links_theme_light .social-links__link {
    border-color: #718296;
}

.social-links_theme_light .social-links__link:hover {
    border-color: #95a6b7;
}

.social-links__link:before,
.social-links__link:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    background-repeat: no-repeat;
    background-image: url('../images/social.png');

}

.social-links__link:hover:before,
.social-links__link:after {
    opacity: 0;
    visibility: hidden;
}

.social-links__link:hover:after {
    opacity: 1;
    visibility: visible;
}

.social-links__link_vk:before {
    background-position: 0 0;
}

.social-links__link_vk:after {
    background-position: 0 -30px;
}

.social-links_theme_light .social-links__link_vk:before {
    background-position: 0 -60px;
}

.social-links_theme_light .social-links__link_vk:after {
    background-position: 0 -90px;
}

.social-links__link_fb:before {
    background-position: -30px 0;
}

.social-links__link_fb:after {
    background-position: -30px -30px;
}

.social-links_theme_light .social-links__link_fb:before {
    background-position: -30px -60px;
}

.social-links_theme_light .social-links__link_fb:after {
    background-position: -30px -90px;
}

.social-links__link_gp:before {
    background-position: -60px 0;
}

.social-links__link_gp:after {
    background-position: -60px -30px;
}

.social-links_theme_light .social-links__link_gp:before {
    background-position: -60px -60px;
}

.social-links_theme_light .social-links__link_gp:after {
    background-position: -60px -90px;
}

.social-links__link_ig:before {
    background-position: -90px 0;
}

.social-links__link_ig:after {
    background-position: -90px -30px;
}

.social-links_theme_light .social-links__link_ig:before {
    background-position: -90px -60px;
}

.footer_prod {
	display: none;
    /* float: left; */
    position: absolute;
    min-height: -1px;
    /* padding-right: 17px; */
    /* padding-left: 48px; */
    /* bottom: 42px; */
    right: 183px;
    top: 6px;
}
.as23 .footer_prod {
    /* float: left; */
    position: absolute;
    min-height: -1px;
    /* padding-right: 17px; */
    /* padding-left: 48px; */
    /* bottom: 42px; */
    right: 183px;
    top: 6px;
}
.as19 .footer_prod {
    /* float: left; */
    position: absolute;
    min-height: -1px;
    /* padding-right: 17px; */
    /* padding-left: 48px; */
    /* bottom: 42px; */
    right: 183px;
    top: 6px;
}
.rating-badge{
    position: absolute;
    right: 22px;
    top: 6px;
}
.as23 .rating-badge{
    position: absolute;
    right: 22px;
    top: 12%;
}
.as19 .rating-badge{
    position: absolute;
    right: 22px;
    top: 8%;
}

.hidden-xs {
    padding-left: 4px;
    line-height: 1.2;
    font-size: 12pt;
    width: 195px;
    font-family: 'Philosopher';
    text-align: center;
}
.footer-close a :hover {
    color: #fff;
    text-decoration: none;
}
