.eshop2{background-color:#c5c1b5}.eshop2 .top{padding:40px 40px;margin:-200px 0 85px;position:relative}@media (max-width:1199px){.eshop2 .top{margin:0}}.eshop2 .top img{width:100%;height:auto}.eshop2 .top h3{color:black;margin:0 auto;text-align:center;margin-bottom:40px}.eshop2 .top .circles{display:grid;grid:1fr / repeat(5, 1fr);gap:40px;justify-items:center;align-items:center;margin-bottom:20px}@media (max-width:1199px){.eshop2 .top .circles{grid:1fr 1fr / repeat(3, 1fr)}}@media (max-width:720px){.eshop2 .top .circles{grid:1fr 1fr / repeat(2, 1fr)}}.eshop2 .top .circles .item{width:100%;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.eshop2 .top .circles .item .price,.eshop2 .top .circles .item .title{font-size:1.8em;font-weight:bold}.eshop2 .top .circles .item.white{font-size:.8em;gap:10px}.eshop2 .top .circles .item.white .input input{font-size:1.8em;width:100%;background-color:#dddad0;border:none;padding:.2em .5em}.eshop2 .top .circles .arrow{width:30%}.eshop2 .top .circles .gray,.eshop2 .top .circles .yellow,.eshop2 .top .circles .red,.eshop2 .top .circles .orange,.eshop2 .top .circles .white{background-size:contain;background-repeat:no-repeat;color:black}.eshop2 .top .circles .gray{background-image:url("../img/eshop2/circle_gray.png")}.eshop2 .top .circles .yellow{background-image:url("../img/eshop2/circle_yellow.png")}.eshop2 .top .circles .red{background-image:url("../img/eshop2/circle_red.png")}.eshop2 .top .circles .orange{background-image:url("../img/eshop2/circle_orange.png")}.eshop2 .top .circles .white{background-image:url("../img/eshop2/circle_white.png")}.eshop2 .top .circles .white .input{width:50%;margin:0 auto}.eshop2 .radios{display:grid;grid:auto / repeat(5, 1fr);justify-items:center;align-items:center;margin-bottom:50px;gap:40px}@media (max-width:1199px){.eshop2 .radios{grid:auto / repeat(3, 1fr)}}@media (max-width:720px){.eshop2 .radios{grid:auto / repeat(2, 1fr)}}@media (max-width:450px){.eshop2 .radios{grid:auto / 1fr}}.eshop2 .radio{display:flex}.eshop2 .radio input[type="radio"]{appearance:none;background-color:#dddad0;margin:0;width:40px;height:40px;border:5px solid #fefefe;border-radius:50%;position:relative}.eshop2 .radio input[type="radio"]::before{content:"";position:absolute;width:30px;height:30px;border-radius:50%;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 40px 40px #f7742f}.eshop2 .radio input[type="radio"]:checked::before{transform:scale(1)}.eshop2 .radio input[type="radio"]:hover::before{transform:scale(1);box-shadow:inset 40px 40px #f7742f}.eshop2 .radio .icon{height:40px;width:auto}.eshop2 .form{position:relative;background-size:100% 100%;background-repeat:no-repeat;padding:100px 60px;background-image:url(../img/help/help_formBg.png)}.eshop2 .form .errors{text-align:center;font-size:1.1em;font-weight:bold;color:crimson;margin-bottom:40px}.eshop2 .form .form_send{border:none;padding:0;background-color:transparent}.eshop2 .form .formRight{font-size:1.2em;display:flex;gap:170px;flex-direction:column;justify-content:space-between}@media (max-width:570px){.eshop2 .form .formRight{gap:20px}}.eshop2 .form .formRight .text p{margin-bottom:1em}.eshop2 .form .formRight .text .thaks{font-weight:bold;font-style:italic}.eshop2 .form .formRight .sum{position:relative;background-color:white;padding:30px;width:80%}@media (max-width:570px){.eshop2 .form .formRight .sum{width:100%;text-align:center}}.eshop2 .form .formRight .sum .finalTarget{font-weight:bold}.eshop2 .form .formRight .sum .finalsum{font-size:2em;color:#f35604}.eshop2 .form .formRight .sum .form_send{position:absolute;right:-100px;top:-20px}@media (max-width:570px){.eshop2 .form .formRight .sum .form_send{position:relative;right:auto;top:auto}}