@charset "UTF-8";

/*
Theme Name: Proflingva Revo
Version: 0.1
Description: Обновлённый сайт Бюро Переводов "Проф Лингва"
Author: ProfLingva
Developer: Pladzuma
*/

#wpadminbar li.hover>.ab-sub-wrapper, #wpadminbar.nojs li:hover>.ab-sub-wrapper {
    bottom: 30px;
}

html {
    margin-top: 0px !important;
    overflow-x: hidden;
}

#page {
    background-color: #fff;
    margin: 0px auto;
    max-width: 1280px !important;
    overflow: hidden;
    position: relative;
}

a {
    cursor: pointer;
}

.edit-link {
    display: none !important;
}

.homepage .hidden-home {
    display: none!important;
}

body {
    background-image: url(http://proflingva/images/bg.png);
    color: #000000;
    font: 14px/18px ProflingvaFont, sans-serif;
    height: 100%!important;
    line-height: 18px;
}

.boxed .wrapper {
    max-width: 1280px;
}

.boxed .body-bg {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cloaked_email span:before {
    content: attr(data-ep-ab5e4);
}

.cloaked_email span:after {
    content: attr(data-ep-b4b7a);
}

/* ------------------------------ */

.sm-btn-195 {
	background: rgba(255, 255, 255, 0);
		-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
.menu-icon-cont {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	-webkit-transition: -webkit-transform 300ms, opacity 300ms;
	-moz-transition: -moz-transform 300ms, opacity 300ms;
	-o-transition: -o-transform 300ms, opacity 300ms;
	transition: transform 300ms, opacity 300ms;
	z-index: 999;
}
.sm-parent {
    float: right;
    margin-right: 5px;
	margin-top: 0px;
	position: absolute;
    right: 5px;
    top: 5px;
}

.sm-parent .menu-icon-cont {
	position: relative;
}

.sm-parent .menu-icon-cont,
.menu-icon-cont.sm-close {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/* border-radius fix */
.sm-parent > .off-menu_195 {
	overflow: hidden;
}

body > .sm-btn-195,
.sm-content-inner > .sm-btn-195,
.off-menu_195 .sm-btn-195 {
	position: fixed;
	top: 0;
	right: 0;
}
.sm-open-195 > .sm-btn-195,
.sm-open-195 .sm-content-inner > .sm-btn-195 {
	z-index: 99999;
}
.off-menu_195 .sm-btn-195 {
	position: absolute;
	right: 100%;
	top: 0;
	z-index: -1;
}
.sm-btn-195 .menu-icon3 {
	font-size: 50px;
}
.menu-icon-cont .menu-icon3 {
	display: inline-block;
	height: 30px;
    margin: 0px 10px;
	position: relative;
	user-select: none;
	width: 30px;
}
.sm-btn-195 .menu-icon3 span {
	background: #ffffff;
	height: 3px;
	border-radius: 1.5em;
}
.menu-icon-cont .menu-icon3 span {
	backface-visibility: hidden;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 100%;
}
.menu-icon-cont .menu-icon3 span {
	left: 0;
}
.menu-icon3 span:nth-child(1) {
	top: .1em;
}
.menu-icon3 span:nth-child(2) {
	top: .26em;
}
.menu-icon3 span:nth-child(3) {
	top: .42em;
}
.sm-btn-195:before {
	content: "МЕНЮ";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0 0 10px;
	line-height: 10px;
	background: rgba(255, 255, 255, 0);
	color: #ffffff;
	font-size: 10px;
	font-family: '', ProflingvaFontB;
	text-align: center;
	overflow: hidden;
}
.menu-icon-cont .menu-icon-cont:before {
	display: none;
}

/* ------------------------------ */

@keyframes menuitem-grow {
    0% {
        max-height: 1px;
        height: 1px;
    }
    25% {
        height: 25%;
    }
    50% {
        max-height: 300px;
        height: 50%;
    }
    75% {
        max-height: 500px;
        height: 75%;
    }
    100% {
        max-height: 100%;
        height: 100%;
    }
}

.submenu-active {
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    /* animation-name: menuitem-grow; */
    animation-timing-function: linear;
}

.menu-main-container {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: none;
    font-family: ProflingvaFontB;
    font-size: 16px;
    font-weight: 400;
    height: 100vh;
    left: 0px;
    min-height: 100%;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 9999999;
}

.menu-main-active {
    right: 0px !important;
}

#menu-main {
    background-color: #dd3540;
    color: #fff;
    float: right;
    font-family: ProflingvaFontB;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    max-width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: -400px;
    top: 0px;
    transition: 0.35s;
    z-index: 9999999;
}

@media (max-width: 480px) {
    #menu-main {
        max-width: 90vw;
    }
}

#menu-main,
#menu-main ul {
    list-style-type: none;
    padding: 0px;
}

#menu-main li div {
    border-bottom-color: #4d3835;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-left-color: #4d3835;
    border-left-style: dotted;
    border-left-width: 1px;
    position: relative;
}

