.form{justify-content:space-between;align-items:center;gap:20px;width:85vw;max-width:1280px;margin:35px auto;display:flex}.input__container{background:linear-gradient(145deg,#2b3945 0%,#232e38 100%);border:1px solid #ffffff1a;border-radius:12px;align-items:center;width:100%;max-width:420px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 8px 25px #0003}.input__container:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}.input__containerLight{color:#111517;background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border:1px solid #0000001a;box-shadow:0 8px 25px #0000000d}.input__containerLight:hover{box-shadow:0 12px 30px #0000001a}.input__container input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:16px 20px 16px 0;font-size:1.4rem;transition:all .3s}.input__containerLight input{color:#111517;background:0 0}.input__container input::placeholder{color:#fff9;font-weight:400}.input__containerLight input::placeholder{color:#61686b}.icon{color:#fff;background:#ffffff1a;justify-content:center;align-items:center;width:50px;font-size:1.6rem;transition:all .3s;display:flex}.input__container:hover .icon{background:#fff3}.iconLight{color:#111517;background:#0000000d}.input__containerLight:hover .iconLight{background:#0000001a}.select{background:linear-gradient(145deg,#2b3945 0%,#232e38 100%);border:1px solid #ffffff1a;border-radius:12px;width:165px;height:48px;transition:all .3s;overflow:hidden;box-shadow:0 8px 25px #0003}.select:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0000004d}.select select{color:#fff;cursor:pointer;appearance:none;background:right 15px center/16px no-repeat;border:none;border-radius:12px;outline:none;width:100%;padding:15px 20px 20px;font-size:1.4rem}.select select option{color:#000}.selectLight{background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border:1px solid #0000001a;box-shadow:0 8px 25px #0000000d}.selectLight select{color:#000!important}.selectLight:hover{box-shadow:0 12px 30px #0000001a}.selectLight>select>option{background:0 0;color:#111517!important}@media screen and (max-width:1325px){.form{width:70vw}}@media screen and (max-width:980px){.form{justify-content:space-between;align-items:center;width:85vw;max-width:1280px;margin:35px auto;display:flex}}@media screen and (max-width:700px){.form{grid-template-rows:1fr 1fr;gap:20px;display:grid}.input__container{width:85vw;max-width:none}.select{width:192px;height:48px}.select select{width:178px}}
.country{color:#fff;background:linear-gradient(145deg,#2b3945 0%,#232e38 100%);border:1px solid #ffffff1a;border-radius:12px;width:250px;height:270px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 8px 25px #0000004d}.country:before{content:"";opacity:0;background:linear-gradient(90deg,#2b3945,#232e38);height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.country:hover:before{opacity:1}.countryLight{color:#111517;background:linear-gradient(145deg,#fff 0%,#fafafa 100%);border:1px solid #0000001a;box-shadow:0 8px 25px #0000001a}.countryLight:before{background:linear-gradient(90deg,#fff,#fafafa)}.country__image{object-fit:cover;width:100%;height:135px;box-shadow:0 0 2px #858585}.country__containerText{height:135px;padding:20px}.country__name{font-size:1.6rem;font-weight:800}.country__containerText h3{font-weight:600}span{font-weight:300}a{text-decoration:none}.country:hover{transform:translateY(-10px)scale(1.05);box-shadow:0 15px 35px #0006}.countryLight:hover{box-shadow:0 15px 35px #00000026}.country__image{object-fit:cover;width:100%;height:135px;transition:transform .4s;box-shadow:0 0 2px #858585}.country:hover .country__image{transform:scale(1.05)}.country__containerText{height:135px;padding:20px;transition:background-color .3s}.country:hover .country__containerText{background:#ffffff0d}.countryLight:hover .country__containerText{background:#00000005}
