html, body{
    box-sizing: border-box;
    margin: 0;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.popover, .tooltip, .tooltip-arrow {
    position: absolute
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.tooltip {
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    left: 5px
}

.tooltip.top-right .tooltip-arrow {
    right: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    left: 5px
}

.tooltip.bottom-right .tooltip-arrow {
    right: 5px
}

#overlay, .modal_form {
    display: none;
    position: fixed
}

#overlay {
    z-index: 9998;
    background-color: #000;
    opacity: .64;
    -moz-opacity: .64;
    filter: alpha(opacity=64);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.modal_form {
    width: 555px;
    top: 45%;
    left: 50%;
    margin-top: -393px;
    margin-left: -277.5px;
    opacity: 0;
    z-index: 9999;
    background: #fff;
    border-radius: 2px;
    padding: 0 60px;
    -webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16)
}

#lk-login.modal_form .checkboxes {
    margin-top: 20px
}

#consultation.modal_form {
    height: 604px
}

.modal_close {
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(https://r-broker.ru/bitrix/templates/new.aspro-allcorp/img/close.png);
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 9999;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.checkbox + label, .radio + label {
    cursor: pointer
}

.modal_close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.modal_form.height_body, .simple_form.height_body {
    margin: 0;
    height: auto;
    width: 100% !important;
    top: 0 !important;
    border-radius: 0;
    position: absolute
}

@media (max-width: 767px) {
    .modal_form {
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-left: 0;
        padding: 0 20px 20px;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0;
        position: absolute
    }
    .modal_form h2{
        font-size: 22px !important;
    }
    .formInput {
        width: 83% !important;
    }
}

.modal_form h2{
    color: #0083FF;
    font-size: 34px;
    height: 87px;
    line-height: 87px;
    text-align: center;
    margin: 0 -60px 35px;
    font-weight: bold;
    border: none !important;
}

.inp-wrp {
    display: inline-block;
    width: 200px
}

.inp-wrp:nth-of-type(2n+1) {
    margin-right: 30px
}

.inp-wrp label {
    display: block;
    color: #000;
    font-family: ProximaNova-Regular, 'Open sans';
    font-size: 13px;
    margin-bottom: 15px;
    font-weight: 400
}

.inp-wrp label span {
    color: #a09f9f
}

.inp-wrp input[type=email], .inp-wrp input[type=tel], .inp-wrp input[type=password], .inp-wrp input[type=text] {
    color: #a09f9f;
    font-family: ProximaNova-Light, 'Open sans';
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    height: 36px;
    line-height: 36px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    width: 100%;
    background: #fff
}

.gray-wrp .remember, .gray-wrp span {
    color: #000;
    font-family: ProximaNova-Regular, 'Open sans'
}

.inp-wrp.promo {
    margin-bottom: 25px;
    width: 400px
}

.inp-wrp.promo input[type=text] {
    border: 1px solid #e9e9e9
}

.inp-wrp input[type=email]:focus, .inp-wrp input[type=tel]:focus, .inp-wrp input[type=password]:focus, .inp-wrp input[type=text]:focus {
    color: #000
}

.gray-wrp {
    height: 105px;
    background: #f5f5f5;
    margin: 27px -60px 24px;
    padding: 17px 60px 0
}

.gray-wrp input {
    border: 1px solid #e9e9e9 !important;
    padding-left: 10px
}

.gray-wrp span {
    font-size: 18px;
    display: inline-block;
    margin-top: 5px
}

.gray-wrp .remember {
    font-size: 14px;
    margin-top: 10px
}

#consultation .gray-wrp textarea, .radio:not(checked) + label {
    font-family: ProximaNova-Light, 'Open sans'
}

.gray-wrp .remember a {
    color: #00a2ff
}

#consultation .gray-wrp {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px
}

