/* Provide sufficient contrast against white background */
.pointer {
    cursor: pointer;
}

.throw-margin {
    margin: 0 !important;
}

.btn {
    min-width: 150px !important;
}

.ma {
    margin: auto;
}

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

.validation-summary-errors ul {
    padding: 0 70px 0 0;
}

.validation-summary-errors li {
    list-style-type: none;
}

.rzd-logo {
    height: 24px;
}

.robin-logo {
    height: 44px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 8px;
}
.zeroing {
    margin: 0;
    padding: 0;
}
.dflex {
    display: flex;
}
.margin-error-span {
    margin-top: 2.3rem;
}
.mt-2_1 {
    margin-top: 2.1rem;
}
.ml-100 {
    margin-left: -100px;
}
.pt4em {
    padding: 4em 0 23px 0;
}
.h700 {
    height: 700px;
}
.h350 {
    height: 350px;
}
.h400 {
    height: 400px;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 42px;
    line-height: 62px;
    color: var(--mainTitleTextColor);
}

.main-page-header h1 {
    margin-top: 80px;
}

.main-page-header p {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 24px;
}

.main-page-header img {
    margin-top: 32px;
    width: 400px;
    height: 356px;
}

.main-page-header-text {
    float: left;
}

.main-page-header-logo {
    float: right;
}


.main-page-header .buttons {
    margin-top: 40px;
    padding: 0;
}

.section.section-info .buttons {
    margin-top: 22px;
}

.btn-primary {
    min-width: 180px !important;
    font-family: 'Lato', sans-serif;
    background: var(--primaryBtnBackground) !important;
    border-color: var(--primaryBtnBackground) !important;
    color: var(--primaryBtnTextColor) !important;
}

.btn-primary:hover, .btn-primary:active {
    background: var(--primaryBtnHoverBackground) !important;
    color: var(--primaryBtnHoverTextColor) !important;
    border-color: var(--primaryBtnHoverBackground) !important;
}

.btn-primary {
    box-shadow:none !important;
}

.btn-start {
    padding-top: 8px;
    min-height: 48px !important;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
}

.btn-start.btn-small {
    padding-top: 10px;
    font-size: 16px;
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
    background: var(--primaryBtnDisabledBackground) !important;
    border-color: var(--primaryBtnDisabledBorderColor) !important;
    color: var(--primaryBtnDisabledTextColor) !important;
}

.top-64 {
    margin: 64px 0 0 0 !important;
    padding: 0 !important;
}

.container-carousel h3:not(:first-child) {
    margin-top: 40px;
}

/*Кастомная стилизация чекбоксов с зозможностью менять цвет фона и галочки*/
.form-check-label-name {
    padding-left: 10px;
    color: var(--checkInputLabelTextColor);
}

.form-check-input{
    display: none;
}

/*фон радиобокса*/
.form-check-input + label.radio {
    background: var(--checkInputBackground);
    border-radius: 10px;
}

.form-check-input:checked + label.radio{
    border-color: var(--checkInputCheckedBorderColor);
    background: var(--checkInputCheckedBackground);
}

.form-check-input:checked + label.radio span:before{
    top: -14.5px;
    left: .5px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    background: var(--checkInputCheckedV);
}

.form-check-input:checked + label.radio span:after {
    display: none;
}

/*фон чекбокса*/
.form-check-input + label{
    min-width: 19px;
    height: 19px;
    border: 2px solid var(--checkInputBorderColor);
    border-radius: 2px;
    display: block;
    overflow: hidden;
    position: relative;
    background: var(--checkInputBackground);
    text-align: center;
}

.form-check-input:checked + label span{
    display: inline-block;
    position: relative;
    margin-left: -10px;
}

.form-check-input:checked + label{
    border-color: var(--checkInputCheckedBorderColor);
    background: var(--checkInputCheckedBackground);
}

.form-check-input:checked + label span:before{
    top: -9.4px;
    left: -1.9px;
    width: 7px;
    height: 2px;
    content: '';
    position: absolute;
    transform: rotate(40deg);
    background: var(--checkInputCheckedV);
    -webkit-transform: rotate(40deg);
}

.form-check-input:checked + label span:after{
    top: -11.1px;
    left: 1.6px;
    width: 11.5px;
    height: 2px;
    content: '';
    position: absolute;
    transform: rotate(-50deg);
    background: var(--checkInputCheckedV);
    -webkit-transform: rotate(-50deg);
}

