/*Форма задать вопрос*/
.ask-section {
    background: -webkit-gradient(linear, left bottom, left top, from(#F5F8F9), to(#F5F8F9)), #E9F0F3;
    background: -o-linear-gradient(bottom, #F5F8F9, #F5F8F9), #E9F0F3;
    background: linear-gradient(0deg, #F5F8F9, #F5F8F9), #E9F0F3;
    padding-top: 62px;
    padding-bottom: 85px;
}

.default-label {
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 30px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    font-family: 'PFDRegular' !important;
    margin-bottom: 55px;
}

.default-sublabel {
    font-family: 'PFDRegular' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.no-weight {
    font-weight: normal !important;
}

/*Аккордион*/
.default-accordion .panel-heading {
    background: white !important;
    padding: 0px !important;
}

.default-accordion .panel {
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin-bottom: 25px;
}

.default-accordion .panel-body {
    border: 0px !important;
    padding: 0px !important;
    font-family: 'PFDRegular' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3;
    padding-left: 50px !important;
    padding-right: 65px !important;
    padding-bottom: 50px !important;
    padding-top: 10px !important;
}

.default-accordion [data-toggle=collapse] {
    min-height: 65px;
    padding-left: 50px !important;
    padding-right: 80px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1.2;
    font-family: 'PFDRegular' !important;
    text-decoration: none !important;
    color: black !important;
    position: relative;
}

.default-accordion [data-toggle=collapse]:after {
    content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    right: 0px;
    top: 0px;
    background: url('/assets/img/dr/dropdown-icon.svg') no-repeat center #B5DE93;
}

.default-accordion [data-toggle=collapse][aria-expanded=true]:after {
    background: url('/assets/img/dr/dropdown-icon2.svg') no-repeat center #B5DE93;
}

.default-accordion [data-toggle=collapse]:hover, .default-accordion [data-toggle=collapse][aria-expanded=true] {
    color: #64B622 !important;
}
/*Аккордион*/

.default-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-title .default-label {
    margin-bottom: 0px !important;
}

.section-title .section-image {
    margin-right: 40px;
}

.tech-img {
    margin-bottom: 60px;
    max-width: 100%;
}

body #mainContent .content-default, body #mainContent .content-default ul li {
    font-size: 17px !important;
    font-family: 'PFDRegular' !important;
    line-height: 1.3 !important;
}

body #mainContent .content-default ul {
    list-style-type: none !important;
    padding-left: 34px;
}

body #mainContent .content-default ul > li {
    margin-bottom: 15px;
    position: relative;
}

body #mainContent .content-default ul > li::marker {
    display: none !important;
    font-size: 0px !important;
}

body #mainContent .content-default ul > li:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #64B622;
    top: 7px;
    left: -30px;
    position: absolute;
}

.padding-block {
    padding-left: 50px;
}

