.contact_fast_list .inbox{display:flex;justify-content:space-between;gap:100px}.contact_fast_list .inbox .left{width:50%;display:flex;flex-direction:column;justify-content:center}.contact_fast_list .inbox .left .contact_box{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:495px;margin:0 auto}.contact_fast_list .inbox .left .contact_box h2{margin:0;align-self:flex-start}.contact_fast_list .inbox .left .contact_box .box{display:flex;flex-direction:column;gap:20px;width:100%}.contact_fast_list .inbox .left .contact_box .box a{display:flex;align-items:flex-start;font-size:18px;line-height:26px;font-weight:600;position:relative;background-color:#fff;padding:20px 20px 20px 70px;box-sizing:border-box;border:1px solid #DABE48;border-radius:24px;transition:all 400ms ease 0ms}.notouch .contact_fast_list .inbox .left .contact_box .box a:is(:hover,:focus){background-color:#1B4139;color:#DABE48;border-color:#1B4139}.contact_fast_list .inbox .left .contact_box .box a::before{content:'';position:absolute;left:20px;top:50%;translate:0 -50%;background-color:#1B4139;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;mask-position:left center;mask-size:100% 100%;display:block;width:35px;height:35px;transition:all 400ms ease 0ms}.notouch .contact_fast_list .inbox .left .contact_box .box a:is(:hover,:focus)::before{background-color:#DABE48}.contact_fast_list .inbox .left .contact_box .box.phones a::before{-webkit-mask-image:url('../../../../img/phone_icon.svg');mask-image:url('../../../../img/phone_icon.svg')}.contact_fast_list .inbox .left .contact_box .box.mails a::before{-webkit-mask-image:url('../../../../img/mail_icon.svg');mask-image:url('../../../../img/mail_icon.svg')}.contact_fast_list .inbox .right{width:50%;position:relative;padding:50px;box-sizing:border-box;border-radius:24px;background:radial-gradient(157.81% 77.06% at 77.96% 62.65%, #07614E 0%, #1B4139 100%)}.contact_fast_list .inbox .right::after{content:'';width:104px;height:111px;background-color:#DABE48;position:absolute;bottom:0;right:45px;-webkit-mask-image:url('../../../../img/tree_icon.svg');mask-image:url('../../../../img/tree_icon.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center center;mask-size:100% 100%}.contact_fast_list .inbox .right h2{color:#DABE48;margin:0}.contact_fast_list .inbox .right .times{margin-top:35px}.contact_fast_list .inbox .right .times p{color:#FFFACB}.contact_fast_list .inbox .right .times p strong{display:inline-block;min-width:80px}@media screen and (max-width:1300px){.contact_fast_list .inbox .right{padding:35px}}@media screen and (max-width:1024px){.contact_fast_list .inbox .right::after{width:74px;height:79px;right:35px}}@media screen and (max-width:850px){.contact_fast_list .inbox{flex-direction:column;gap:60px}.contact_fast_list .inbox .left{width:100%}.contact_fast_list .inbox .right{width:100%}}@media screen and (max-width:600px){.contact_fast_list .inbox{gap:30px}.contact_fast_list .inbox .right{padding:25px}.contact_fast_list .inbox .right .times{margin-top:30px}}