﻿.page-home__modal {
    position: absolute;
    width: 335px;
    left: 0;
    top: 208px;
    display: none;
    z-index: 1
}

.page-home__modal.active {
    display: block
}

.modal-block {
    position: relative;
    width: 335px;
    background: #39acce;
    -webkit-box-shadow: 3px 3px 0 0 #2a8099;
    box-shadow: 3px 3px 0 0 #2a8099;
    border-radius: 10px;
    text-align: center;
    padding: 7px 10px 20px;
    font-size: 18px;
    line-height: 1.1
}

.modal-block__header {
    display: inline-block;
    font-weight: 700;
    font-size: 24px;
    position: relative;
    padding: 13px 0;
    margin-bottom: 9px
}

.modal-block__header:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.modal-block__header-icon {
    position: relative;
    margin-left: 30px;
    vertical-align: middle;
    width: 29px;
    height: 29px
}

.modal-block__header-icon:before {
    content: "";
    display: block;
    width: 1px;
    height: 33px;
    background: #003a52;
    position: absolute;
    left: -7px;
    top: -2px
}

.modal-block__header-text {
    top: 2px;
    position: relative
}

.modal-block__preview {
    margin-top: 20px
}

.modal-block__preview a {
    background-color: #e4e4e4
}

.modal-block__preview img {
    display: none;
    margin-top: 20px;
}

.modal-block__text {
    margin-bottom: 20px
}

.btn2 {
    width: 154px;
    background: #f3bf4b;
    border: none;
    outline: none;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 25px;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 2px 2px 0 0 #a78433;
    box-shadow: 2px 2px 0 0 #a78433;
    color: #003a52;
    font-family: Alef, Roboto, sans-serif;
    cursor: pointer
}

.btn_next {
    padding: 13px 5px 13px 25px
}

.btn_next:after {
    content: "";
    width: 12px;
    height: 22px;
    display: block;
    background: url(/m/assets/images/icons/arrow-left-icon.png) no-repeat 50%/contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 10px
}

.btn_next:disabled:after {
    background: url(/m/assets/images/icons/arrow-left-grey-icon.png) no-repeat 50%/contain
}

.btn_full {
    width: auto
}

.modal-block .btn2 {
    display: inline-block;
    padding: 15px 12px 15px 45px;
    font-size: 12pt;
}

.modal-block .btn2:after {
    left: 13px
}
.modal-block .icon {
    display: inline-block
}
.modal-block .icon_form-plus {
    background: url("/m/assets//images/icons/form-plus-icon.png") no-repeat 50%/contain;
    width: 30px;
    height: 29px
}

.modal-block .close-btn {
    position: absolute;
    top: -14px;
    right: -14px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none
}

.modal-block .close-btn:after {
    content: "";
    display: block;
    background: #f3bf4b url(/m/assets/images/icons/close-icon.png) no-repeat 50%/11px;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 3px;
    top: 3px;
    border-radius: 50%
}