.default-seq-section {
    background: -webkit-gradient(linear, left bottom, left top, from(#F5F8F9), to(#F5F8F9)), #E9F0F3;
    background: -o-linear-gradient(bottom, #F5F8F9, #F5F8F9), #E9F0F3;
    background: linear-gradient(0deg, #F5F8F9, #F5F8F9), #E9F0F3;
}

.default-seq-section .block-right {
    display: flex;
    flex-direction: column;
}

.default-seq-section .block-right > .line {
    flex-grow: 1;
    flex: 0 0 50%;
    display: flex;
}

.default-seq-section .block-right > .line > .inner {
    display: flex;
    flex-grow: 1;
    flex: 0 0 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
}

.default-seq-section .img-block {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.block-blue {
    position: relative;
    overflow: hidden;
    background: #1d5775;
    border-radius: 24px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.position-relative {
    position: relative;
}

.block-blue * {
    color: white;
}

.block-blue .data{
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 100px;
    padding-right: 100px;
    min-height: 390px;
    display: flex;
    align-items: center;
}

.block-blue .bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: url('/assets/img/dr/block-blue.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.block-blue .data .left {
    flex: 0 0 40%;
}

.block-blue .data .right {
    flex: 0 0 60%;
}

.block-blue .data .blue-title {
    font-size: 30px;
    line-height: 1.2;
    font-family: 'PFDRegular' !important;
    font-weight: 200;
}

.block-blue .data .icon {
    margin-bottom: 50px;
}

.block-blue .data .icon.iconfix2 {
    position: relative;
    left: -22px;
}

.block-blue .data .caption {
    font-family: 'PFDRegular' !important;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.2;
}

.block-blue .data .caption.green {
    color: #64B622;
}

.block-blue .data .items {
    display: flex;
    justify-content: space-between;
}

.besp1-img {
    display: block;
    max-width: 100%;
}

.block-besp-wrapper1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-right: 20px;
}

.default-besp1 {
    margin-top: 50px;
}

.bg-blue {
    background: -webkit-gradient(linear, left bottom, left top, from(#F5F8F9), to(#F5F8F9)), #E9F0F3;
    background: -o-linear-gradient(bottom, #F5F8F9, #F5F8F9), #E9F0F3;
    background: linear-gradient(0deg, #F5F8F9, #F5F8F9), #E9F0F3;
}

.img-tepl {
    display: block;
    border-radius: 50%;
    overflow: hidden !important;
    max-width: 100%;
    position: relative;
}

.img-tepl-decor {
    position: absolute;
    max-width: 110%;
}

.img-tepl-decor.decor1 {
    right: -30px;
    top: 0px;
}

.img-tepl-decor.decor2 {
    bottom: 20px;
}

.section-tepl {
    padding-bottom: 100px;
}

.tepl-text-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.block-tepl1 {
    min-height: 362px;
}

.tepl-text {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'PFDRegular' !important;
    text-align: center;
}

.mash-text, .blue-text1 {
    font-size: 20px;
    font-family: 'PFDRegular' !important;
    line-height: 1.2;
}

.mash-text p {
    margin-bottom: 20px;
}

.mash-text {
    margin-bottom: 40px;
}

.const-blue {
    margin-top: 40px;
    background: -webkit-gradient(linear, left bottom, left top, from(#F5F8F9), to(#F5F8F9)), #E9F0F3;
    background: -o-linear-gradient(bottom, #F5F8F9, #F5F8F9), #E9F0F3;
    background: linear-gradient(0deg, #F5F8F9, #F5F8F9), #E9F0F3;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 78px;
}

.blue-text1 {
    margin-bottom: 25px;
}

.blue-element {
    margin-bottom: 60px;
}

.blue-element:last-child {
    margin-bottom: 0px;
}

.default-constructive {
    padding-top: 100px;
}

.default-constructive .blue-items {
    display: flex;
    align-items: center;
}

.default-constructive .blue-items .left, .default-constructive .blue-items .right {
    flex: 0 0 50%;
}

.default-constructive .blue-items .right {
    position: relative;
}

.default-constructive .blue-items .left {
    padding-right: 25px;
}

.default-constructive .const-black {
    position: absolute;
    border-radius: 24px;
    background: black;
    width: 100%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
}

.default-constructive .const-black .bg {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    border-radius: 24px;
    overflow: hidden;
    background-image: url('/assets/img/dr/blue-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.8;
}

.default-constructive .const-black .bg {
    
}

.default-constructive .const-black .data {
    position: relative;
    color: white;
    height: 100%;
    padding: 60px;
    padding-bottom: 60px;
    padding-top: 180px;
}

.default-constructive .ctext1 {
    font-size: 20px;
    font-family: 'PFDRegular' !important;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    color: #64B622;
}

.default-constructive .ctext2 {
    font-size: 32px;
    font-family: 'PFDRegular' !important;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    color: white;
    margin-bottom: 10px;
    margin-bottom: 50px;
}

.default-constructive .ctext3 {
    font-size: 18px;
    font-family: 'PFDRegular' !important;
    line-height: 1.3;
}

.default-constructive .ctext3 p {
    margin-bottom: 25px;
}

.default-constructive .ctext3 p:last-child {
    margin-bottom: 0px;
}

.default-constructive .topimg-wrapper {
    position: absolute;
    z-index: 10;
    left: 50px;
    right: 50px;
}

.default-constructive .topimg {
    display: block;
    width: 100%;
    position: absolute;
    margin-top: -180px;
}

.default-constructive .ctext3 b, .default-constructive .ctext3 strong {
    font-weight: normal;
    color: #64B622;
}

.default-callback {
    background: #F5F8F9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ctitle, .ctitle2 {
    font-size: 22px;
    font-family: 'PFDRegular' !important;
    line-height: 1.2;
    text-transform: uppercase;
}

.ctitle {
    margin-bottom: 40px;
}

.ctitle2 {
    margin-bottom: 25px;
}

.default-callback input {
    border: 0px;
    outline: none !important;
    box-shadow: none !important;
    height: 60px;
}

.default-callback input[type=submit] {
    width: 230px;
    border-radius: 4px;
    border-radius: 4px;
    font-size: 17px !important;
    font-family: 'PFDRegular' !important;
    color: white !important;
}

.iagree-area {
    margin-top: 10px;
}

.iagree-area, .iagree-area *,  #form_feedback .iagree-area a{
    font-family: 'PFDRegular' !important;
    line-height: 1.2;
    font-size: 17px !important;
    color: black !important;
    text-decoration: none;
    font-weight: 500 !important;
}

.default-callback input.alt-theme {
    
}

.default-button {
    height: 55px;
    display: flex;
    align-items: center;
    background: #64B622 !important;
    color: white !important;
    border: 0px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    font-family: 'PFDRegular' !important;
    font-size: 17px !important;
    border-radius: 4px;
    position: relative;
    margin-bottom: 15px;
}

.default-button:hover {
    cursor: pointer;
    text-decoration: underline !important;
    background: #70d221 !important;
}

body:not(.mainmain) #mainContent .default-button {
    padding: 13px 25px !important;
}

body:not(.mainmain) #mainContent .default-button.button-download {
    padding-left: 60px !important;
}

body:not(.mainmain) #mainContent .default-button.button-download:before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 33px;
    background: url('/assets/img/dr/down.svg') no-repeat center transparent;
    left: 15px;
}

body:not(.mainmain) #mainContent .default-button.button-download:hover:before {
    background: url('/assets/img/dr/down2.svg') no-repeat center transparent;
}

.padding-right {
    padding-right: 30px;
}

.default-topheader {
    display: block;
    position: relative;
    padding-top: 285px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -40px;
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .ask-section {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    
    .default-label {
        margin-bottom: 40px;
        font-size: 25px !important;
    }
    
    .default-sublabel {
        font-size: 21px !important;
        margin-bottom: 15px;
    }
    
    .default-accordion [data-toggle=collapse] {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 30px !important;
    }
    
    .default-accordion .panel-body {
        padding-left: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .top-link-container {
        top: -38px;
    }
    
    .default-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    
    .tech-img {
        margin-bottom: 45px;
    }
    
    .padding-block {
        padding-left: 30px;
    }
    
    .section-title .section-image {
        margin-right: 30px;
    }
    
    .section-title .section-image img {
        height: 40px;
    }
    
    .section-title {
        margin-bottom: 40px;
    }
    
    .section-title .default-label {
        font-size: 22px !important;
    }
    
    .block-blue .data {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px;
        padding-right: 60px;
        min-height: 330px;
    }
    
    .block-blue .data .icon {
        margin-bottom: 40px;
    }
    
    .block-blue .data .blue-title {
        font-size: 24px;
    }
    
    .block-blue .data .left {
        flex: 0 0 34%;
    }
    
    .block-blue .data .right {
        flex: 0 0 66%;
    }
    
    .block-besp-wrapper1 {
        padding-top: 30px;
    }
    
    .default-besp1 {
        margin-top: 40px;
    }
    
    .tepl-text {
        font-size: 22px;
    }
    
    .img-tepl-decor.decor2 {
        bottom: 55px;
        right: -15px;
    }
    
    .block-tepl1 {
        min-height: 300px;
    }
    
    .mash-text, .blue-text1 {
        font-size: 18px;
    }
    
    .const-blue {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    
    .default-constructive .const-black .data {
        position: relative;
        color: white;
        height: 100%;
        padding: 40px;
        padding-bottom: 40px;
        padding-top: 130px;
    }
    
    .default-constructive .ctext1 {
        font-size: 18px;
    }
    
    .default-constructive .ctext2 {
        margin-bottom: 40px;
        font-size: 28px;
    }
    
    .default-constructive {
        padding-top: 90px !important;
    }
    
    .default-callback input[type=submit] {
        width: 100%;
    }
    
    .ctitle {
        margin-bottom: 25px;
    }
    
    .ctitle br {
        display: none !important;
    }
    
    .add-padding {
        margin-bottom: 30px;
    }
    
    .default-callback {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .default-accordion .panel {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .default-accordion .panel {
        margin-bottom: 15px;
    }
    
    .default-callback {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .default-constructive {
        padding-top: 60px !important;
    }
    
    .default-constructive .topimg {
        margin-top: -110px;
    }
    
    .blue-element {
        margin-bottom: 45px;
    }
    
    .block-tepl1 {
        min-height: auto !important;
        margin-bottom: 40px;
    }
    
    .default-constructive .const-black .data {
        padding: 30px;
        padding-bottom: 30px;
        padding-top: 110px;
    }
    
    .const-blue {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .img-tepl-decor.decor1 {
        right: auto;
        left: 50%;
        margin-left: -220px;
        top: 21px;
    }
    
    .default-constructive .ct88 br{
        display: none !important;
    }
    
    .img-tepl-decor.decor2 {
        bottom: auto;
        right: auto;
        left: 50%;
        margin-left: -190px;
        top: 40px;
        max-width: none;
    }
    
    .block-tepl1:last-child {
        margin-bottom: 0px;
    }
    
    .img-tepl {
        margin: 0 auto;
    }
    
    .default-besp1 {
        margin-top: 30px;
    }
    
    .block-besp-wrapper1 {
        padding-top: 20px;
    }
    
    .default-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .tech-img {
        margin-bottom: 30px;
    }
    
    .padding-block {
        padding: 0px;
    }
    
    .section-title .section-image {
        margin-right: 25px;
    }
    
    .section-title .section-image img {
        height: 35px;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title .default-label {
        font-size: 18px !important;
    }
    
    .default-label {
        margin-bottom: 30px;
        font-size: 20px !important;
    }
    
    .default-sublabel {
        font-size: 19px !important;
    }
    
    .ask-section {
        padding-top: 30px;
    }
    
    .default-accordion [data-toggle=collapse] {
        font-size: 17px;
        padding-left: 20px !important;
    }
    
    .block-blue .data {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 50px;
        padding-right: 50px;
        min-height: auto !important;
        display: block;
    }
    
    .block-blue .data .left {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .block-blue .data .icon {
        margin-bottom: 30px;
    }
    
    .mash-text, .blue-text1 {
        font-size: 17px;
    }
    
    .mash-text p {
        margin-bottom: 15px;
    }
    
    body #mainContent .content-default ul > li {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .blue-items {
        display: block !important;
    }
    
    .const-blue {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
    }
    
    .default-constructive .const-black {
        position: relative !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    
    .blue-text1 {
        margin-bottom: 10px;
    }
    
    .blue-element {
        margin-bottom: 20px;
    }
    
    .default-constructive .topimg {
        width: auto;
        height: 300px;
            left: 50%;
    transform: translateX(-50%);
    }
    
    .default-constructive .const-black {
        margin-top: 120px;
    }
    
    .blue-content {
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    .default-constructive .const-black .data {
        padding-top: 200px;
    }
    
    .block-blue .data .items {
        display: block !important;
    }
    
    .block-blue .data .items .block {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .block-blue .data .items .block:last-child {
        margin-bottom: 0px !important;
    }
    
    .block-blue .data .icon {
        left: 0px !important;
        margin-bottom: 15px !important;
    }
    
    .img-tepl {
        max-width: 250px !important;
    }
    
    .img-tepl-decor {
        display: none !important;
    }
    
    .default-topheader {
        padding-top: 26%;
        height: auto;
    }
}

@media (max-width: 575px) {
    .default-constructive .topimg {
        height: 230px;
    }
    
    .default-constructive .const-black .data {
        padding-top: 145px;
    }
    
    .default-seq-section .block-right > .line > .inner {
        min-height: 200px;
    }
    
    .default-accordion .panel-body {
        padding-left: 20px !important;
        padding-bottom: 20px !important;
    }
}