#consultation .gray-wrp textarea {
    display: block;
    width: 100%;
    color: #a09f9f;
    font-size: 14px;
    border: 1px solid #e9e9e9;
    padding-left: 20px;
    border-top: 0;
    height: 125px;
    padding-top: 15px
}

#consultation .gray-wrp textarea:focus {
    color: #000
}

#consultation .gray-wrp .inp-wrp {
    display: block;
    width: 100%;
    margin-right: 0
}

#consultation .gray-wrp .inp-wrp input {
    font-size: 18px;
    padding-left: 20px
}

.radio {
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.radio:not(checked) {
    position: absolute;
    opacity: 0
}

.radio:checked + label {
    position: relative;
    color: #1e7db3;
    border-bottom: 1px transparent
}

.radio:not(checked) + label {
    position: relative;
    color: #000;
    font-size: 18px;
    border-bottom: 1px dashed;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    display: inline-block;
    margin-left: 35px;
    line-height: 18px;
    padding-top: 2px;
    margin-bottom: 48px
}

.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -22px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(/bitrix/templates/new.aspro-allcorp/img/check.png);
    width: 10px;
    height: 8px
}

.radio:checked + label:after {
    opacity: 1
}

.radio:not(checked) + label img {
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -35px
}

.radio:checked + label img {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .16)
}

