.cities__title{text-align:center;margin-bottom:32px}.cities__wrapper{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);gap:38px}.cities__card{-webkit-box-shadow:0 15.974px 47.921px 0 rgba(167,167,167,.15);box-shadow:0 15.974px 47.921px 0 rgba(167,167,167,.15)}.cities__card:hover{background:var(--primary)}.cities__card:hover .cities__card-title p{color:var(--white-100)}.cities__card:hover .cities__card-title svg{-webkit-transform:translateX(13px);-ms-transform:translateX(13px);transform:translateX(13px)}.cities__card:hover .cities__card-title svg path{stroke:var(--white-100)}.cities__card-img{height:193px}.cities__card-img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.cities__card-title{padding:26px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.cities__card-title p{width:calc(100% - 35px);color:var(--grey-100);-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s}.cities__card-title svg{-webkit-transition:all .3s ease 0s;transition:all .3s ease 0s;width:25px;height:25px}@media only screen and (max-width:1200px){.cities__wrapper{gap:20px}}@media only screen and (max-width:768px){.cities__wrapper{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:660px){.cities__title{font-size:19px;font-weight:700;line-height:26px;margin-bottom:24px}}@media only screen and (max-width:560px){.cities__wrapper{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);gap:11px}.cities__card{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cities__card-img{width:62px;height:56px}.cities__card-title{width:calc(100% - 62px);padding:16px;font-size:15px;font-weight:700;line-height:25px}}