#menu-main a {
    color: #fff;
    display: block;
    padding: 8px 12px 12px 12px;
    text-decoration: none;
}

#menu-main .sub-menu {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    padding-left: 15px;
    transition: 1s;
}

#menu-main li div:hover {
    background: #4d3835;
}

.menuitem-active>div {
    background: #4d3835;
}

.menuitem-active>div>.submenu-arrow {
    transform: rotate(180deg);
}

span.submenu-arrow {
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 38px;
    padding: 10px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    transition: 0.5s;
    width: 38px;
}

#menulogo-bg {
    background: #fff;
    padding-bottom: 5px;
    padding-top: 5px;
    position: sticky;
    text-align: center;
    top: 0px;
    width: 100%;
    z-index: 1;
}
#menu-logo {
    height: 55px;
}

.sub-menu li a {
    font-family: 'Roboto Condensed', ProflingvaFont;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    text-shadow: none;
    line-height: normal;
}

#css3-megaMenuToggle {
    position: relative;
}

.ot-breadcrumb h1.entry-title {
    margin-top: 10px;
}

.cloaked_email {
    font-size: 13px;
}

.sert_block_img .col-xs-4.col-sm-3 {
    height: 100%;
    margin: 12px auto;
    max-height: 317px;
    min-height: 200px;
}

.sert_block_img .col-xs-4.col-sm-3 p {
    height: 36px;
    text-align: center;
}

@media (max-width:768px) {
    .sert_block_img .col-xs-4.col-sm-3 p {
        font-size: 11px;
    }
}

#sertview-ctrls {
    padding: 0px 10px;
    position: fixed;
    top: calc(50% - 30px);
    width: 100%;
    z-index: 9999;
}

#sertview-ctrls img {
    background: #fff;
    cursor: pointer;
    padding: 10px 5px;
    position: absolute;
}

#sertview-ctrls img:first-child {
    left: 15px;
}

#sertview-ctrls img:last-child {
    right: 15px;
}

.fade.in {
    display: block !important;
}

/* -------------------- */

.tags-rev span {
    display: block;
}

.tags-rev a {
    border-radius: 0!important;
    box-shadow: none;
    color: #000000;
    display: block;
    font-size: 15px;
    font-family: ProflingvaFont, sans-serif;
    margin: 5px 10px;
}

.btn-tags.active {
    font-weight: bold;
}

.subtags-list.active {
    max-height: none;
}

.subtags-list {
    margin-bottom: 0px;
    max-height: 0px;
    overflow: hidden;
    padding-left: 20px;
}

.subtags-list li {
    list-style: none;
}

.revcat-revhide {
    display: none !important;
}

.revcat-preview {
    background: #f2f2f2;
    margin: 10px auto;
    padding: 5px 10px;
    position: relative;
    transition: 1s;
}

.revcat-preview h4 {
    background: #fff;
    font-size: 22px;
    margin: -5px -10px 10px -10px;
    padding: 5px 10px 10px 5px;
    text-indent: 15px;
}

.revcat-preview h4 span {
    color: #b7b7b7;
    font-family: ProflingvaFontL, sans-serif;
}

