* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.amt_container {

    /*! margin: 0 49px; */
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: normal;
}

.amt_container .amt_col {
    padding-left: 10px;
    padding-right: 10px;
    /*! float: left; */
}

.amt_container_el {
    /*! margin: 0 49px; */
    margin-left: -10px;
    margin-right: -10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amt_container--first .amt_container_el {
	margin-top: 24px;
}

.amt_container_el .amt_col {}

.amt_container_el .form-label {
    margin-bottom: 9px;
}

.wr_personal {
    display: flex;
    margin-bottom: 0 !important;
    margin-top: 34px;
}

.wr_personal input {
    /*! height: fit-content; */
    width: auto;
}

.wr_personal .form-label__text {}

.wr_personal .personal {
    /*! position: absolute; */
    /*! width: 173px; */
    /*! height: 36px; */
    /*! left: 52px; */
    /*! top: 273px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: normal;
    color: #555454;
    margin-left: 10px;
}

.checkbox-other .personal {
	margin-left: 0;
	margin-top: 14px;
	line-height: 150%;
  font-size: 12px;
}

.amt_container--first .checkbox-other .personal {
	margin-top: 20px;
}

.amt_container--first .nice-form button {
	margin-top: 20px;
}

.checkbox-other .personal a {
	color: inherit;
}

.amt_textarea {}

.amt_textarea textarea {
    height: 190px;
}

.front-second-bot-img__left {
    width: 171px;
    margin-right: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


.amt_container--first .front-second-bot-img__left {
	position: relative;
	left: -10px;
	width: 165px;
	margin-right: 0;

}

.amt_container--first .weak-text {
	margin-top: 42px;
	max-width: 291px;
}

.amt_col_4 {
    width: 25% !important;
}

.front-second-bot-img {

    margin-top: 40px;
}

.amt_container--first .front-second-bot-img {
	margin-top: 0;
}

.front-second-bot-img.amt_left_small {
    padding-left: 82px;
    padding-right: 28px;
}

.tarif-itm__name {
    /*! margin-bottom: 16px; */
    /*! position: absolute; */
    /*! width: 71px; */
    /*! height: 23px; */
    /*! left: 32px; */
    /*! top: 32px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 125.02%;
    color: #2B9ED8;
    text-align: left;
}

.tarif-itm__price {
    /*! position: absolute; */
    /*! width: 96px; */
    /*! height: 33px; */
    /*! left: 32px; */
    /*! top: 71px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 125.02%;
    color: #555454;
    text-align: left;
}

.tarif-itm__info p {
    /*! margin-bottom: 16px; */
    /*! width: 161px; */
    /*! height: 18px; */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 150.02%;
    color: #555454;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-align: left;
}

.tarif-itm {
    position: relative;
    padding: 32px 32px 25px;
    background: #EFF8FC;
    text-align: center;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

label input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.checkbox-other input[type=checkbox] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.checkbox-other span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 24px;
    line-height: 22px;
}

.checkbox-other span:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
    transition: background 0.3s ease;
    background: url(../img/nocheck.png) 0 0 no-repeat;
}

