

/* Start:/services/style.css?17751382756713*/
.rdb-support {
    padding: 50px 0px;
}
.rdb-support-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.rdb-support-item {
    display: flex;
    flex-direction: column;
    height: 328px;
    padding: 35px;
    border: 1px solid #E7E7E7;
    border-right: none;
    position: relative;
    transition: all 0.2s ease-in;
}
.rdb-support-item-1:hover {
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    -webkit-transition: none;
    -o-transition: none;
    transition: all 0.2s ease-in;
    border-color: transparent;
}
.rdb-support-item-title {
    display: flex;
    flex-direction: column;
    color: #111;
    font-family: Open Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.rdb-support-item-title p {
    font-weight: 400;
    font-size: 18px;
    color: #111;
    padding-top: 20px;
    max-width: 80%;
}
.redadm-redactions-item-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 35px;
}
.rdb-support-item-1 {
    background: url(/services/image/rdb-support-item-1.svg) no-repeat right 30px bottom 30px;
    width: 60%;
    cursor: pointer;
}
.rdb-support-item-2 {
        background: url(/services/image/rdb-support-item-2.svg) no-repeat right 30px bottom 30px;
    width: 40%;
    border-right: 1px solid #E7E7E7;
}


.consulting-audit-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0px;
}
.consulting-audit-fully-item {
    width: 50%;
    
}
.consulting-audit-item {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 35px;
    border: 1px solid #E7E7E7;
    position: relative;
    margin-top: 50px;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.consulting-audit-item:hover {
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    -webkit-transition: none;
    -o-transition: none;
    transition: all 0.2s ease-in;
    border-color: transparent;
}
.consulting-audit-item._first {
    border-right: none;
}

.consulting-audit-item img {
    width: 100px;
    height: 100px;
}
.consulting-audit-item ul {
    padding-top: 20px;
    list-style-type: "—";
}
.consulting-audit-item li {
    font-size: 18px;
    color: #111;
    font-weight: 400;
    line-height: 28px;
    padding-left: 10px;
}
.consulting-audit-item-links {
    position: absolute;
    bottom: 35px;
    right: 50px;
}
.rdb-migration-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 60px;
}
.rdb-migration-item {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    padding-bottom: 60px;
}
.rdb-migration-item img {
    width: 56px;
    height: 56px;
}
.rdb-migration-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #111;
    max-width: 300px;
    padding-top: 20px;
}

@media screen and (max-width:1100px) {
    .rdb-support-items {
        flex-direction: column;
    }
    .rdb-support-item {
        height: auto;

    }
    .rdb-support-item-1 {
        border-right: 1px solid #E7E7E7;
    }
    .rdb-support-item-1,
    .rdb-support-item-2 {
        width: 100%;
        background: none;
    }
    .redadm-redactions-item-links {
        position: relative;
        bottom: auto;
        padding-top: 20px;
    }
    .rdb-support-item-title p {
        max-width: 100%;
    }
    .consulting-audit-items {
        flex-direction: column;
    }
    .consulting-audit-fully-item {
        width: 100%;
    }
    .consulting-audit-fully-item:last-child {
        padding-top: 20px;
    }
    .consulting-audit-item {
        height: auto;
    }
    .consulting-audit-item._first {
        border-right: 1px solid #E7E7E7;
    }
    .consulting-audit-item-links {
        position: relative;
        bottom: auto;
        right: auto;
        padding-top: 20px;
    }
    .training-items {
        flex-direction: column;
    }
    .training-item {
        width: 100%;
    }
    .training-item:first-child {
        border-right: 1px solid #E7E7E7;
    }
    .training-item:last-child {
        border-left: 1px solid #E7E7E7;
    }
}
@media screen and (max-width:590px) {
    .rdb-migration-item {
        width: 100%;
    }
    .rdb-migration-item p {
        max-width: 100%;
    }
}
.rdb-training {
    padding-bottom: 100px;
}
.training-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 50px;
}
.training-item {
    display: flex;
    padding: 50px;
    border: 1px solid #E7E7E7;
}
.training-item-title {
    font-family: Arial;
    font-size: 25px;
    font-weight: 700;
    line-height: 28.75px;
    text-align: left;
    padding-bottom: 25px;
}
.training-item-subtitle {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    padding-bottom: 20px;
}
.training-item-subtitle.course {
    max-width: 283px;
}
.training-item-text {
    width: 50%;
}
.training-item.first {
    width: 60%;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease-in;
}
.training-item.second {
    width: 40%;
    flex-direction: column;
}
.training-item-shape {
    display: flex;
}
.training-item-shape-text {
    padding-left: 30px;
}
.training-item-shape img {
    width: 80px;
    height: 80px;
}
.training-item-label {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #8B9195;
    padding-bottom: 6px;
}
.training-item.first:hover {
    -webkit-appearance: none;
    -webkit-box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    box-shadow: 0 2px 36px rgba(167, 167, 167, .15);
    -webkit-transition: none;
    -o-transition: none;
    transition: all 0.2s ease-in;
    border-color: transparent;
}
.training-item:first-child {
    border-right: none;
}
@media screen and (max-width:1100px) {
    .training-items {
        flex-direction: column;
    }
    .training-item.first,
    .training-item.second {
        width: 100%;
    }
    .training-item:first-child {
        border-right: 1px solid #E7E7E7;
    }
    .training-item:last-child {
        border-left: 1px solid #E7E7E7;
    }
}
@media screen and (max-width:740px) {
    .training-item.first img {
        display: none;
    }
    .training-item-text {
        width: 100%;
    }
    .training-item-subtitle.course {
        max-width: none;
    }
    .training-item-shape {
        flex-direction: column;
    }
    .training-item-shape-text {
        padding-left: 0px;
    }
}
/* End */


/* Start:/bitrix/templates/reddatabase/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17069527032000*/
.request-form .errors {
	margin-bottom: 25px;
}

.request-form input[type="checkbox"] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	width: auto;
}

.request-form input[type="checkbox"] + label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8b9195;
	font-weight: 600;
}

.request-form input[type="checkbox"] + label:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: 1px solid #bbb;
	border-radius: 0.25em;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.request-form input[type="checkbox"]:not(:disabled):not(:checked) + label:hover:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:not(:disabled):active + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:focus + label:before {
	box-shadow: 0 0 0 0.2rem rgba(232, 76, 61, 0.25);
}

.request-form input[type="checkbox"]:focus:not(:checked) + label:before {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.request-form input[type="checkbox"]:checked + label:before {
	border-color: #cc2b24;
	background-color: #cc2b24;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.request-form input[type="checkbox"]:disabled + label:before {
	background-color: #e9ecef;
}

.client-name
{
	display: none;
}
/* End */
/* /services/style.css?17751382756713 */
/* /bitrix/templates/reddatabase/components/bitrix/form/request/bitrix/form.result.new/.default/style.css?17069527032000 */