.revcat-preview h4::first-letter {
    color: inherit;
}

@media(max-width:420px) {
    .revcat-preview h4 {
        text-align: center;
        text-indent: 0;
    }
}

.revcat-preview-revmain {
    border-left: 10px solid #ffcc74;
    float: left;
    font-size: 12px;
    font-style: italic;
    max-height: 270px;
    overflow: hidden;
    padding: 10px 10px;
    text-align: left;
    width: 30%;
}

.revcat-preview-revmain img {
    max-width: 60%;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.revcat-preview-revs {
    display: inline-block;
    margin: auto;
    /* max-height: 230px; */
    max-width: 750px;
    overflow: hidden;
    padding: 10px;
}

.revcat-open, .revcat-close {
    border: none;
    clear: both;
    color: #dd353f;
    float: right;
    font-family: ProflingvaFontB, sans-serif;
    font-size: 10pt;
}

.revcat-open {
    bottom: 45%;
    display: inline-block;
    position: absolute;
}

.revcat-close {
    display: none;
}

@media (max-width:767px) {
    .revcat-preview-revmain, .revcat-preview-revs {
        width: 100%;
    }
    .revcat-preview-revs {
        float: none;
        margin: auto;
        text-align: center;
    }
    .revcat-open {
        position: relative;
    }
}

.rev-mini {
    display: inline-block;
    margin: 0px 3px;
    position: relative;
    text-align: center;
    transition: 0.7s;
    vertical-align: top;
    width: 140px;
}

.rev-mini:nth-child(n+6) {
    display: none;
}

.rev-mini h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px auto;
    margin-left: 10px;
    min-height: 40px;
}

.rev-mini:before {
    background-color: #f2f2f2;
    background-image: url(images/content/zp.png);
    background-repeat: no-repeat;
    background-position: right top;
    content: "";
    display: block;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 0px;
    width: 35px;
}

.rev-mini img {
    border: 1px solid #bdbdbd;
    cursor: pointer;
    height: 180px;
    max-height: 100%;
    max-width: calc(100% - 10px);
    width: auto;
}

.rev-mini-zoom {
    align-items: center;
    display: flex !important;
    height: calc(100vh - 80px);
    margin: auto;
    max-width: calc(100% - 90px);
    position: fixed;
    right: 45px;
    top: 40px;
    width: 100%;
    z-index: 9995;
}

.rev-mini-zoom:before {
    display: none;
}

.rev-mini-zoom img {
    height: auto;
    margin: auto;
    min-height: 50%;
}

.rev-mini-zoom h5 {
    display: none;
}

#revcats.revexp .revcat-preview {
    display: none;
}

#revcats.revexp .revcat-active {
    display: block;
}

.revcat-active .revcat-preview-revmain {
    display: none;
}

.revcat-active .revcat-preview-revs {
    float: none;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}

.revcat-active .rev-mini:nth-child(n+6) {
    display: inline-block;
}

#revcats.revexp .revcat-open {
    display: none;
}

#revcats.revexp .revcat-close {
    display: block;
    margin: 0px 20px;
}

#revmodal {
    display: none;
    height: 100vh;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 999;
}

#revmodal-bg {
    height: 100%;
    width: 100%;
}

#revmodal-bg.rmb-active {
    animation-name: revmodact;
    animation-delay: 0.2s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
}

@keyframes revmodact {
    0% {
        background-color: rgba(0, 0, 0, 0.1);
    }
    25% {
        background-color: rgba(0, 0, 0, 0.25);
    }
    50% {
        background-color: rgba(0, 0, 0, 0.4);
    }
    75% {
        background-color: rgba(0, 0, 0, 0.55);
    }
    100% {
        background-color: rgba(0, 0, 0, 0.7);
    }
}

/* -------------------- */

@media (min-width:768px) {
    .ico4_notary {
        display: flex;
    }
}

@media (max-width:767px) {
    .ico4_notary .step-arrow {
        /* bottom: -2%;
        left: calc(50% - 15px);
        margin-top: 10px;
        position: relative;
        transform: rotate(90deg); */
    }
}

