.opt > .container, .opt_yellof_mid2 > .container, .opt_mid3 > .container, .opt_bottom > .container {
	max-width: 1420px;
	padding: 0;
}
.opt h1 {
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 10px;
}
.under_h1 {
    font-size: 15px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.opt_top {
	margin-bottom: 50px;
}
.opt_mid1 {
    display: flex;
    justify-content: space-between;
    align-items: end;
	margin-bottom:35px;
}
.opt_mid1 img {
	width:100%;
}
.opt_mid1__left {
    width: 828px;
    margin-right: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #00000050;
    padding: 40px;
}
.opt_mid1__left a {
    text-align: right;
    background: #D79B1C;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    width: 195px;
    position: relative;
}
.opt_mid1__left a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../images/price_ico.svg);
    left: 20px;
    top: 15px;
    background-repeat: no-repeat;
}
.opt_yellof_mid2 .container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.opt_yellof_mid2 {
    background: #D79B1C;
    padding: 30px 0;
}
.opt_mid2__left .form-row {
    background: #D79B1C;
}
.opt_mid2__left {
    padding-right: 30px;
}
.opt_mid2__left .back_mess__form label {
    margin-bottom: 10px;
}
.opt_mid2__mid {
    background: #231F20;
    color: #fff;
    padding: 20px 40px;
    max-width: 580px;
    min-height: 260px;
}
.opt_mid2__mid_h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}
.opt_mid2__mid_text {
    font-size: 15px;
    line-height: 25px;
}
.opt_mid3 {
    margin-top: 70px;
	margin-bottom: 50px;
}
.opt_mid3__mid {
    display: flex;
    justify-content: space-between;
    align-content: start;
}
.opt_mid3__mid img {
    margin: 0 auto 20px;
    position: relative;
    width: 75%;
    display: block;
}
.opt_mid3__mid_text {
    font-size: 15px;
    line-height: 25px;
}
.opt_mid3__left, .opt_mid3__right {
    max-width: 696px;
    box-shadow: 0 2px 8px #00000050;
    border-radius: 8px;
    padding: 20px 40px 40px;
}
.opt_bottom {
    margin-bottom: 40px;
}
.opt_bottom .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.opt_bottom .container img {
    margin-right: 40px;
}
.opt_bottom__right_text {
    font-size: 27px;
    font-weight: 600;
    line-height: 32px;
}
.opt_bottom__right_text a {
    color: #DA9E1C;
}
.opt_bottom__right_text a:hover {
	text-decoration:none;
}