.footer {
    color: var(--pageFooterTextColor);
    width: 100%;
    bottom: 0;
    height: 100px;
    display: flex;
    padding: 0 130px;
    position: absolute;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    align-items: center;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    justify-content: space-between;
    background-color: var(--pageFooterBackground);
}

.footer p {
    padding: 0;
    margin: 0;
}

.footer-href {
    padding-left: 5px;
}

.footer-contact {
    text-align: right;
}

.footer ul {
    list-style-type: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 0.5em;
}

.footer a {
    color: var(--pageFooterTextColor);
    text-decoration: none;
}

/* Colors */
.bg-primary-blue {
    background-color: var(--pageHeaderBackground);
}

/* Navbar */

.navbar-rcf {
    height: 70px;
    padding: 0;
}

.navbar-wrapper {
    height: 70px;
    align-items: center;
}

.navbar-wrapper p.zeroing {
    color: var(--pageHeaderLogoTextColor);
    line-height: 1.3;
    font-size: 10px;
}

.navbar-shadow {
    box-shadow: 0px 4px 24px 0px rgba(194, 202, 222, 0.2);
}

.navbar-rcf a.navbar-brand {
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: var(--pageHeaderLogoTextColor);
}

.navbar-rcf a.navbar-login {
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5em;
    line-height: normal;
    color: var(--pageHeaderUserTextColor);
}

.navbar-rcf a.navbar-login svg {
    display: inline-flex;
    vertical-align: top;
    height: 1.4em;
    width: 24px;
}

.navbar-rcf a.navbar-login svg path{
    fill: var(--pageHeaderUserIconColor);
}

/* Home page */
.container-carousel {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100% !important;
    background: var(--carouselBackground);
}

/* переопределение дефолтных переключателей для карусели */
#carousel-indicators-item-circle {
    height: 16px;
    width: 16px;
    border-radius: 10px;
    margin-left: 16px;
    border: none;
    background-color: var(--carouselIndicators);
}

.carousel-item {
    padding: 0 130px;
}

/* Intro section */
.section.section-intro {
    width: 100%;
}

.section.section-intro.main {
    height: 400px;
}

.section.margin {
    margin: 112px 0 0 0;
}

.section.margin .buttons {
    padding-bottom: 0;
}

.section.section-info .buttons {
    margin-top: 25px;
}

.section.section-info .buttons .btn-primary {
    margin: 20px auto 0 auto;
}

.container h2,
.carousel-item h3,
.section.section-info h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 16px;
    color: var(--headersColor);
}


.carousel-indicators {
    bottom: -30px !important;
}

/* Robots section */

.section.section-robots {
    width: 100%;
}

.section.section-robots .filters {
    display: flex;
    justify-content: flex-end;
}