.step-arrow {
    background-image: url(images/icons/ico-arrow-step5.png);
    background-position: 100% 35%;
    background-repeat: no-repeat;
    background-size: 25px;
    height: 50px;
    position: absolute;
    right: -5%;
    top: calc(50% - 25px);
    width: 30px;
}

.step-arrow-down {
    background-position: center;
    left: calc(50% - 15px);
    transform: rotate(90deg);
    position: relative;
}

/* -------------------- */

.ico-lg {
    background-position: center;
    background-size: auto 100%;
    height: 100px;
}

.ico-md {
    background-position: center;
    background-size: auto 100%;
    height: 80px;
}

/* -------------------- */

.ico4_apostile span {
    margin-top: 10px;
    display: block;
    padding: 10px;
}

/* -------------------- */

.our-advantages {
    /* display: flex; */
    margin: 15px auto;
}

.our-advantages .our-advantage {
    /* max-width: 20%; */
    padding: 5px 15px;
    text-align: center;
}

.our-advantages .our-advantage .ico-span {
    color: #E3303F;
    display: block;
    font-family: ProflingvaFontB, sans-serif;
    margin: 5px auto;
    text-transform: uppercase;
    text-align: center;
}

.our-advantages .our-advantage p {
    font-family: ProflingvaFontB, sans-serif;
    font-size: 13px;
    margin: 3px;
    text-align: center;
}

/* -------------------- */

#workreport {
    padding: 20px;
    /* white-space: pre-wrap; */
    word-break: break-word;
}

#workreport ul li {
    padding: 5px;
}

.wrdy, .wproc, .wchk, .wprior {
    color: #fff;
    padding: 5px;
}

.wrdy {
    background: forestgreen;
}

.wchk {
    background: steelblue;
}

.wproc {
    background: orange;
}

.wprior {
    background: orangered;
}

/* -------------------- */

.block-header {
    margin-top: 0px;
    text-align: center;
}

.bl-serv-title {
    margin-top: 0px;
    padding-left: 42px;
}

.bl-serv-subtitle {
    margin: 0px auto;
    padding-left: 42px;
}

.bl-serv-cell {
    margin: 10px;
}

.bl-serv-icon-bg {
    background-color: #fff;
    border-radius: 50%;
    height: 100px;
    padding: 20px;
    width: 100px !important;
    margin: 15px 5px;
}

.bl-serv-cell > .col-md-3, .bl-serv-cell > .col-md-9 {
    padding: 0px;
}

/* -------------------- */

.t-center {
    text-align: center;
}

.stpadlf {
    padding-left: 42px !important;
}

.vert-init {
    vertical-align: initial !important;
}

.vert-sub {
    vertical-align: sub;
}

.vert-bot {
    vertical-align: bottom;
}

.vert-mid {
    vertical-align: middle;
}

.vert-top {
    vertical-align: top;
}

.marg-stand {
    margin: 10px;
}

.marg-lg {
    margin: 20px;
}

.padd-md {
    padding: 10px;
}

.padd-mdlg {
    padding: 15px;
}

.d-inbl {
    display: inline-block;
}

.d-bl {
    display: block;
}

.d-bl-imp {
    display: block !important;
}

.d-flcent {
    display: flex;
    align-items: center;
}

.d-none {
    display: none;
}

.pos-rel {
    position: relative;
}

.space-sm {
    clear: both;
    height: 25px;
    margin: auto;
}

.space-md {
    clear: both;
    height: 50px;
    margin: auto;
}

.img-resp {
    max-width: 100%;
}

/* -------------------- */

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

.pagination > a {
    color: #dd353f;
}

.pagination > span {
    color: #000;
}

.pagination .current {
    background-color: #dd353f;
    border-color: #dd353f;
    color: #fff;
}

/* -------------------- */

.blog-main {
    padding: 0px !important;
}

.blog-content {
    padding-left: 8%;
    padding-right: 4%;
    padding-bottom: 40px;
    padding-top: 4%
}

