body {
    background-color: #363330;
    font-family: "Calibry";
}
header {
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
}
.arthron_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
b{
    font-weight: 700;
}
.wrapper{
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.greece {
    font-family: "DS_Greece";
}
.sreda {
    font-family: "sreda";
}
.sreda2 {
    font-family: "sreda";
    font-size: 28px;
}
.line {
    height: 4px;
    background-color: #cec6b7;
}
.line2 {
    height: 4px;
    background-color: #cec6b7;
    max-width: 1100px;
    margin: 0px auto;
}
.itm1{ 
    flex-grow: 1;
}
.itm2{ 
    flex-grow: 0; 
}
.arthron_info {
    display: flex;
    flex-direction: column;
}
.arthron_info h1 {
    margin-top: 40px;
    max-width: 500px;
    font-size: 33px;
    color: #cec6b7;
}
.arthron_info h2 {
    max-width: 500px;
    font-size: 26px;
    color: #cec6b7;
}
.arthron_info ul{
    margin-top: 30px;
    list-style: none;
}
.arthron_info li{
    background: url(../img/li_style.png) no-repeat left;
    padding: 15px 15px 15px 40px;
    font-size: 18px;
    color: #cec6b7;
    max-width: 400px;
    margin: 0px auto;
}
.arthron_info button{
    width: 300px;
    height: 50px;
    margin: 20px auto;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
}
.arthron_info form{
    max-width: 400px;
    height: 100%;
    font-size: 18px;
    color: #cec6b7;
    float: right;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    outline: none;
}
.arthron_info form h2{
    font-size: 26px;
    color: #cec6b7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.arthron_info input{
    width: 300px;
    padding: 10px;
    font-size: 18px;
    color: #000;
    float: right;
    margin: 10px auto;
    border: 0px;
    border-radius: 25px;
    outline: none;
}
.arthron_info_button{
    width: 400px;
    height: 50px;
    margin: 20px auto;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
}

.problem{
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 20px;
}
.problem h1{
    color: #996649;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}
.problem h2{
    color: #996649;
    font-size: 30px;
    margin: 30px 0 30px 0;
    text-align: center;
    font-weight: 500;
}
.problem_data{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.problem_info{
    display: flex; 
    flex-direction: column;
    width: 220px;
    margin: 0px auto;
    background-color: #f7e0b7;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #996649;
    align-content: stretch;
}
.problem_info p{
    text-align: center;
    color: #996649;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
    font-weight: 500;
    display: flex;
	justify-content: center;
	align-items: center;
}
.problem_info img{
    width: 150px;
    padding-top: 5px;
}
.problem_info_blue{
    display: flex; 
    flex-direction: column;
    width: 220px;
    margin: 0px auto;
    background-color: #afb3b6;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 3px solid #4B4485;
    align-content: stretch;
}
.problem_info_blue p{
    text-align: center;
    color: #4b4485;
    font-size: 18px;
    width: 90%;
    margin: 10px auto;
    font-weight: 500;
    display: flex;
	justify-content: center;
	align-items: center;
}
.problem_info_blue img{
    width: 150px;
    padding-top: 5px;
}
.present{
    margin: 0px auto;
    padding: 40px 0 20px 0;
    background: url(../img/gre.png) top repeat-x, url(../img/gre.png) bottom repeat-x, #f7e0b7;
}
.present h1{
    color: #996649;
    font-size: 50px;
    text-align: center;
    font-weight: 500;
}
.present h2{
    color: #996649;
    font-size: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
}
.present_info{
    display: flex;
    margin: 0px auto;
    max-width: 1100px;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}
.present_info_img{
    display: flex;
	justify-content: center;
	align-items: center;
}
.present_info_img2{
    display: flex;
	justify-content: center;
	align-items: center;
}
.present_info ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
}
.present_info li{
    background: url(../img/li_style.png) no-repeat left;
    padding: 30px 10px 30px 40px;
    font-size: 24px;
    color: #996649;
    max-width: 400px;
    font-weight: 600;
}
.present_why{
    font-size: 24px;
    color: #996649;
    max-width: 480px;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}
.present_why h1{
    text-align: left;
}
.present_why h2{
    font-size: 22px;
    text-align: left;
}
.present_why p{
    font-size: 18px;
    margin: 10px auto;
    color: #000000;
}
.present_data_block{
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.present_info_block{
    display: flex; 
    flex-direction: column;
    width: 220px;
    margin: 0px auto;
    background-color: #363330;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border:#363330;
    align-content: stretch;
}
.present_info_block h1{
    display: flex; 
	justify-content: center;
	align-items: center;
    height: 50px;
    width: 220px;
    margin: 0px auto;
    background-color: #804427;
    color: #fff;
    font-size: 24px;
}
.present_info_block p{
    text-align: center;
    color: #cec6b7;
    font-size: 20px;
    width: 200px;
    margin: 10px auto;
    font-weight: 500;
    display: flex;
	justify-content: center;
	align-items: center;
}
.present_info_block img{
    width: 150px;
    padding-top: 5px;
}
.rezult_wrap{
    display: flex;
    justify-content: center;
    max-width: 1100px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.rezult{
    display: flex; 
    flex-direction: column;
    max-width: 330px;
    margin: 0px auto;
    background-color: #363330;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border:#363330;
    align-content: stretch;
}
.rezult h1{
    display: flex; 
	justify-content: center;
	align-items: center;
    width: 100%;
    height: 50px;
    margin: 0px auto;
    background-color: #804427;
    color: #fff;
    font-size: 24px;
}
.rezult p{
    display: flex; 
	justify-content: center;
	align-items: center;
    text-align: center;
    color: #cec6b7;
    font-size: 20px;
    padding: 10px;
    font-weight: 500;
}

.present button{
    height: 50px;
    width: 330px;
    margin: 30px auto;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
    display: flex; 
	justify-content: center;
	align-items: center;
}

.product {
    max-width: 1100px;
    margin: 0px auto;
    display: flex; 
    flex-direction: column;
}
.product_logo_right{
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}
.product_logo_text_right{
    display: flex; 
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
    flex-grow: 2;
}
.product_logo_right img{
    width: 45px;
    flex-grow: 1;
}
.product_logo_left{
    display: flex; 
    justify-content: center;
    align-items: center;
    flex-grow: 0;
}
.product_logo_text_left{
    display: flex; 
    flex-direction: column;
    margin-left: 10px;
    margin-top: 10px;
    flex-grow: 2;
}
.product_logo_left img{
    width: 45px;
    flex-grow: 1;
}
.price_product_right{
    display: flex; 
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.price_product_left{
    display: flex; 
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}
.new_price{
    color: #cec6b7;
    font-size: 56px;
    margin: 5px;
}
.old_price{
    text-decoration: line-through;
    margin-top: -15px;
    margin-left: 5px;
    color: #804427;
}
.button_price{
    outline: none;
}
.button_price2{
    justify-content: center;
    align-items: center;
    outline: none;
}
.button_price2 button{
    margin: 10px auto;
    width: 300px;
    height: 50px;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
}

.product button{
    margin: 10px auto;
    width: 220px;
    height: 50px;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
}

.left_column {
    display: flex;
    background: url(../img/column_top.png) left top no-repeat, url(../img/columnn_bot.png) left bottom no-repeat, url(../img/columnn_repeat.png) left repeat-y;
}
.right_column {
    display: flex;
    background: url(../img/column_top.png) right top no-repeat, url(../img/columnn_bot.png) right bottom no-repeat, url(../img/columnn_repeat.png) right repeat-y;
}
.column_left {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: 30px 20px 30px 80px;
}
.column_left h1{
    color: #cec6b7;
    font-size: 26px;
}
.column_left h2{
    color: #996649;
    font-size: 20px;
    margin-bottom: 10px;
}
.column_left p{
    margin-top: 20px;
    color: #cec6b7;
    font-size: 18px;
    flex-grow: 0;
}
.column_left .last_col{
    color: #fff;
    font-size: 18px;
    flex-grow: 0;
}
.img_column_left{
    max-width: 500px;
    margin: 30px 0 30px 0;
    display: flex;
	justify-content: center;
	align-items: center;
}
.img_column_left img{
    width: 90%;
}
.column_right {
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: 30px 80px 30px 0;
}
.column_right h1{
    color: #cec6b7;
    font-size: 26px;
}
.column_right h2{
    color: #996649;
    font-size: 20px;
    margin-bottom: 10px;
}
.column_right p{
    margin-top: 20px;
    color: #cec6b7;
    font-size: 18px;
    flex-grow: 0;
}
.column_right .last_col{
    color: #fff;
    font-size: 18px;
    flex-grow: 0;
}
.img_column_right {
    max-width: 500px;
    margin: 30px 0 30px 0;
    order: -1;
    display: flex;
	justify-content: center;
	align-items: center;
}
.img_column_right img{
    width: 90%;
}

.block-one-example {
	margin:30px 0;
	position: relative;
}
.menu-top-demo {
	margin-top: 30px;
}
.menu-top-demo ul {
	text-align: center;
}

.menu-top-demo ul li{
	text-align: center;
	display: inline-block;
	line-height: 50px;
}

/*Основные стили*/

.container {
	max-width: 1050px;
	width: 90%;
    margin:0 auto;
    background-color: #363330;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.inner-testimonial {
	text-align: center;
}

.inner-testimonial > img{
	max-width: 128px;
	margin:0 auto 15px;
	opacity: 0;
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img{
	-webkit-transition:all 1.3s linear;
	transition:all 1.3s linear;
}

.owl-item.active .inner-testimonial > img.full-opacity {
	opacity:1;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

h3.city-name {
	font-size: 25px;
	font-family: "Calibry";
    font-weight: 500;
    color: #cec6b7;
}

/*p*/.text-testimonial {
	padding:10px 0;
	font-size: 20px;
	font-family: "Calibry";
	font-weight: 300;
    line-height: 25px;
    color: #cec6b7;
}

.block-items {
	cursor: default;
}

/*Изменяем внешний вид элементов управления (точки) */
.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
}

.owl-theme .owl-dots .owl-dot.active span{
	width: 18px;
	height: 18px;
}

/*Стрелки*/
.owl-my-nav {
	position: absolute;
	width: 100%;
	height: 100%;
}

.owl-my-nav .owl-prev,
.owl-my-nav .owl-next{
	position: absolute;
	width: 60px;
	top:34%;
	font-size: 100px;
	z-index: 20;
	cursor:pointer;
	opacity: 0.5;
	-webkit-transition:opacity .3s ease;
	transition:opacity .3s ease;
}

.owl-my-nav .owl-prev:hover,
.owl-my-nav .owl-next:hover{
	opacity: 0.8;
}

.owl-my-nav .owl-prev {
	left: 50px;
}

.owl-my-nav .owl-next {
	right: 50px;
	text-align: right;
}

.order h1{
    color: #cec6b7;
    font-size: 50px;
    text-align: center;
    font-weight: 500;
    margin-top: 30px;
}
.order h2{
    color: #996649;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}
.order_wrap{
    display: flex;
    justify-content: center;
    margin: 0px auto;
    max-width: 1100px;
    padding-bottom: 30px;
}
.order_rezult{
    display: flex; 
    flex-direction: column;
    width: 280px;
    margin: 0px auto;
    align-content: stretch;
}
.order_rezult h1{
    display: flex; 
	justify-content: center;
	align-items: center;
    width: 280px;
    height: 100px;
    margin: 0px auto;
    background-color: #804427;
    color: #fff;
    font-size: 20px;
    -webkit-border-radius: 0px 0px 25px 25px;
    -moz-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;
}
.order_rezult p{
    display: flex; 
    flex-direction: column;
    width: 280px;
    margin: 0px auto;
    background-color: #f7e0b7;
    -webkit-border-radius: 25px 25px 0px 0px;
    -moz-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
}

.intorg_footer{
    background: url(../img/gre.png) top repeat-x, url(../img/gre.png) bottom repeat-x, #f7e0b7;
}
.footer_wrap{
    max-width: 1023px;
    margin: 0px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}
.intorg{
    width: 50%;
}
.intorg h1{
    font-size: 24px;
    font-family: "sreda";
    margin: 10px;
}
.intorg_info{
    display: flex;
    align-items: center;
    margin: 10px;
}
.intorg_info p{
    width: 110px;
}
.intorg li{
    margin: 10px;
    font-size: 18px;
}
.map{
    width: 50%;
}
.map iframe{
    width: 100%;
    height: 250px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid;
    border-color: #995e4b;
}
.callback_intorg {
    display: flex; 
	justify-content: center;
	align-items: center;
}
.callback_intorg button{
    width: 300px;
    height: 50px;
    margin: 10px auto;
    border: 2px solid;
    border-color: #995e4b;
    border-radius: 25px;
    color: #fff;
    background-color: #804427;
    font-size: 20px;
    outline: none;
}
footer{
    background-color: #804427;
}
.footer_wrap2{
    max-width: 1023px;
    margin: 0px auto;
    display: flex; 
}
.copyright{
    width: 50%;
    align-items: center;
    display: flex;
    color: #cec6b7;
}
.payment{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.payment img{
    margin: 10px;
}

@media (max-width:1023px) {
    header {
        max-width: 1023px;
        margin: 0px auto;
        display: flex;
    }
    .arthron_logo img{
        max-width: 100%;
    }
    .arthron_info h1 {
        font-size: 30px;
    }
    .arthron_info h2 {
        font-size: 24px;
    }
    .arthron_info li{
        font-size: 17px;
    }
    .arthron_info button{
        width: 300px;
        height: 40px;
        margin: 5px auto;
        font-size: 18px;
    }
    .problem{
        max-width: 1023px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .problem_info{
        width: 200px;
    }
    .problem_info_blue{
        width: 200px;
    }
    .present_info{
        margin: 0px auto;
        max-width: 1023px;
    }
    .present_info img{
        width: 90%;
        margin: 10px auto;
    }
    .present_info ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }
    .present_info li{
        background: url(../img/li_style.png) no-repeat left;
        padding: 25px 10px 25px 40px;
        font-size: 24px;
        color: #996649;
        max-width: 400px;
        font-weight: 600;
    }
    .present_why{
        max-width: 450px;
    }
    .present_why p{
        font-size: 16px;
    }
    .wrapper{
        max-width: 1023px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .present_info_block{
        width: 200px;
    }
    .present_info_block h1{
        width: 200px;
    }
    .present_info_block p{
        width: 200px;
    }
    .column_right p{
        margin-top: 20px;
        color: #cec6b7;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_right .last_col{
        color: #fff;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_left p{
        margin-top: 20px;
        color: #cec6b7;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_left .last_col{
        color: #fff;
        font-size: 16px;
        flex-grow: 0;
    }
    .product {
        max-width: 1023px;
    }
    .product button{
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
    }
    .rezult_wrap{
        max-width: 1023px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .rezult{
        max-width: 280px;
    }
    .rezult h1{
        display: flex; 
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        margin: 0px auto;
        background-color: #804427;
        color: #fff;
        font-size: 24px;
    }
    .order_wrap{
        max-width: 1023px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
}
@media (max-width: 845px) {
    .arthron_info h1{
        font-size: 20px;
        text-align: center;
    }
    .arthron_info h2{
        font-size: 16px;
        text-align: center;
    }
    .problem{
        max-width: 835px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .problem_info{
        width: 180px;
        margin: 10px auto;
    }
    .problem_info_blue{
        width: 180px;
        margin: 10px auto;
    }
    .rezult {
        max-width: 260px;
    }
    .order_rezult {
        max-width: 260px;
    }
    .order_rezult p{
        max-width: 260px;
    }
    .order_rezult h1{
        max-width: 260px;
    }
    .arthron_info form {
        max-width: 300px;
    }
    .arthron_info input{
        max-width: 250px;
    }
    .arthron_info button{
        max-width: 250px;   
    }
}   
@media (max-width:767px) {
    header {
        max-width: 767px;
        margin: 0px auto;
        display: flex;
        flex-direction: column;
    }
    .arthron_info h1 {
        font-size: 30px;
        margin: 0px auto;
    }
    .arthron_info h2 {
        font-size: 24px;
        margin: 0px auto;
    }
    .arthron_info button{
        width: 300px;
        height: 40px;
        margin: 5px auto;
        font-size: 18px;
    }
    .problem{
        max-width: 767px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .problem_info{
        width: 265px;
        margin: 10px auto;
    }
    .problem_info_blue{
        width: 265px;
        margin: 10px auto;
    }
    .present_info{
        margin: 0px auto;
        max-width: 1023px;
        flex-direction: column;
    }
    .present_info img{
        width: 90%;
        margin: 10px auto;
    }
    .present_info li{
        background: url(../img/li_style.png) no-repeat left;
        padding: 25px 10px 25px 40px;
        font-size: 24px;
        color: #996649;
        font-weight: 600;
        float: left;
    }
    .present_why{
        max-width: 450px;
        order: 2; 
        margin: 0px auto;
    }
    .present_why p{
        font-size: 16px;
    }
    .present_info_img{
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
    }
    .wrapper{
        max-width: 1023px;
        margin: 10px auto;
        padding-bottom: 20px;
    }
    .present_info_block{
        width: 265px;
        margin: 10px auto;
    }
    .present_info_block h1{
        width: 265px;
    }
    .present_info_block p{
        width: 255px;
    }
    .product {
        max-width: 767px;
    }
    .left_column {
        display: flex;
        flex-direction: column;
    }
    .right_column {
        display: flex;
        flex-direction: column;
    }
    .column_right {
        margin: 0px auto;
        padding-right: 45px;
        padding-left: 10px;
    }
    .column_left {
        margin: 0px auto;
        padding-left: 45px;
        padding-right: 10px;
    }
    .img_column_right {
        margin: 20px auto;
        order: -1;
        padding-left: 10px;
        padding-right: 45px;
    }
    .img_column_left {
        margin: 20px auto;
        order: -1;
        padding-left: 45px;
        padding-right: 10px;
    }   
    .column_right p{
        margin-top: 20px;
        color: #cec6b7;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_right .last_col{
        color: #fff;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_left p{
        margin-top: 20px;
        color: #cec6b7;
        font-size: 16px;
        flex-grow: 0;
    }
    .column_left .last_col{
        color: #fff;
        font-size: 16px;
        flex-grow: 0;
    }
    .button_price{
        margin: 20px auto;
    }
    .product button{
        height: 40px;
        border-radius: 20px;
        font-size: 18px;
    }
    .rezult_wrap{
        max-width: 767px;
        margin: 10px auto;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .rezult{
        max-width: 400px;
        margin: 10px auto;
    }
    .rezult h1{
        width: 100%;
    }
    .order_wrap{
        max-width: 767px;
        padding-bottom: 20px;
        flex-direction: column;
    }
    .order_rezult{
        width: 330px;
        margin: 10px auto;
    }
    .order_rezult h1{
        width: 330px;
        height: 100px;
        margin: 0px auto;
    }
    .order_rezult p{
        width: 330px;
        margin: 0px auto;
    }
    .arthron_info form{
        margin: 10px auto;
    }
    .arthron_info form h2{
        margin: 10px auto;
    }
    .footer_wrap{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .intorg_info{
        justify-content: center;
    }
    .intorg{
        width: 100%;
    }
    .intorg h1{
        text-align: center;
    }
    .map{
        width: 90%;
        margin: 0 auto;
    }
    .map iframe{
        width: 100%;
    }
    .footer_wrap2{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .copyright{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 10px auto;
        text-align: center;
    }
    .payment{
        width: 100%;
        margin: 10px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 479px) {
    header {
        max-width: 479px;
    }
    .arthron_logo img{
        max-width: 100%;
    }
    .arthron_info h1{
        font-size: 24px;
        text-align: center;
    }
    .arthron_info h2{
        font-size: 20px;
        text-align: center;
    }
    .arthron_info li{
        max-width: 380px;
        margin: 5px;
    }
    .problem h2{
        font-size: 22px;
        margin: 5px;
        color: crimson;
    }
    .present_info li{
        max-width: 380px;
        padding: 5px 5px 5px 40px
    }
    .present_why p{
        margin: 10px;
    }
    .img_column_right {
        width: 80%;
        margin: 20px auto;
        order: -1;
    }
    .img_column_left {
        width: 80%;
        margin: 20px auto;
        order: -1;
    }   
    .column_right h1{
        font-size: 17px;
    }
    .column_left h1{
        font-size: 17px;
    }
    .column_right h2{
        font-size: 16px;
    }
    .column_left h2{
        font-size: 16px;
    }
    .product {
        max-width: 479px;
    }
    .product_logo_right{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .product_logo_right img{
        width: 20px;
    }
    .product_logo_left{
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
    }
    .product_logo_left img{
        width: 20px;
    }
    .price_product_left{
        width: 200px;
    }
    .price_product_right{
        width: 200px;
    }
    .new_price{
        color: #cec6b7;
        font-size: 24px;
        margin: 5px;
    }
    .old_price{
        margin-left: 0px;
        font-size: 15px;
        margin-top: -5px;
    }
    .column_right {
        max-width: 280px;
        padding-right: 45px;
        padding-left: 10px;
    }
    .column_left {
        max-width: 280px;
        padding-left: 45px;
        padding-right: 10px;
    }
    .rezult{
        width: 90%;
        margin: 10px auto;
    }
    .order_rezult {
        width: 90%;
        margin: 10px auto;
    }
    .order_rezult h1{
        width: 90%;
    }
    .order_rezult p{
        width: 90%;
    }
    .arthron_info form {
        max-width: 280px;
    }
    .arthron_info input{
        max-width: 220px;
    }
    .arthron_info button{
        max-width: 220px;   
        font-size: 14px;
    }
}
@font-face {
    font-family: "DS_Greece"; 
    src: url("../font/DS_Greece.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
    } 
@font-face {
    font-family: "sreda"; 
    src: url("../font/8740.otf") format("opentype"); 
    font-style: normal; 
    font-weight: normal;
    } 
@font-face {
    font-family: "Calibry"; 
    src: url("../font/Calibry.ttf") format("truetype"); 
    font-style: normal; 
    font-weight: normal;
    } 