.section.section-robots .cards {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.section.section-robots .cards .card {
    margin: 50px 10px 10px 10px;
    width: 280px;
    height: 312px;
    min-width: 280px;
    min-height: 312px;
}

.section.section-robots .card:hover {
    box-shadow: 0px 4px 15px 1px var(--cardHoverBoxShadow);
}

.section.section-robots .cards .card .card-img-top {
    width: 160px;
    height: 160px;
    min-width: 160px;
    min-height: 160px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.section.section-robots .cards .card .card-body {
    padding: 0.4em;
    opacity: 0.8;
    margin-top: -2px;
    font-family: 'Lato', Source Sans Pro;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: normal;
    color: var(--cardLabelTextColor);
    text-align: center;
}

.section.section-robots .buttons .btn {
    width: 180px;
    height: 50px;
    padding: 14px;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    border-radius: 25px;
}

.econsent-padding {
    padding-left: 100px;
}

/* Info section */

.section.section-info {
    width: 100%;
}

/* Login */
.section.section-login .login-form-1 {
    background: var(--loginBackground);
    padding: 3% 5%;
    margin: auto;
    margin-top: 5%;
    width: 500px;
    box-shadow: 0 5px 8px 0 var(--loginBoxShadow), 0 9px 26px 0 var(--loginBoxShadow);
    border: 2px solid var(--loginBorderColor);
    border-radius: 10px;
}

.section.section-login .login-form-1 label {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: normal;
    color: var(--loginLabelTextColor);
}

.section.section-login .login-form-1 input[type=text], .section.section-login .login-form-1 input[type=password] {
    background-color: var(--loginInputBackground)
}

.section.section-login .login-form-1 .password-recovery-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
    color: var(--loginRecoveryLinkTextColor);
    border-bottom: 1px dotted;
}

.section.section-login .login-form-1 .password-recovery-link:hover {
    text-decoration: none;
}

.section.section-login .registration-info {
    text-align: center;
    margin-top: 2em;
}

.section.section-login .registration-info label {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1em;
    line-height: normal;
    color: var(--noAccountLabelTextColor);
    margin: 0;
}

.section.section-login .registration-info a {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1em;
    line-height: normal;
    color: var(--noAccountLinkTextColor);
    border-bottom: 1px dotted;
}

.section.section-login .registration-info a:hover {
    text-decoration: none;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: var(--invalidInputBackground) !important; /* Помечено */
    border: 1px solid var(--invalidInputBorderColor) !important; /* Помечено */
}

.section-registration {
    padding-bottom: 70px;
}

.finalizing-form {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.section.section-finalizing-registration label {
    font-weight: bold;
}

.section.section-registration h4,
.section.section-pending-approval h4,
.section.section-email-activation h4,
.section.section-finalizing-registration h4,
.section.section-password-recovery h4,
.section.section-reset-password h4 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--headersColor);
    margin-top: 15px;
    letter-spacing: 0.01em;
}

.section.section-registration h3,
.section.section-pending-approval h3,
.section.section-email-activation h3,
.section.section-finalizing-registration h3,
.section.section-password-recovery h3,
.section.section-reset-password h3 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 40px;
    color: var(--headersColor);
    margin-top: 15px;
    margin-bottom: 25px;
}

.screen-registration-form-wrapper {
    display: flex;
}

.section.section-pending-approval p,
.section.section-email-activation p,
.section.section-finalizing-registration p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.section.section-email-activation p.follow-up-letter
.section.section-finalizing-registration p.follow-up-letter {
    font-weight: bold;
}

/* Registration form */
.section.section-registration .register-form {
    padding-bottom: 40px;
}

.section.section-registration .form-block-header {
    height: 48px;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--mainHeaderTextColor);
    display: block;
    background-color: var(--mainHeaderBackground);
    border-radius: 15px;
    padding-left: 100px;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 1rem;
}

.section.section-registration .form-block {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}

.section.section-registration .form-group label,
.section.section-password-recovery .form-group label,
.section.section-reset-password .form-group label {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: var(--labelTextColor);
}

.section.section-registration .password-hint,
.section.section-reset-password .password-hint {
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}

.section.section-registration textarea {
    background: var(--inputBackground);
    border-color: var(--inputBorderColor);
    min-height: 160px;
    resize: none;
}

.section.section-registration input[type=text],
.section.section-registration input[type=password],
.section.section-registration input[type=tel] {
    background: var(--inputBackground);
    border-color: var(--inputBorderColor);
}

.section.section-password-recovery main {
    width: 100%;
}

.section.section-regulations {
    margin: 2em 0;
}

.section.section-regulations h3, .section.section-regulations h5 {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
}

.section.section-registration p {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
}

.section.section-registration a {
    color: var(--linkColor);
}

/* Карточка робота */

.section-general-card .section-general-card-nav-wrapper {
    padding: 27px 0;
}

.section-general-card-container-href {
    font-size: 16px;
    line-height: 18px;
}

.navigation-link {
    color: var(--navigationLinkColor);
    transition: color 500ms;
}

.navigation-link:hover {
    outline: none;
    color: var(--navigationLinkHoverColore);
    text-decoration: none;
}

.section-general-card-main-content-wrapper {
    margin-bottom: 64px;
}
/* left bar */
.section-general-card-main-content-left-bar {
    font-size: 16px;
    font-weight: 600;
}

.section-general-card-main-content-left-bar label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--labelTextColor);
}

.section-general-card-main-content-left-bar p {
    font-weight: 400;
}
/* center bar */
.section-general-card-main-content-center-bar .col-12 {
    margin-bottom: 24px;
}
.section-general-card-main-content-center-bar-label {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: var(--mainHeaderTextColor);
    padding: 13px 0 13px 50px;
    font-size: 18px;
    background: var(--mainHeaderBackground);
    border-radius: 15px;
    margin-bottom: 24px;
}