.blog-text {
    white-space: pre-wrap;
}

.blog-content p {
    margin-top: 0;
}

h1.blog_title_article {
    font-size: 26px;
    margin: 0;
}

.nashBlog {
    font-family: ProflingvaFontB, sans-serif;
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2.blog_title_article {
    padding: 0;
    margin: 0;
    font-size: 30px;
}

.blog-intro {}

h2.title-blog-cat {
    font-size: 27px;
    margin-top: 0px;
}

.blog {
    padding-left: 8%;
    padding-right: 3%;
    padding-bottom: 6%
}

.modulhome .left-blog-home {
    padding: 3%;
    padding-top: 0;
    margin: 0;
}

.modulhome .left-blog-home h3 {
    font-size: 34px;
    margin-top: 24px;
    margin-bottom: 18px;
}

/* -------------------- */

.img-resp {
    max-width: 100%;
}

/* -------------------- */

.modulhome.otzyvy .rightblock {
    background-image: none;
    background-position: 0 24%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0;
    padding-left: 0;
}

[class*="favrevs-arrow"] {
    cursor: pointer;
    margin: auto 10px !important;
}

.favrev-view-arrow {
    position: fixed;
    top: calc(50% - 25px);
    z-index: 99999;
}

.favrev-view-arrow.favrevs-arrow-left {
    left: 2%;
}

.favrev-view-arrow.favrevs-arrow-right {
    right: 2%;
}

.otzyvy .col-md-9.rightblock > * {
    margin: auto;
}

.favrevs {
    display: flex;
    padding-bottom: 3%;
    padding-top: 4%;
}

.favrev {
    display: none;
    transition: 0.1s;
}

.favrev.show {
    display: block;
}

.favrevs img {
    cursor: pointer;
    max-height: 200px;
    max-width: 100%;
}

.favrev h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.favrev.active {
    background: rgb(0 0 0 / 0.7);
    float: none;
    height: 100vh;
    left: 0px;
    padding: 50px;
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100vw;
}

.favrev.active::after {
    color: red;
    content: 'X';
    cursor: pointer;
    display: block;
    font-size: 50px;
    height: 60px;
    padding: 10px;
    position: fixed;
    right: 5%;
    top: 7%;
}

.favrev.active img {
    max-height: 90%;
    max-width: 90%;
}

/* -------------------- */

.modulhome.branches .leftblock {
    padding-top: 1%;
}

.modulhome.branches > div:nth-child(2) {
    background-color: #dd353f;
    padding: 0px;
    position: relative;
}

.branches-actions {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.brancharrow-left, .brancharrow-right {
    cursor: pointer;
    height: 45px;
    position: absolute;
    top: calc(50% - 22px);
}

.brancharrow-left {
    left: 7px;
}

.brancharrow-right {
    right: 7px;
}

.branches-list {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 50px;
    margin-right: 50px;
    max-width: 100%;
    padding-bottom: 25px;
    padding-top: 35px;
    position: relative;
}

.branches-list > .item {
    left: -2000px;
    position: absolute;
    transition: 0.3s;
}

.branches-list > .item.active {
    flex-basis: 100px;
    flex-grow: 1;
    flex-shrink: 1;
    left: 0px;
    position: static;
}

.branches-list > .item h4 {
    color: #fff;
    font-size: 14px;
    margin: 10px auto;
    max-width: 99%;
}

.branches-list > .item h4::first-letter {
    color: #fff;
}

.branches-list [class*="icowhite"] {
    background-position: center;
    background-size: auto 100%;
    min-height: 60px;
}

.branches-list .owl-stage {
    max-width: 100%;
}

/* -------------------- */

#paymentmethodtabs li:nth-child(n+2) i:hover {
    background-color: #dd353f;
    border-radius: 50%;
}

#paymentmethodtabs li:nth-child(1) i:hover {
    background-color: none;
    background-image: url('images/icons/icored-discsquare-bankcard.png');
}

#paymentmethodtabs li:nth-child(2) i:hover {
    background-image: url('images/icons/icowhite-disc-applegooglepay.png');
}

