@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap);body{font-family:Open Sans,sans-serif}.container{max-width:1340px;width:100%;margin:0 auto}.title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:36px;line-height:49px;text-align:center;color:#45852d;margin-top:36px;margin-bottom:0}.search{margin-bottom:45px;margin-top:43px;display:flex;align-items:center}.search__input{border-radius:25px;max-width:418px;width:100%;height:50px;outline:none;border:1px solid #d8d8d8;padding-left:30px}.search__title{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:24px;color:#363636;margin-right:20px}.items{display:flex;flex-wrap:wrap;margin-right:-21px}.item__img{width:100%;display:block}.item{width:calc(33.33% - 23px);margin-right:21px;margin-bottom:38px;background:#f8f8f8;border:1px solid #d8d8d8;text-decoration:none}.item__content{display:flex;flex-direction:column}.item__title{font-weight:700;font-size:20px;line-height:27px}.item__address,.item__title{font-family:Open Sans;font-style:normal;color:#363636;margin-bottom:5px}.item__address{font-weight:400;font-size:16px;line-height:22px}.item__type{font-family:Open Sans;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#fff;position:absolute;right:0;bottom:0;width:204px;height:30px;display:flex;align-items:center;justify-content:center}.item__type--orange{background:#ec6608}.item__type--blue{background:#006f79}.item__price{font-family:Open Sans;font-style:normal;font-weight:700;font-size:16px;line-height:22px;color:#363636;margin-bottom:5px}.item__top{position:relative}.item__bottom{display:flex;flex-direction:column;padding:17px 20px}.btn__wrap{display:flex;justify-content:center;align-items:center;margin-top:60px;margin-bottom:77px}.btn{position:relative;width:150px;height:50px;border:1px solid #d8d8d8;border-radius:25px;background:none;cursor:pointer;font-family:Open Sans;font-style:normal;outline:none;font-weight:700;font-size:16px;line-height:24px;color:#363636;transition:all .2s linear}.btn:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4.043 7.417L1 15.833' stroke='%23363636' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");position:absolute;top:17px;right:23px;width:6px;height:17px}.btn:hover{background:#ebebeb}.center{text-align:center}@media screen and (max-width:1340px){.container{max-width:1200px}.item{width:calc(50% - 23px)}}@media screen and (max-width:1240px){.container{max-width:1040px}}@media screen and (max-width:1080px){.container{max-width:960px}}@media screen and (max-width:992px){.container{max-width:840px}}@media screen and (max-width:860px){.container{max-width:740px}}@media screen and (max-width:768px){.container{max-width:calc(100% - 30px);margin:0 15px}.item{width:calc(100% - 23px)}}