.modal-open, .modal {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate3d(0, -25%, 0);
    -moz-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal-open .modal {
    overflow-x: auto;
    overflow-y: scroll;
}
.modal-dialog {
    position: relative;
    width: auto;
}
.modal-content {
    position: relative;
    height: auto;
    outline: 0;
    background: #fff;
    -moz-background-clip: padding-box;
    -o-background-clip: padding-box;
    background-clip: padding-box;
    text-align: left;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .6;
}
.modal-header {
    padding: 10px;
}
.modal-title {
    margin: 0;
}
.modal-body {
    position: relative;
    background: 0 0;
}
.modal-footer {
    padding: 10px;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    overflow: scroll;
    width: 50px;
    height: 50px;
}
.close {
    position: absolute;
    border: none;
    opacity: .8;
    background: 0 0;
    cursor: pointer;
    vertical-align: top;
}
.close:hover {
    opacity: 1;
}
.modal-backdrop {
    background: rgba(0, 0, 0, .6);
}
.close {
    background-image: url(../img/sprite_icons.png);
    background-position: -153px -71px;
    width: 24px;
    height: 24px;
    top: 14px;
    right: 14px;
    z-index: 10;
}
.modal-dialog {
    width: 336px;
    margin: 60px auto 0;
}
.modal-content {
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .27);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .27);
    box-shadow: 0 0 5px rgba(0, 0, 0, .27);
}
.modal-contact .modal-dialog {
    width: 352px;
}
.modal-contact .modal-header {
    padding: 50px 0 0;
}
.modal-contact .modal-title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
}
.modal-contact .modal-body {
    padding: 22px 54px 50px;
}
.modal-thanks .modal-dialog {
    width: 450px;
}
.modal-thanks .modal-header {
    padding: 0;
}
.modal-thanks .modal-body {
    padding: 68px 0 55px;
}
.modal-thanks .modal-title {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
}
.modal-thanks .modal-note {
    margin-top: 36px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
}
.modal-info .modal-dialog {
    width: 940px;
}
#modal-images .modal-dialog {
    width: max-content;
}
.modal-info .modal-header {
    padding: 0;
}
.modal-info .modal-body {
    padding: 36px 44px 32px;
}
.modal-info .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.modal-info .body-image-wrapper {
    width: 305px;
    height: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.modal-info .body-image-wrapper .img {   
	width: 305px;
    height: 419px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;}
.modal-info .body-image-wrapper .img img {width:inherit; object-fit: cover;  height: 100%;}

.modal-info .body-desc {
    width: 510px;
}
.modal-info .body-title {
    font-size: 3.4rem;
    font-weight: 900;
}
.modal-info .body-plus,
.modal-info .body-minus {
	font-size: 2rem;
    font-weight: 900;
	margin-top:10px;
}
.modal-info .body-plus {
    color:#67b367;
}
.modal-info .body-minus {
	color:#ec6c6c;
}
.modal-info .body-text {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.34;
}
.modal-info .modal-footer {
    padding: 32px 44px 26px;
    background: #ffdc38;
}
.modal-info .footer-cta {
    margin-bottom: 16px;
    font-size: 4rem;
    font-weight: 900;
    line-height: 1.1;
}
.modal-info .footer-cta small {
    font-size: 3.4rem;
}
.modal-info .form-group+.form-group {
    margin-left: 23px;
}
.modal-info .form-control {
    width: 260px;
}
.modal-info .btn {
    width: 270px;
}