.section-general-card-main-content-center-bar-content {
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
}
/* right bar */
.section-general-card-main-content-right-bar-wrapper {
    text-align: center;
    padding-top: 24px;
}

.section-general-card-main-content-right-bar {
    display: flex;
    padding: 0 1%;
    background: var(--priceContainerBackground);
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-around;
}

.section-general-card-main-content-right-bar-price {
    color: var(--priceTextColor);
    width: 180px;
   /* height: 72px;*/
    margin: 0 auto;
    display: flex;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
}

.section-general-card-main-content-right-bar-wrapper p.script-cost {
    color: var(--priceCurrencyTextColor);
    margin-bottom: 0;
}

.section-general-card-main-content-right-bar-wrapper .type-of-service {
    font-family: Lato, sans-serif;
    color: var(--priceDescriptionTextColor);
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

/* tabs */
.nav.nav-tabs.section.section-general-card-tabs {
    border: none;
    display: flex;
    justify-content: center;
}
.section-general-card-tabs .nav-link {
    color: var(--inactiveTabTextColor);
    border: none;
    padding: .5rem 3rem;
    border-bottom: solid 4px var(--inactiveTabIndicator);
}
.section-general-card-tabs.action-card .nav-link {
    padding: .5rem 7.4rem;
}
.section-general-card-tabs .nav-link:hover {
    border-bottom: solid 4px var(--inactiveTabIndicator);
}
.section-general-card-tabs .nav-link.active {
    color: var(--activeTabTextColor);
    border: none;
    border-bottom: solid 4px var(--activeTabIndicator);
}

.tab-content {
    border-top: 4px solid var(--inactiveTabIndicator);
    position: relative;
    top: -3px;
    z-index: -10;
}

.tab-content.section-general-card-tab-container {
    padding: 2% 10%;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-family: Source Sans Pro, sans-serif;
}
.section-general-card-tab-content {
    width: 100%;
    margin: 0 auto;
}
.section-general-card-tab-content-label-wrapper {
    display: flex;
    flex-direction: column;
}
.section-general-card-tab-content label {
    color: var(--labelTextColor);
    width: 30%;
    margin: 0 18px 24px 0;
    font-style: normal;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
}
.section-general-card-tab-content p {
    margin: 0 0 24px 0;
    font-size: 16px;
    font-weight: normal;
}
/* Table */
.tab-pane.section-general-card-tab-table .table {
    table-layout: fixed;
}
.tab-pane.section-general-card-tab-table .table .row-name {
    width: 16%;
}
.tab-pane.section-general-card-tab-table .table .row-type {
    width: 15%;
}
.tab-pane.section-general-card-tab-table .table .row-example {
    width: 16%;
}
.tab-pane.section-general-card-tab-table .table .row-obligation {
    width: 15%;
}
.tab-pane.section-general-card-tab-table .table tr td, .tab-pane.section-general-card-tab-table .table tr th {
    border: none;
}

.table th {
    color: var(--tableHeaderCellTextColor);
    background: var(--tableHeaderCellBackground);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    border-right: 1px solid var(--tableColumnDivider) !important;
}

.table tr {
    border-bottom: 1px solid #E8EBF1;
}

.table tr > td {
    border-right: 1px solid var(--tableColumnDivider) !important;
}

.start-block-wrapper {
    width: 100%;
    height: 270px;
    position: relative;
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1230px !important;
    }
}

.pre-line {
    white-space: pre-line;
}

.text-danger {
    color: var(--requiredStarColor) !important;
}

.btn-secondary {
    color: var(--secondaryBtnTextColor) !important;
    background: var(--secondaryBtnBackground) !important;
    border-color: var(--secondaryBtnBorderColor) !important;
}

.btn-secondary:hover {
    color: var(--secondaryBtnHoverTextColor) !important;
    background: var(--secondaryBtnHoverBackground) !important;
    border-color: var(--secondaryBtnHoverBorderColor) !important;
}

.carousel-info {
    min-height: 300px;
}

#carousel-intro {
    min-height: 400px;
}

.disabled-entry {
    opacity: .5;
}