.checkbox {
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.checkbox:not(checked) + label {
    position: relative;
    color: #000;
    font-family: ProximaNova-Regular, 'Open sans';
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-left: 27px;
    margin-bottom: 10px
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(/bitrix/templates/new.aspro-allcorp/img/check2.png);
    width: 10px;
    height: 8px
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: url(/bitrix/templates/new.aspro-allcorp/img/checkbox.png);
    width: 16px;
    height: 16px
}

.checkbox:checked + label:after {
    opacity: 1
}

.modal_form input[type=submit] {
    display: block;
    width: 100%;
    height: 60px;
    letter-spacing: normal;
    line-height: 48px;
    border-radius: 30px;
    background: #0083FF;
    font-size: 16px;
    text-transform: none;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border: 2px solid #0083FF !important;
    background-clip: inherit;
    color: #fff;
    margin: 0 auto !important;
    text-decoration: none;
    padding: 0
}

.modal_form .buttonUnFill {
    display: block;
    width: 100%;
    letter-spacing: normal;
    line-height: 48px;
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    text-transform: none;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    border: 2px solid #0083FF !important;
    background-clip: content-box;
    color: #000;
    cursor: pointer;
    margin: 10px auto !important;
    text-decoration: none;
    padding: 0;
    text-align: center;
}

@font-face {
    font-family: 'Mediator Serif Web Extra';
    src: url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-ExtraBold.eot');
    src: local('Mediator Serif Web Extra Bold'), local('MediatorSerifWeb-ExtraBold'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-ExtraBold.woff2') format('woff2'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-ExtraBold.woff') format('woff'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


@font-face {
    font-family: 'Mediator Serif Web Bold';
    src: url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Bold.eot');
    src: local('Mediator Serif Web Bold'), local('MediatorSerifWeb-Bold'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Bold.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Bold.woff2') format('woff2'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Bold.woff') format('woff'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mediator Serif Web';
    src: url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Regular.eot');
    src: local('Mediator Serif Web'), local('MediatorSerifWeb-Regular'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Regular.eot?#iefix') format('embedded-opentype'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Regular.woff2') format('woff2'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Regular.woff') format('woff'),
    url('/bitrix/templates/new.aspro-allcorp/fonts/Mediator-new/Mediator-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.modal_form {
    font-family: 'Mediator Serif Web' !important;
}

.modal_form input[type=submit]:hover {
    background: 0 0;
    border: 2px solid #0083FF !important;
    cursor: pointer;
    background-clip: content-box;
    text-decoration: none;
    color: #000
}

@media (max-width: 767px) {
    .inp-wrp, .inp-wrp.promo {
        width: 100%
    }

    .inp-wrp:nth-of-type(2n+1) {
        margin-right: 0
    }

    .inp-wrp {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 15px
    }

    .gray-wrp {
        height: auto;
        background: #f5f5f5;
        margin: 27px -60px 34px;
        padding: 17px 60px
    }
}

.modal_form .has-error {
    color: red
}

#lk-login.modal_form, .modal_form {
    height: auto;
    padding-bottom: 35px
}

.modal_close {
    cursor: pointer !important;
    text-decoration: none;
    color: grey;
    position: absolute;
    top: 18px;
    right: 18px;
    background: url(https://r-broker.ru/bitrix/templates/new.aspro-allcorp/img/close.png);
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    z-index: 9999;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.checkbox + label, .radio + label {
    cursor: pointer
}

.modal_close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}
.sticky{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.t228__right_buttons_but > a.t-btn:hover{
    text-decoration: none;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #999
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.badge, .label {
    font-weight: 700;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #ccc;
    border-color: #ccc;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after, .pager:before {
    content: " ";
    display: table
}

.pager li {
    display: inline
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}
#lk-login, #register-form, #recoveryDialog, #recoveryCompleteDialog {
    border-radius: 15px !important;
    color: #0083FF;
}

#register-form.modal_form {
    padding: 0 !important;
    /*max-height: 100% !important;*/
    max-height: calc(100% - 50px) !important;
    overflow-x: hidden !important;
    top: 30px !important;
    margin-top: 0;
}
#lk-login.modal_form {
    /*max-height: 100% !important;*/
    max-height: calc(100% - 50px) !important;
    overflow-x: hidden !important;
    top: 30px !important;
    margin-top: 0;
}
.formInput {
    display: block;
    /*width: 100%;*/
    width: 88%;
    padding: 15px 25px;
    border-radius: 50px !important;
    color: #0083FF;
    background: #F2F7FF;
    border: 1px solid #F2F7FF;
    outline: none;
    transition: all 0.2s ease;
    position: relative;
}
.formInput:hover {
    border-color: #0083FF;
    background: #fff;
}


.formInputContainer {
    width: 80%;
    margin: 0 auto 20px auto;
    position: relative;
}
.formInputContainer:hover .formInputBefore{
    opacity: 1;
    top: -15px;
}
.formInputContainer:hover input::placeholder {
    color: transparent;
}
.formInputBefore {
    transition: all 0.2s ease;
    color: #CBCBCB;
    padding: 5px 10px;
    background: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
    left: 15px;
}
.checkbox {
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0
}

.checkbox:not(checked) + label {
    position: relative;
    color: #000;
    font-family: ProximaNova-Regular, 'Open sans';
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-left: 27px;
    margin-bottom: 10px
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 3px;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background: url(https://r-broker.ru/bitrix/templates/new.aspro-allcorp/img/check2.png);
    width: 10px;
    height: 8px
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background: url(https://r-broker.ru/bitrix/templates/new.aspro-allcorp/img/checkbox.png);
    width: 16px;
    height: 16px
}

.checkbox:checked + label:after {
    opacity: 1
}

.social-in-text {
    /*margin-top: 15px;*/
    text-align: center;
    margin-bottom: 10px;
    color: black;
}

.social-in-block {
    display: flex;
    justify-content: center;
}

.social-link {
    width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    margin-left: 7px;
    margin-right: 7px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.social-link-vk {
    background-image: url('/images/social-icon/social-icon-vk.png');
}
.social-link-elama{
    background-image: url('/images/social-icon/social-icon-elama-title.png');
}

.social-link-google {
    background-image: url('/images/social-icon/social-icon-google.png');
}

.social-link-yandex {
    background-image: url('/images/social-icon/social-icon-yandex.png');
}

.social-in-box {
    margin-top: -50px;
    margin-bottom: 15px;
}

.social-in-text-bottom {
    color: grey;
    margin-top: 10px;
}