.modal-content .checkbox-other span:before {
	top: 0;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked+span:before {
    background-image: url(../img/check.png);
}

/* Focus */
.focused span:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover */
.checkbox-other span:hover:before {
    filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before {
    filter: brightness(80%);
}

/* Disabled */
.checkbox-other input[type=checkbox]:disabled+span {
    color: #666;
    cursor: default;
}

.checkbox-other input[type=checkbox]:disabled+span:before {
    filter: grayscale(100%);
    opacity: 0.6;
}

@media (max-width: 991px) {
    .amt_container {

        /*! margin: 0 49px; */
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: normal;
    }

    .amt_container .amt_col {
        padding-left: 10px;
        padding-right: 10px;
        /*! float: left; */
    }

    .amt_container_el {
        /*! margin: 0 49px; */
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .amt_container_el .amt_col {}

    .amt_container_el .form-label {
        margin-bottom: 9px;
    }

    .wr_personal {
        display: flex;
        margin-bottom: 0 !important;
        margin-top: 34px;
    }

    .wr_personal input {
        /*! height: fit-content; */
        width: auto;
    }

    .wr_personal .form-label__text {}

    .wr_personal .personal {
        /*! position: absolute; */
        /*! width: 173px; */
        /*! height: 36px; */
        /*! left: 52px; */
        /*! top: 273px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: normal;
        color: #555454;
        margin-left: 10px;
    }

    .checkbox-other .personal {
			margin-left: 0;
			margin-top: 14px;
		}

    .amt_textarea {}

    .amt_textarea textarea {
        height: 190px;
    }

    .front-second-bot-img__left {
        width: 171px;
        margin-right: 54px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .amt_col_4 {
        width: 25% !important;
    }

    .front-second-bot-img {

        margin-top: 40px;
    }

    .tarif-itm__name {
        /*! margin-bottom: 16px; */
        /*! position: absolute; */
        /*! width: 71px; */
        /*! height: 23px; */
        /*! left: 32px; */
        /*! top: 32px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 125.02%;
        color: #2B9ED8;
    }

    .tarif-itm__price {
        /*! position: absolute; */
        /*! width: 96px; */
        /*! height: 33px; */
        /*! left: 32px; */
        /*! top: 71px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 125.02%;
        color: #555454;
    }

    .tarif-itm__info p {
        /*! margin-bottom: 16px; */
        /*! width: 161px; */
        /*! height: 18px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150.02%;
        color: #555454;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .tarif-itm {
        position: relative;
        padding: 32px 32px 25px;
        background: #EFF8FC;
        text-align: center;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .front-second-bot-img.amt_left_small {
        padding-left: 0;
        padding-right: 0;
    }

    .front-second-bot-img.amt_left_small h2 {}

    .front-second-bot-img.amt_left_small p {}

    .front-second-bot-img__right.text-format {
        width: 63%;
    }

    .amt_container {

        /*! margin: 0 49px; */
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        align-items: normal;
    }

    .amt_container .amt_col {
        padding-left: 10px;
        padding-right: 10px;
        /*! float: left; */
    }

    .amt_container .amt_col h2 {
        margin-left: 0;
        margin: 0;
    }

    .amt_container_el {
        /*! margin: 0 49px; */
        margin-left: -10px;
        margin-right: -10px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .amt_container_el .amt_col {
        width: 100%;
    }

    .amt_container_el .form-label {
        margin-bottom: 9px;
    }

    .wr_personal {
        display: flex;
        margin-bottom: 0 !important;
        margin-top: 34px;
    }

    .wr_personal input {
        /*! height: fit-content; */
        width: auto;
    }

    .wr_personal .form-label__text {}

    .wr_personal .personal {
        /*! position: absolute; */
        /*! width: 173px; */
        /*! height: 36px; */
        /*! left: 52px; */
        /*! top: 273px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: normal;
        color: #555454;
        margin-left: 10px;
    }

    .amt_textarea {}

    .amt_textarea textarea {
        height: 190px;
    }

    .front-second-bot-img__left {
        width: 30%;
        margin-right: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .amt_col_4 {
        width: 100% !important;
    }

    .front-second-bot-img {

        margin-top: 16px;
        margin-bottom: 16px;
        /*! padding-left: 30%; */
    }

    .tarif-itm__name {
        /*! margin-bottom: 16px; */
        /*! position: absolute; */
        /*! width: 71px; */
        /*! height: 23px; */
        /*! left: 32px; */
        /*! top: 32px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 125.02%;
        color: #2B9ED8;
    }

    .tarif-itm__price {
        /*! position: absolute; */
        /*! width: 96px; */
        /*! height: 33px; */
        /*! left: 32px; */
        /*! top: 71px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 800;
        font-size: 26px;
        line-height: 125.02%;
        color: #555454;
    }

    .tarif-itm__info p {
        /*! margin-bottom: 16px; */
        /*! width: 161px; */
        /*! height: 18px; */
        font-family: 'Inter';
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 150.02%;
        color: #555454;
        flex: none;
        order: 0;
        flex-grow: 0;
    }

    .tarif-itm {
        position: relative;
        padding: 32px 32px 25px;
        background: #EFF8FC;
        text-align: center;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}