.form-box img {
    max-width: 100%;
    height: auto !important;
}

.form-box .frame-img {
    margin-right: 20px;
}

.form {
    display: flex;
    justify-content: center;
}

.form .frame-img, .form .frame-container {
    width: 49%;
}
@media screen and (max-width: 600px){
    .form-box .frame-img {
        margin-right: 0;
    }
}
@media screen and (max-width: 1020px) {
    .form .frame-img, .form .frame-container {
        width: 100%;
    }
    .form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.form-box p {
    color: #000;
    margin: 15px 0;
    line-height: 22px;
}
.form button,
.form input,
.form optgroup,
.form select,
.form textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0px;
}
.form button,
.form input {
    overflow: visible;
}
.form button,
.form select {
    text-transform: none;
}

.form * {
    padding: 0px;
    margin: 0px;
}
.form p {
    padding: 5px 0px;
    line-height: 118%;
}
.form #modal_close {
    width: 30px;
    height: 30px;
    font-size: 35px;
    font-family: tahoma;
    position: absolute;
    top: 10px;
    right: 13px;
    cursor: pointer;
    display: block;
}
.form #modal_form {
    width: 80%;
    height: 50%;
    border-radius: 5px;
    background: #fff;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    opacity: 0;
    z-index: 5;
    padding: 20px 10px;
    text-align: center;
}



.form #modal_form p {
    font-size: 20px;

}

.form #overlay {
    z-index:3;
    position:fixed;
    background-color:#000;
    opacity:0.8;
    -moz-opacity:0.6;
    filter:alpha(opacity=80);
    width:100%;
    height:95%;
    top:0;
    left:0;
    cursor:pointer;
    display:none;
}

.form .pink {
    color: rgb(239, 22, 80);
}
.form .pink2 {
    color: rgb(237, 28, 77);
}
.form .blue {
    color: rgb(8, 63, 154);
}
.form .dblue {
    color: rgb(12, 40, 58);
}
.form .gray {
    color: rgb(98, 98, 98);
}
.form .dgray {
    color: rgb(23, 27, 38);
}
.form .white {
    color: rgb(255, 255, 255);
}
.form a,
.form a[href^="tel"] {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
.form .center {
    text-align: center;
    margin: 0 auto;
}
.form .alleft {
    text-align: left;
}
.form .alright {
    text-align: right;
}
.form .alleft {
    text-align: left
}
.form .upp {
    text-transform: uppercase;
}
.form .flleft {
    float: left;
}
.form .flright {
    float: right;
}
.form .lh100 {
    line-height: 100%;
}
.form .lh120 {
    line-height: 120%;
}
.form .lh140 {
    line-height: 140%;
}
.form .inline-b {
    display: inline-block;
}
.form .v-mid {
    vertical-align: middle;
}
.form .rel {
    position: relative;
}
.form .abs {
    position: absolute;
}
.form .clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.form .px35 {
    font-size: 35px;
}
.form .px28 {
    font-size: 28px;
}
.form .px10 {
    font-size: 10px;
}
.form .px12 {
    font-size: 12px;
}
.form .px15 {
    font-size: 18px;
}
.form .px16 {
    font-size: 16px;
}
.form .px17 {
    font-size: 17px;
}
.form .px18 {
    font-size: 18px;
}
.form .px20 {
    font-size: 20px;
}
.form .px25 {
    font-size: 25px;
}
.form .px26 {
    font-size: 26px;
}
.form .px28 {
    font-size: 28px;
}
.form .px30 {
    font-size: 30px;
}
.form .px32 {
    font-size: 32px;
}
.form .px40 {
    font-size: 40px;
}
.form .px50 {
    font-size: 35px;
}
.form .px60 {
    font-size: 60px;
}
.form .px68 {
    font-size: 68px;
}
.form .price_land_s2 {
    padding-bottom: 20px;
}
.form input,
.form select,
.form textarea {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    margin: 10px auto !important;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 6px;
    outline: medium none;
    text-indent: 60px;
    color: rgb(37, 37, 37);
    font-size: 18px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.form input.name-black {
    font-size: 15px;
    background: rgb(255, 255, 255) url('../img/name_b.png') no-repeat scroll 15px 50%;

}
.form input.phone-black {
    font-size: 15px;
    background: rgb(255, 255, 255) url('../img/phone_b.png') no-repeat scroll 15px 50%;

}

.form .event_order {
    background: rgb(113, 177, 0) none repeat scroll 0% 0%;
    outline: medium none;
    border-width: medium medium 5px;
    font-size: 20px;
    border-style: none none solid;
    border-color: currentcolor currentcolor rgb(84, 131, 0);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -o-border-image: none;
    border-image: none;
    width: 90%;
    height: 70px;
    line-height: 70px;
    margin-top: 15px !important;
    border-radius: 8px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
}
.form .event_order {
    opacity: 0.88;
    position: relative;
    -webkit-appearance: none;
    display: block;
    text-indent: 0px;
}
.form .event_order:active {
    top: 1px;
}
.form .form-container {
    float:right;
    position: relative;
    background-color: rgb(244, 244, 244);
    border-radius: 8px;
    border: 1px solid rgb(212, 212, 212);
    margin-top: 20px;
}
.form .action-valid {
    background-color: rgb(128, 185, 29);
    color: rgb(255, 255, 255);
    /*height: 72px !important;*/
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 21px;
    text-align: center;
    font-size: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.form .action-valid p {
    text-indent: 20px;
    color: black;
    text-align: justify;
    margin: 15px;
    line-height: 31px;
}

.form .price,
.form .action-price {
    margin: 12px 0px 4px;
}
.form .price {
    width: 220px;
}

.form .price p,
.form .action-price p {
    padding: 3px 0px;
}
.form .price-lt::after {
    position: absolute;
    top: 3px;
    left: 10px;
}
.form .lp-text {
    padding: 18px 10px 0px;
}
.form .left-pack {
    background: rgb(239, 22, 80) none repeat scroll 0% 0%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    margin: 0px 8px;
}

.form input::placeholder {
    font-size: 15px;
}

.boxit .frame-img img {
    max-width: 100%;
    height: auto !important;
}

.mybutton:hover{background-color:#ff6d6d;transition:.5s}.mybutton{background-color:#ff3c3c;color:#fff;padding:16px 35px;border-radius:10px;font-size:17px;text-transform:uppercase;text-decoration:none;font-weight:500;display:block;margin:15px auto;cursor:pointer;text-shadow:none;border:none}.mybutton:hover{background-color:#ff6d6d;transition:.5s}/*.mybutton{width:100%;font-size:12px!important}*/}@media screen and (max-width:767px){#product-block{width:100%!important;height:224px!important;margin:0!important}#product-block .plashka2{background-size:135px 188px;width:110px!important;height:98px;padding:95px 25px 0 0;line-height:16px;font-size:13px;margin:15px 0 0 0!important}#product-block .plashka2-t{font-size:14px}}@media screen and (max-width:720px)


