.guarantee {
    background: #fff;
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}

/* g-info */

.g-info {
    padding: 30px 0 80px;
}
.g-info-content {
    max-width: 490px;
}
.g-info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-info-picture {
    margin-left: 50px;
    max-width: 590px;
}
.g-info-picture img {
    border-radius: 10px;
    display: block;
    width: 100%;
}
.g-info-title {
    color: #1f1f1f;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.3em;
    margin-bottom: 15px;
}
.g-info-description {
    color: #1f1f1f;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 25px;
}
@media screen and (max-width: 1199.98px) {
    .g-info-picture {
        margin-left: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .g-info-wrap {
        flex-direction: column;
    }
    .g-info-picture {
        margin-left: 0;
        order: -1;
    }
    .g-info-content {
        margin-top: 40px;
    }
}

/* g-button */

a.g-button,
.g-button {
    box-sizing: border-box;
    border: 1px solid #1c3673;
    border-radius: 5px;
    cursor: pointer;
    color: #1c3673;
    font-weight: 600;
    font-size: 16px;
    padding: 13px 24px;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: ease 300ms;
    white-space: nowrap;
}
a.g-button:hover,
.g-button:hover {
    background: #1c3673;
    color: #fff;
}

/* g-problem */

.g-problem {
    background-color: #f5f6fa;
    padding: 75px 0 100px;
}
.g-problem-title {
    color: #1f1f1f;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 1.2;
}
.g-problem-enum {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.g-problem-col {
    padding: 0 15px 30px;
    width: calc(100% / 3);
}
.g-problem-item {
    position: relative;
}
.g-problem-item img {
    display: block;
    margin: 0;
    object-position: center;
    object-fit: cover;
    height: 280px;
    width: 100%;
}
.g-problem-item picture {
    border-radius: 7px;
    box-shadow: 0 4px 4px rgba(10, 10, 10, 0.15);
    display: block;
    overflow: hidden;
}
.g-problem-description {
    background-color: rgba(255,255,255,.9);
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    left: 0;
    transition: height .5s,width .5s,padding-right .5s;
    height: 75px;
    width: 85%;
    z-index: 1;
}
.g-problem-item:hover .g-problem-description {
    height: calc(100% - 40px);
    width: 100%;
    padding-right: 15%;
}
.g-problem-header {
    display: flex;
    align-items: center;
    height: 75px;
    padding: 15px 20px;
}
.g-problem-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    margin-right: 20px;
}
.g-problem-solution {
    background-color: #f5f6fa;
    border-radius: 5px;
    color: #e72430;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 5px 10px;
}
.g-problem-solution:before {
    background: transparent;
    border-left: 2px solid;
    border-bottom: 2px solid;
    content: '';
    color: #e72430;
    display: block;
    margin-top: -5px;
    margin-right: 9px;
    transform: rotate(-45deg);
    height: 9px;
    width: 15px;
}
.g-problem-content {
    padding: 0 20px;
}
.g-problem-text {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 15px;
}
@media screen and (max-width: 1199.98px) {
    .g-problem-col {
        width: calc(100% / 2);
    }
}
@media screen and (max-width: 991.98px) {
    .g-problem-col {
        width: 100%;
    }
    .g-problem-item {
        box-shadow: 0 4px 4px rgba(10, 10, 10, 0.15);
        border-radius: 7px;
        overflow: hidden;
        display: flex;
    }
    .g-problem-description {
        padding: 15px;
        position: static;
        height: auto;
        width: 50%;
    }
    .g-problem-item picture {
        box-shadow: none;
        width: 50%;
    }
}

/* g-list */

.g-list {
    padding: 100px 0;
}
.g-list-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.g-list-picture {
    margin-right: 50px;
    max-width: 535px;
}
.g-list-picture img {
    display: block;
    width: 100%;
}
.g-list-container {
    max-width: 520px;
}
.g-list-title {
    color: #1f1f1f;
    font-weight: 800;
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.g-list-dsc {
    color: #1f1f1f;
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.g-list-content {
    display: none;
    padding-top: 50px;
}
.g-list-ttl {
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.g-list-item {
    background-color: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 10px;
    display: flex;
    margin-bottom: 20px;
    transition: background-color .3s ease;
}
.g-list-main {
    padding: 25px;
    max-width: 270px;
    width: 100%;
}
.g-list-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.g-list-tag {
    background: #414e60;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
    padding: 4px 9px;
    text-align: center;
    width: max-content;
}
.g-list-description {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 20px;
}
.g-list-about {
    padding: 25px;
}
.g-list-option {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    margin-bottom: 5px;
}
.g-list-option span:first-child {
    font-weight: 600;
    width: 170px;
}
.g-list-more {
    background: transparent;
    border: none;
    border-bottom: 1px dashed #1c3673;
    color: #1c3673;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.g-list-options {
    margin-bottom: 13px;
}
.g-list-more:after {
    background: transparent;
    border-left: 2px solid;
    border-bottom: 2px solid;
    content: '';
    display: block;
    margin-left: 9px;
    transform: rotate(-45deg);
    height: 9px;
    width: 9px;
}
.g-list-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 425px;
    width: 100%;
}
.g-list-info {
    height: 100%;
    width: calc(100% - 166px);
}
.g-list-docs {
    background-color: #f5f6fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 100%;
    width: 166px;
}
a.g-list-doc img {
    display: block;
    max-width: 100%;
}
.g-list-icons {
    display: flex;
    flex-flow: row wrap;
    padding: 25px;
    margin: 0 -8px;
    height: auto;
}
.g-list-pic {
    background-color: #f5f6fa;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.g-list-icon {
    margin: 0 8px 16px;
    position: relative;
}
.g-list-icon-dsc {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 40px rgba(0,0,0,.1);
    color: #1f1f1f;
    position: absolute;
    bottom: -4px;
    left: 55px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    visibility: hidden;
    width: 203px;
    z-index: 10;
}
.g-list-icon-dsc:after {
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    content: "";
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 100%;
}
.g-list-icon:hover .g-list-icon-dsc {
    visibility: visible;
}
.g-list-item.active {
    flex-flow: row wrap;
}
.g-table {
    display: none;
}
.active .g-list-data {
    max-width: 100%;
    padding-top: 30px;
    margin-top: 30px;
    position: relative;
}
.active .g-list-about {
    width: calc(100% - 270px);
}
.active .g-list-data:before {
    background: #e1e5ee;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    height: 1px;
    width: calc(100% - 30px);
}
.active .g-list-docs {
    height: 100%;
    width: 260px;
}
.active .g-list-info {
    width: calc(100% - 260px);
}
.active .g-list-pic {
    background: transparent;
}
.active .g-list-icon-dsc {
    font-size: 13px;
    box-shadow: none;
    visibility: visible;
    position: static;
    padding: 5px 5px;
}
.active .g-list-icon {
    display: flex;
    align-items: center;
}
.active .g-table {
    font-size: 13px;
    display: block;
    padding: 0 30px 30px;
}
.g-table table {
    width: 100%;
}
.g-table b {
    font-weight: 600;
}
.g-table table td {
    padding: 7px 0;
}
.g-table table td:first-child {
    padding-right: 85px;
    width: 60%;
}
.g-table table td:last-child {
    width: 40%;
}
.g-table-title {
    border-bottom: 1px solid #e1e5ee;
}
.g-list-item > a.g-button {
    display: none;
}
@media screen and (max-width: 1199.98px) {
    .g-list-info {
        display: none;
    }
    .g-list-data {
        width: max-content;
    }
    .active .g-list-info {
        display: block;
    }
}
@media screen and (max-width: 991.98px) {
    .g-list-wrapper {
        flex-direction: column;
    }
    .g-list-picture {
        margin-right: 0;
        margin-bottom: 35px;
        max-width: 100%;
        width: 100%;
    }
    .g-list-picture img {
        border-radius: 15px;
    }
    .g-list-container {
        max-width: 100%;
    }
}
@media screen and (max-width: 767.98px) {
    .g-problem-item {
        display: block;
    }
    .g-problem-item picture {
        border-radius: 7px 7px 0 0;
        width: 100%;
    }
    .g-problem-description {
        border-radius: 0 0 7px 7px;
        padding: 15px 0;
        width: 100%;
    }
    .g-list-main {
        order: 1;
        padding: 15px;
        width: calc(100% - 100px);
    }
    .g-list-name {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .g-list-main a.g-button {
        display: none;
    }
    .g-list-item {
        align-items: flex-start;
        flex-flow: row wrap;
    }
    .g-list-about {
        padding: 0 15px;
        margin-bottom: 15px;
        order: 3;
    }
    .g-list-data {
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 10px;
        order: 2;
    }
    .g-list-docs {
        width: 80px;
        padding: 5px;
    }
    .g-list-dsc {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .g-list-item > a.g-button {
        display: block;
        order: 4;
        margin: 8px auto 15px;
        max-width: 330px;
        width: calc(100% - 30px);
    }
}

/* g-ask */

.g-ask {
    background-color: #f5f6fa;
    padding: 50px 0;
}
.g-ask-wrap {
    display: flex;
    align-items: center;
}
.g-ask-manager {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
}
.g-ask-manager img {
    margin-bottom: 30px;
}
.g-ask-name {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.g-ask-phone,
.g-ask-about {
    font-size: 15px;
    text-align: center;
    max-width: 200px;
}
.g-ask-phone a {
    color: #5e85c7;
}
.g-ask-phone a:hover {
    color: #5e85c7;
    text-decoration: underline;
}
.g-ask-description {
    padding-left: 50px;
    width: calc(100% - 250px);
}
.g-ask-title {
    color: #1c3673;
    font-size: 30px;
    font-weight: 700;
}
.g-ask-email a:hover,
.g-ask-email a {
    color: #5e85c7;
    border-bottom: 2px dashed;
    font-size: 30px;
    font-weight: 700;
}
.g-ask-email a:hover {
    border-bottom-style: solid;
}
@media screen and (max-width: 767.98px) {
    .g-ask-wrap {
        display: block;
    }
    .g-ask-manager {
        margin: 0 auto 25px;
    }
    .g-ask-description {
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .g-ask-title {
        font-size: 18px;
        margin: 0 auto;
        max-width: 400px;
    }
    .g-ask-email a:hover,
    .g-ask-email a {
        font-size: 16px;
    }
}

/* g-form */

.g-form-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 5px 12px;
}
.g-form-item {
    margin-bottom: 15px;
}
.g-form-item .chosen-single {
    height: 60px;
}

.select a.chosen-single {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
}
.input input[type="text"] {
    border: 1px solid #D6D6D6;
    border-radius: 3px;
    color: #333;
    padding: 0 23px;
    height: 60px;
    width: 100%;
}
.g-form-row {
    display: flex;
    margin: 0 -15px;
}
.g-form-row .g-form-item {
    padding: 0 15px;
    width: 50%;
}
.g-form-files {
    border: 1px dashed rgb(178 196 226);
    box-sizing: border-box;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 50px;
}
.g-form-files-wrapper {
    display: flex;
    align-items: center;
}
.g-form-files-description {
    font-size: 14px;
    line-height: 130%;
    color: #23272a;
}
.g-form-files-title {
    color: #1c3673;
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 4px;
    max-width: 300px;
}
.g-form-files-picture {
    padding-right: 15px;
}

.g-form-file-item {
    background: rgba(235,235,235,.46);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 2px;
    padding: 5px 15px;
}
.g-form-file-item.dz-error {
    background: #f04037;
    color: #fff;
}
.g-form-file-name {
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.g-form-file-size {
    white-space: nowrap;
    padding: 0 20px;
    width: min-content;
}
.g-form-file-progress {
    background: #fff;
    border-radius: 3px;
    display: block;
    margin-right: 20px;
    min-width: 150px;
    width: 150px;
}
.g-form-file-progress span {
    background: #8daacd;
    border-radius: 3px;
    display: block;
    height: 12px;
    width: 0;
}
.dz-complete .g-form-file-progress {
    display: none;
}
.g-form-file-del {
    cursor: pointer;
    position: relative;
    height: 24px;
    width: 24px;
}

.g-form-file-del:after,
.g-form-file-del:before {
    background: #333;
    content: '';
    display: block;
    position: absolute;
    margin-top: -12px;
    top: 50%;
    left: 50%;
    transform: rotate(45deg);
    height: 100%;
    width: 1px;
}
.g-form-file-del:after {
    transform: rotate(-45deg);
}
.guarantee-form-wrapper {
    display: flex;
}
.guarantee-form-preview {
    padding-left: 50px;
    width: 350px;
}
.guarantee-form-preview img {
    width: 100%;
}
.guarantee-form-sample {
    background: #ecf5fe;
    border-radius: 10px;
    display: block;
    padding: 25px;
}
.g-form {
    padding-bottom: 60px;
    width: calc(100% - 350px);
}
.g-form-action {
    padding-top: 40px;
}
.g-form-action {
    display: flex;
    align-items: center;
}
.g-form-button {
    display: block;
    background: #1c3673;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    border: none;
    padding: 14px 68px;
    outline: none;
    letter-spacing: 0.03em;
}
.g-form-politic {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 40px;
}
.g-form-politic a {
    color: #1c3673;
    text-decoration: underline;
}
.g-form-politic a:hover {
    color: #1c3673;
    text-decoration: none;
}

/* dropzone */

.dz-default.dz-message {
    display: none;
}
.dz-error-message {
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .guarantee-form-preview {
        padding-left: 30px;
        width: 270px;
    }
    .g-form {
        width: calc(100% - 270px);
    }
}
@media screen and (max-width: 991.98px) {
    .g-form {
        width: 100%;
    }
    .guarantee-form-preview {
        display: none;
    }
}
@media screen and (max-width: 767.98px) {
    .g-form-row {
        display: block;
    }
    .g-form-row .g-form-item {
        width: 100%;
    }
    .g-form-action {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    .g-form-politic {
        padding-left: 0;
        margin-top: 30px;
    }
}