#paymentmethodtabs li:nth-child(3) i:hover {
    background-image: url('images/icons/icowhite-disc-globus.png');
}

#paymentmethodtabs li:nth-child(4) i:hover {
    background-image: url('images/icons/icowhite-disc-phonecash.png');
}

#paymentmethodtabs li:nth-child(5) i:hover {
    background-image: url('images/icons/icowhite-disc-bankapp.png');
}

#paymentmethodtabs li:nth-child(6) i:hover {
    background-image: url('images/icons/icowhite-disc-bank.png');
}

#paymentmethodtabs li:nth-child(7) i:hover {
    background-image: url('images/icons/icowhite-disc-cash.png');
}

#paymentpage {
    padding: 0px 25px 25px 25px;
}

@media (max-width: 480px) {
    #paymentmethodtabs {
        box-shadow: -10px 0px 5px -5px inset #eaeaea;
    }
}

#paymentmethodtabs {
    display: flex;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

#paymentmethodtabs [class*='icored-disc'] {
    height: 40px;
    width: 40px;
}

#paymentmethodtabs > li {
    max-width: 16.66%;
    min-width: 90px;
}

#paymentmethodtabs li span {
    display: block;
}

#paymentmethodtabs li a {
    font-size: 12px;
    padding-top: 10px;
}

.payment-method-icon {
    cursor: pointer;
    height: 60px;
    margin-right: 5px;
    vertical-align: middle;
    width: 60px;
}

.payment-method-desc {
    display: inline-block;
    max-width: calc(100% - 70px);
    vertical-align: middle;
}

.payment-order {
    display: none;
}

#paymentorder-tabcontent {
    border: 1px solid gainsboro;
    padding: 5px;
}

.paymentorder-method {
    padding: 10px 0px;
    text-align: right;
}

.paymentorder-method-info {
    display: inline-block;
    text-align: center;
}

.paymentorder-method-info b {
    font-size: 11px;
}

.paymentorder-method-icon {
    clear: both;
    height: 45px;
    width: 45px;
}

.paymentothermethods {
    display: flex;
    overflow-x: auto;
}

.paymentothermethods > div:first-child {
    background: #fff;
    left: 0px;
    position: sticky;
    top: 0px;
}

.paymentothermethods > div {
    padding: 5px;
    max-width: 16%;
    min-width: 70px;
}

.paymentothermethods div:first-child b {
    font-size: 13px;
}

.paymentothermethod {
    border: 1px solid #C4C4C4;
    flex-basis: auto;
    flex-grow: 1;
    font-size: 11px;
    font-weight: bold;
    margin: 5px 3px;
    text-align: center;
    width: 16.27%;
}

.paymentothermethod span {
    display: block;
}

.payment-order .empty {
    border: 1px solid red !important;
}

#paymentordertab-customer .grayForm {
    padding-top: 25px;
}

#form-payagreement {
    margin: 30px auto;
    max-width: 90%;
}

.tooltipPop {
    top: auto;
    overflow: visible;
    background: #4d3835;
    display: block;
    width: 20px;
    height: 20px;
    max-width: 60px;
    border-radius: 100%;
    position: absolute;
    bottom: 17px;
    right: -22px;
    background-image: url(https://proflingva.ru/images/vopros16ios.png);
    background-position: center;
    background-repeat: no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tooltipPop::before {
    opacity: .65;
    background-color: #5f4c4a;
    display: block;
    width: 38px;
    height: 38px;
    content: '';
    position: absolute;
    right: -9px;
    bottom: -10px;
    border-radius: 100%;
    -moz-animation: mango-pulse 2s infinite ease-in-out;
    animation: mango-pulse 2s infinite ease-in-out;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
    z-index: 11;
}

.passport-reason-icon {
    display: block;
    margin: 10px auto;
    max-height: 60px;
    width: auto;
}

.pricebar-icon-howto div {
    margin-bottom: 5px !important;
}

.icoblack-okru {
    background-image: url('images/icons/icoblack-okru.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.footer-soc-icon {
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}